Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Suppose we have a computer system that contains the following: Two processors, each with ten cores that do not support hyper - threading ( i

Suppose we have a computer system that contains the following:
Two processors, each with ten cores that do not support hyper-threading (i.e. only one process/thread
per core).
32 independent (No RAID) SSD drives for processing.
There are a large number of single threaded jobs submitted into this system that each require the use of a
maximum of four SSD drives to complete their execution. Assume each job starts running with only three SSD
drives for a long period of time before requiring the fourth SSD drive for a short period near the end of its
execution. Also assume that there is an endless/infinite supply of these jobs. Suggest an alternative OS scheduling policy to improve SSD drive utilization and at the same time avoid
system deadlock (where all processes can be deprived of required resources). Your solution cannot
change the requirements for each job, only how the OS handles them.
a. Write out your proposed policy.
b. What is the maximum number of jobs that can be in progress at once?
c. What are the minimum and maximum number of CPU cores that may be left idle because
of this policy?
d. What are the minimum and maximum number of SSD drives that may be left idle because
of this policy?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamentals Of Database System

Authors: Elmasri Ramez And Navathe Shamkant

7th Edition

978-9332582705

More Books

Students also viewed these Databases questions

Question

What are the HR forecasting techniques?

Answered: 1 week ago