Home » Operating Systems » Operating systems miscellaneous » Question

Operating systems miscellaneous

  1. Consider a paging hardware with a TLB. Assume that the entire page table and all the pages are in the physical memory. It takes 10 milliseconds to search the TLB and 80 milliseconds to access the physical memory. If the TLB hit ratio is 0.6, the effective memory access time (in milliseconds) is ___________.
    1. 21 ms
    2. 72 ms
    3. 12 ms
    4. 122 ms
Correct Option: D

Tave = H1 × (TTLB + TM) + (1 – H1) × (TTLB + 2 × TM)
TTLB = 10 ms
TM = 30 ms
H1 = 0.6
Tave = 0.6 X (10 + 80) + (1 – 0.6) (10 + 2X80) = 0.6 X 90 + 0.4 X 170 = 122 ms



Your comments will be displayed only after manual approval.