Geography, asked by princesses2793, 1 year ago

The FIFO algoretham is use to.........

Answers

Answered by Chhabratanishq13
0

Whenever a new page is referred and not present in memory, page fault occurs and Operating System replaces one of the existing pages with newly needed page. Different page replacement algorithms suggest different ways to decide which page to replace. The target for all algorithms is to reduce number of page faults.

Answered by xbuyuhuhnuhuhuhuvgh
0

Answer:

The simplest page-replacement algorithm is a FIFO algorithm. The first-in, first-out (FIFO) page replacement algorithm is a low-overhead algorithm that requires little bookkeeping on the part of the operating system. ... In simple words, on a page fault, the frame that has been in memory the longest is replaced.

Similar questions