in Operating System
1,433 views
1 vote
1 vote
Dispatch latency is

(a) Time taken to swap a process.

(b) The time taken to the submission and completion of the process.

(c) The time taken to stop a process and start another process.

(d) Time taken to switch from one thread to another.
in Operating System
1.4k views

2 Comments

C .
0
0
when Short Term Scheduler schedule a process, Actually what happens is, STS tell to Dispatcher to make Context Switching. The time which taken by the Dispatcher to perform context switching is called Dispatch latency.
0
0

1 Answer

0 votes
0 votes
Dispatch Latency is the time taken to dispatch a process to the processor i.e. the time taken to stop the ongoing process and start the next process. So option C is correct.