 |
Page replacement algorithms ( FIFO, LRU, Optimal) | Code Area
Page replacement : When a page fault occurs, the operating system has to choose a page to remove from memory to make room for the page that has to be brought in.Following algorithms are used for this purpose : FIFO : When a page must be replaced, the ...
codearea.in |
 |