66.7k views
4 votes
Dispatch latency is :

a) the speed of dispatching a process from running to the ready state
b) the time of dispatching a process from running to ready state and keeping the CPU idle
c) the time to stop one process and start running another one
d) None of these

User Srujan
by
8.5k points

1 Answer

2 votes

Final answer:

Dispatch latency is the time to stop one process and start running another one.

Step-by-step explanation:

Dispatch latency refers to the time it takes to stop one process and start running another one. It is the delay between when a process completes and the next process begins execution on the CPU.

For example, let's say we have two processes, Process A and Process B, and Process A finishes executing. The time it takes for Process B to start running is the dispatch latency.

So, the correct answer to the question is option c) the time to stop one process and start running another one.

User Joseph Saunders
by
8.7k points