Computer Science, asked by mujtabaali4223, 1 year ago

)explain advantage and disadvantage of round robin scheduling.

Answers

Answered by Akshaymas
0
Round-robin (RR) is one of the algorithms employed by process and network schedulers in computing. As the term is generally used, time slices (also known as time quanta) are assigned to each process in equal portions and in circular order, handling all processes without priority (also known as cyclic executive).
Thank You!!
Attachments:
Answered by franktheruler
3

Answer:

Advantages of Round Rodin Scheduling:

  • Each and Every process gets opportunity to run.  
  • starvation which is never occurred in Round Rodin Scheduling.
  • All the process is using just one CPU.
  • One of the main advantage is that this scheduling can work in any operating system

Disadvantages of Round robin scheduling:

  • Longer process may starve
  • performance depends heavily on the quantum.
  • no idea of priority.  

Similar questions