Suppose the program has page requires as: 1, 4, 3, 2, 1, 4,…
Suppose the program has page requires as: 1, 4, 3, 2, 1, 4, 3, 4, 8, 1, 2, 5, 4. Show the buffer’s page allocation using the replacement policy: Least Recently Used-LRU, where the buffer size = 3. (Note: the victim page should be on the top of a buffer, please upload file to answer the question.)
Read Details