Question: 4. Linux uses an LRU algorithm to manage memory. Suppose there is,another page replacement algorithm called not frequently used (NFU) that gives each page its
4. Linux uses an LRU algorithm to manage memory. Suppose there is,another page replacement algorithm called not frequently used (NFU) that gives each page its own counter that is incremented with each clock cycle. In this way, each counter tracks the trequency of page use. and the page with the lowes counter is swapped out when paging is necessary. In your opinion, how do these two algorithms (LRU on NFU) compare? Explain which one would work best under normal use and define how you perceive "normal use
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
