Skip to content
Home » Archives for admin » Page 45

admin

Round Robin

  • by

The round-robin scheduling algorithm is suitable for time-sharing computers which are similar to FCFS. However, preemption is added to this algorithm to switch between processes.… Read More »Round Robin