Dispatcher in Operating System. Write Functions of Dispatcher

Dispatcher provides control of the CPU to the process picked by the short-term scheduler. When the scheduler finishes its task of selecting a process, then the dispatcher takes that process to the destination state.  For example, Suppose there are 5 processes P1, P2, P3, P4, and P5.  The arrival times of these processes are T1, … Read more