Round Robin — RR

Processes are preempted after a set time quantum $q$ elapses. The timer interrupts the running process after $q$.

Generally gives higher average turnaround than SJF, but better response time.