1. Fixed priority scheduling; (i.e., serve all from foreground then from background). There is a possibility of starvation.
2. Time slice -each queue gets a certain amount of CPU time which it can schedule amongst its processes; i.e., 80% to foreground in RR
3. 20% to background in FCFS
Load Comments