Round Robin is the preemptive process scheduling algorithm.
Each process is provided a fix time to execute, it is called a quantum.
Once a process is executed for a given time period, it is preempted and other process executes for a given time period.
A big advantage of round robin scheduling is that it dramatically improves average response times.
#RoundRobin
#ROUNDROBINCPUSCHEDULINGALGORITHM
Download
0 formats
No download links available.
ROUND ROBIN CPU SCHEDULING ALGORITHM || OS | NatokHD