518 views

1 Answer

0 votes
0 votes

Average access time= Avg. access time for TLB HIT + avg. access time for TLB MISS.

Avg. access time for TLB HIT= TLB hit ratio*(M.M access time)

Avg  access time for TLB MISS= TLB miss ratio*(M.M access time + Avg time for page fault + Avg. time for Dirty page replacement)

Avg access time = (1-Pt)(Tm) + Pt*(Tm + Pp(Td+Pd*Td))

Avg access time = (1-0.1)(1) + 0.1*(1 + 0.0002(104+0.5*104))=1.3 units

Related questions

0 votes
0 votes
0 answers
1
SSR17 asked Feb 8
206 views
we have 8 pages (each side 32B) to store in physical memory of 2^32 bits how many bits are required to identify each page , according to me 3 bits are required but that i...
0 votes
0 votes
2 answers
4
Unique_999 asked Aug 17, 2023
319 views
Can Any explain the relationship between The “ Word Size “ and “ Logical Address Space “