Stands for "Last In, First Out." LIFO is an algorithm which follows processing of data in which the last items entered are the first to be removed. Thus the new element is inserted above the existing element. The operating system keeps track of all pages in the memory in a form of stack, the newest page is on the top of the stack. When a page needs to be replaced, page on the top of the stack is selected for removal first.