OS Scheduling Algorithms - FCFS, Round Robin, Priority, SJF, Multi Level Queue
<<Previous - CPU Scheduling Criteria
List of scheduling algorithms
We are going to learn about the types or list of scheduling algorithms. Scheduling algorithms are used to solve the problem of deciding the set of the processes in the ready queue that has to be allocated the CPU time. In simple terms, scheduling algorithms are used to schedule OS process on CPU processor time. Types or list of scheduling algorithms are:
- First Come First Served (FCFS) Scheduling
- Shortest Job First(SJF) Scheduling
- Priority Scheduling
- Round Robin Scheduling
- Multilevel Queue Scheduling
Please click on Next to understand the scheduling algorithms one by one
<<Previous - CPU scheduling criteria