FIFO (First In, First Out) is one way of managing a buffer for data
FIFO is an acronym for First In, First Out, a method for organizing and manipulating a data buffer, or data array, where the oldest entry is processed first. It is analagous to processing a queue with first-come, first-served (FCFS) behaviour: where the persons leave the queue in the order they arrive.