Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 615 Bytes

File metadata and controls

8 lines (7 loc) · 615 Bytes

Multilevel-Feedback-Queue-Type-2

This Scheduling is like Multilevel Queue(MLQ) Scheduling but in this process can move between the queues. Multilevel Feedback Queue Scheduling (MLFQ) keep analyzing the behavior (time of execution) of processes and according to which it changes its priority. For further refrence use the link: https://www.geeksforgeeks.org/multilevel-feedback-queue-scheduling-mlfq-cpu-scheduling/ Here, 4 queues are used and all of them uses Round Robin algorithm with time slice 2, 4, 6 and 8.

Limitations

Here, no 2 processes can have the same arrival time, CPU burst time or the priority.