0 votes
in Operating System by
What is the RR scheduling algorithm?

1 Answer

0 votes
by

A round-robin scheduling algorithm is used to schedule the process fairly for each job in a time slot or quantum and interrupting the job if it is not completed by then the job comes after the other job which is arrived in the quantum time makes these scheduling fairly.

  1. Round-robin is cyclic in nature, so starvation doesn’t occur
  2. Round-robin is a variant of first-come, first-served scheduling
  3. No priority or special importance is given to any process or task
  4. RR scheduling is also known as Time slicing scheduling
...