Question 4.2. When dealing with the page fault, a page repla…
Question 4.2. When dealing with the page fault, a page replacement may be needed to obtain a free frame for target page. Assume that the reference string of page numbers is 3,2,1,2,0,1,7,0,1. The number of pages in memory is 3 and initially the memory is empty. Run Least Recently Used (LRU) page replacement algorithm and illustrate the procedure by completing the following with the method in the slides. Based on the algorithm output, identify how many page faults are found?