|
First In First Out - A queue of items (such as incoming calls for example) configured in such a way that the item that will next be removed from the queue is the item that has been in the queue longest. There are two other basic types of QUEUES: LIFO (Last In First Out) and DEQUE (Double Ended QUEue).
|
||
LIFO
DEQUE
Queue
|
|