in Operating System reopened by
1,761 views
0 votes
0 votes

Consider the following scheduling:
 

A. Gang scheduling s. Guaranteed scheduling
B. Rate monotonic scheduling t. Thread scheduling
C. Fair share scheduling u. Real-time scheduling

Matching the table in the order $A,B,C$ gives

  1. t,u,s
  2. s,t,u 
  3. u,s,t
  4. u,t,s
in Operating System reopened by
by
1.8k views

1 comment

0
0

2 Answers

4 votes
4 votes
Best answer
A. Gang scheduling          : Thread scheduling
B. Rate monotonic scheduling : Real-time scheduling
C. Fair share scheduling : Guaranteed scheduling

A is answer

selected by
4 votes
4 votes

Gang scheduling

Schedules related threads to run simultaneously on different processors

Rate-monotonic scheduling (RMS)

Shorter duration job has higher priority.

Simple to implement but not flexible; Not much overhead

Fair Share Scheduling

CPU usage is equally distributed among system users or groups not to the processes

answer is A

by
Answer:

Related questions