Computer Science, asked by parirpardeshi6656, 1 year ago

Write a note on multilevel queue scheduling.

Answers

Answered by hanthi
0

Multi level queue scheduling was created for situation in which processes are easily classified into different groups.

Multilevel queue scheduling has the following characteristics:

Processes are divided into different queue based on their type. Process are permanently assigned to one queue, generally based on some property of process i.e. system process, interactive, batch system, end user process, memory size, process priority and process type.

Each queue has its own scheduling algorithm. For example interactive process may use round robin scheduling method, while batch job use the FCFS method.

hope it helps

Pls mark me as the brainest..

Similar questions