Purchase Solution

pairs of scheduling criteria

Not what you're looking for?

Ask Custom Question

Discuss how the following pairs of scheduling criteria conflict in certain settings:

a) CPU utilization and response time
b) average turnaround time and maximum waiting time
c) I/O device utilization and CPU utilization.

Purchase this Solution

Solution Summary

Conflicts of pairs of scheduling criteria are noted.

Solution Preview

Please see the attached file.

scheduling criteria - Operating Systems
--------------------------------------------------------------------------------
Discuss how the following pairs of scheduling criteria conflict in certain settings:

a) CPU utilization and response time
b) average turnaround time and maximum waiting time
c) I/O device utilization and CPU utilization

 CPU utilization - keep the CPU as busy as possible
 Throughput - # of processes that complete their execution
per time unit
 Turnaround time - amount of time to execute a particular
process
 Waiting time - amount of time a process has been waiting
in the ready queue
 Response time - amount of time it takes from when a
request was submitted until the first response is produced,
not output (for time-sharing environment)

cpu utilization: how busy is the cpu -- don't want it idle, or
otherwise wasting ...

Purchase this Solution


Free BrainMass Quizzes
Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

C# variables and classes

This quiz contains questions about C# classes and variables.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

C++ Operators

This quiz tests a student's knowledge about C++ operators.