The correct answer is:
The time to stop one process and start running another one
Dispatch can done by dispatcher So the time taken by dispatcher is known as dispatch latency. The dispatcher do context switching.
Dispatch latency refers to the time taken by the operating system to switch from one process to another. It includes the time to save the state of the old process, load the state of the new process, and perform other necessary bookkeeping.