Operating System Problem
Consider a paging system with the page table stored in memory.
1. If a memory access takes 300 nanoseconds, how long does a paged memory reference take?
2. If we add associative registers (a TLB), and 75 percent of all page table references are found in associative registers.
What is the effective memory reference time?
Suppose that finding a page-table entry in the TLB takes zero time.
Can someone provide the answer with reference to Operating System?