in Operating System
246 views
0 votes
0 votes
Consider a system with 8 bit addresses and 16 byte pages. A process in this system has 4 logical pages, which are mapped to 3 physical frames in the following manner: logical page 0 maps to physical frame 2, page 1 maps to frame 0, page 2 maps to frame 1, and page 3 is not mapped to any physical frame. The process may not use more than 3 physical frames. On a page fault, the demand paging system uses the LRU policy to evict a page. The MMU has a TLB cache that can store 2 entries. The TLB cache also uses the LRU policy to store the most recently used mappings in cache. Now, the process accesses the following logical addresses in order: 7, 17, 37, 20, 40, 60. Upon accessing the logical address 60, which physical address is eventually accessed by the system (after servicing any page faults that may arise)?
in Operating System
246 views

Please log in or register to answer this question.