Paging

The percentage of time that the desired information is found in the TLB is termed the hit ratio. The miss ratio is equal to ($1$ - hit ratio).

We can compute the average memory access time by knowing the (1) hit ratio and (2) the speed of accessing a physical memory address. This is possible because we know that we access memory only once if the entry is in the TLB and twice if it is not in the TLB.

Examples: