First-come, first-served (FCFS)

GPTKB entity

Statements (17)
Predicate Object
gptkbp:instanceOf scheduling algorithm
gptkbp:advantage easy to implement
can cause convoy effect
no starvation
may lead to long waiting times
gptkbp:alternativeName FCFS
first-in, first-out
gptkbp:characteristic gptkb:fire
simple
non-preemptive
https://www.w3.org/2000/01/rdf-schema#label First-come, first-served (FCFS)
gptkbp:schedulingOrder order of arrival
gptkbp:usedIn operating systems
queue management
service systems
gptkbp:bfsParent gptkb:M/G/1_queue
gptkbp:bfsLayer 7