Computer Science, asked by pooja201995, 1 year ago

how to find effectivememory access time ​

Answers

Answered by Shingari475
5

The percentage of times that the page number of interest is found in the TLB is called the hit ratio. An 80-percent hit ratio, for example, means that we find the desired page number in the TLB 80 percent of the time. If it takes 100 nanoseconds to access memory, then a mapped-memory access takes 100 nanoseconds when the page number is in the TLB. If we fail to find the page number in the TLB then we must first access memory for the page table and frame number

Hope this helps u... ☺️

Similar questions