in Operating System
2,629 views
3 votes
3 votes

Consider a System using Round Robin scheduling with 10 Processes all arriving at the time 0. Each Process is associated with 20 identical Request. Each Process request consumes 20 ms of CPU time after which it spends 10 ms of time on I/O,thereafter intiates subsequent Request. Assuming scheduling Overhead of 2 ms and Time Quantum of 20 ms, Calculate

i. Response time of the 1st Request of the 1st Process.

ii. Response time of the 1st Request of the last Process.

iii. Response time of the subsequent request of any process.

in Operating System
2.6k views

2 Comments

(1) response time of first process =10 unit

(2) response time of the last process=108 unit

correct me if i am wrong.
0
0

BASANT KUMAR How do you get 1st Request of the 1st Process 10 unit? I think it will be 2. 

0
0

3 Answers

1 vote
1 vote
response time of first request=2ms.

response time of 1st request of the last process=9*(20+2)+2=200ms.
0 votes
0 votes

response time of first request of first process=2+20=22ms

Response time of first request of last process =(2+20)*10=220ms

Response time of subsequent request of any process=10+210=220ms

 

2 Comments

Can you please explain that why should we not consider 10ms of I/O in response time. For instance, here response time of first request of P1 should actually be 32ms, because only after that will we get the output of first request of first process.
1
1

source: stack overflow

Response time - The time taken in a program from the issuance of a command to the commence of a response to that command.(i.e., the time-interval between submission of a request, and the first response to that request, not the output .)  

here in the question request itself takes 20 ms

0
0
0 votes
0 votes

ANS:

Related questions