Page 1 of 1

Question 1 Page tables often must be stored in the memory. To accelerate the address translation using paging, TLB is us

Posted: Mon Jun 06, 2022 6:33 pm
by answerhappygod
Question 1 Page Tables Often Must Be Stored In The Memory To Accelerate The Address Translation Using Paging Tlb Is Us 1
Question 1 Page Tables Often Must Be Stored In The Memory To Accelerate The Address Translation Using Paging Tlb Is Us 1 (72.54 KiB) Viewed 16 times
Question 1 Page tables often must be stored in the memory. To accelerate the address translation using paging, TLB is used. Now assume a TLB can hold 4 entries, and LRU is applied if no more empty entry. The first four references to memory are to pages 6, 7, 7, 9. Assuming the next five accesses are to pages 7, 9, 0, 4, 9, which of those will hit TLB? (and which will miss?) You may use the following one to trace and get partial points Working Cache Cache 1: Cache 2: Cache 3: Cache 4: Page Your Answer (A: Hit, B: Miss) 7 9 0 4 9 Question 2 What happens after a TLB miss? You must include the 3 main steps to get the full points.