FIFO
An acronym for First In/First Out, FIFO is an abstraction for organizing and manipulating data relative to time and prioritization. The expression describes the principle of a queue processing technique or servicing conflicting demands by ordering process by first-come, first-served (FCFS) behavior: what comes in first is handled first, what comes in next waits until the first is finished, and so on.
Source: Wikipedia