Home /
Expert Answers /
Computer Science /
2-consider-the-following-page-replacement-algorithms-fifo-first-in-first-out-and-lru-least-re-pa845
(Solved):
2) Consider the following page replacement algorithms: FIFO (first in first out) and LRU (least re ...
2) Consider the following page replacement algorithms: FIFO (first in first out) and LRU (least recently used). Logical memory has 10 pages (pages \( 0 . .9 \) ), while physical memory consists of 4 frames (frames \( 0 . .3 \) ). The page reference string begins with 2, 6, 5, 7 to fill the four frames. Each part begins from this same initial point. On your solution page, show the 2 frame traces for each part. a) Continue the page reference string with at most 3 additional terms where LRU will result in strictly fewer page faults than FIFO. ref. str. b) Continue the page reference string with at most 3 additional terms where FIFO will result in strictly fewer page faults than LRU.