Multilevel Feedback queue scheduling (MFQ) · Multilevel feedback queue scheduling is an enhancement of multi-levelqueue scheduling. In this scheme, processes can move between the different queue · The various processes are separates in different queue on the basis of their CPU Burst Char characteristics · If a process consumes a lot of CPU time , it is placed into a lower priority queue. Thus I/O bound and interactive process are placed in the higher priority queue and CPU bound pricesses are in lower priority · If a processes waits too long in a lower priority queue it is moved higher priority queue. Such an aging prevents starvation. · The top priority queue is given smallest CPU time Quantum · ...
Comments
Post a Comment