Concept Flow - Why queues follow FIFO principle
New item arrives
Add item to end of queue
Items wait in order
Remove item from front
Next item becomes front
Process continues in order
Items enter the queue at the back and leave from the front, so the first item added is the first one removed.