What is RR scheduling algorithm?
4 years ago
Operating System
RR (round-robin) scheduling algorithm is primarily aimed for time-sharing systems. A circular queue is a setup in such a way that the CPU scheduler goes around that queue, allocating CPU to each process for a time interval of up to around 10 to 100 milliseconds.
Bijay Satyal
Oct 22, 2021