Types of Schedulers for B.SC. IT SEM-II
Types of Schedulers :
There are basically three types of schedulers :
(1) Long Term Scheduler : This scheduler determines which job will be submitted for immediate processing. It selects from the job pool and loads them into memory.
(2) Short Term Scheduler : It is also called a CPU scheduler. It allocates processes belonging to ready queue to CPU for immediate processing.
(3) Medium Term Scheduler : It is also called as memory scheduler. During the execution processes are swapped- out and swapped -in by the Medium term scheduler.