Ask a Question

) If we add TLBs, and 75 percent of all page-table references are found in the TLBs What is the effective memory reference time? (Assuming that finding a page table Entry in the TLBs takes zero time, if the entry is there.)

on 2011-12-08 19:38:12   by Debasri   on Information Technology  1 answers

Rajni

on 2011-12-08 10:30:00  

75% * TLB hit-time + 25% * TLB miss-time = 75% * 200ns + 25% * 400ns = 250ns