Home » OS Priority Scheduling

OS Priority Scheduling

by Online Tutorials Library

Priority Scheduling

In Priority scheduling, there is a priority number assigned to each process. In some systems, the lower the number, the higher the priority. While, in the others, the higher the number, the higher will be the priority. The Process with the higher priority among the available processes is given the CPU. There are two types of priority scheduling algorithm exists. One is Preemptive priority scheduling while the other is Non Preemptive Priority scheduling.

os Priority Scheduling

The priority number assigned to each of the process may or may not vary. If the priority number doesn’t change itself throughout the process, it is called static priority, while if it keeps changing itself at the regular intervals, it is called dynamic priority.

os Priority

You may also like