edited by
761 views
0 votes
0 votes
A computer whose processes have 1024 pages in their address spaces keeps its page tables in memory. The overhead required for reading a word from the page table is 500 nsec.  To reduce this  overhead, the computer has tlb which holds 32  entries and can do look up in 100 nsec.  What hit rate is needed  to reduce the mean overhead to 200 nsec?

 

can anyone solve this
edited by

1 Answer

0 votes
0 votes

i’m agree with diksha as question is not talking about page access time it is only about overhead in finding page address in memory 

so Average overhead time = TLB hit( TLB acess time) + TLB Miss(TLB Access time + page table access time)

let TLB hit ratio then

200 = h x 100 (1-h)(100+500)

h = 0.8

Related questions

0 votes
0 votes
0 answers
2
0 votes
0 votes
1 answer
3