Skip to content

kritipchakrabarti/Multilevel-Feedback-Queue-Type-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages