1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
FCFS
Fair, order they arrive
Convoy effect, short processes get stuck, poor utilization, potential starvation long process execution
Round Robin
Each process have equal time slice
Time quantum, too short excessive context switching, too long make it resemble FCFS
Multilevel
Prioritizes certain types of process over others
Lead to starvation of processes in lower priority queues
Priority
Risks starvation for low-priority process
Ageing mechanism is needed (incrementally increasin the priority of waiting process) are implemented