What is page fault?If a process tries to get a page from memory and the page is not in memory, the page fault occurs. A page fault is a condition in which required page for a process is not in memory.Figure: optimal page replacement algorithm operating systemsIn the figure, PF means page fault, and PH means page hit.Page replacement algorithmMost famous page replacement algorithms are mentioned here;
First in, First out (FIFO) Page replacement algorithm. Read More