Question 77
Explanation
Consider a paging system where translation look aside buffer (TLB) a special type of associative memory is used with hit ratio of 80%. Assume that memory reference takes 80 nanoseconds and reference time to TLB is 20 nanoseconds. What will be the effective memory access time given 80% hit ratio?
Answer : 2. 116 nanoseconds Explanation
Previous | Next |
UGC NET CS December 2019 - Question 76 | UGC NET CS December 2019 - Question 78 |
Tavg = TLB access time + miss ratio of TLB × memory access time + memory access time
= 20 + 0.2 × 80 + 80
= 20 + 16 + 80
= 116 ms
So, option 2 is correct answer