782 views
1 votes
1 votes

Consider 4 processes sharing the CPU in a round robin fashion. Assuming that each process takes 5 seconds. What must be the maximum quantum size P. Such that the overhead resulting from process switching is minimized but at same time each process is guaranteed to gets its turn at CPU at-least every 40 seconds ________ (upto 2 decimal place).

2 Answers

3 votes
3 votes
N*St + (N-1)*Q = 40

4*5 + 3*Q = 40

3Q = 20

Q = 6.333