Round Robin
In this lesson, you will get familiar with the Round Robin (RR) scheduling policy.
We'll cover the following...
Introduction
To solve this problem, we will introduce a new scheduling algorithm, classically referred to as
To understand RR in more detail, let’s look at an example. Assume three jobs , , and arrive at the same time in the system, and that they each wish to run for 5 seconds. An SJF scheduler runs each job to completion before running another (as seen in the figure below).
In contrast, RR with a time-slice of 1 second would cycle through the jobs quickly. Check out the figure below: