How Paging Works
How Paging Works
How Paging Works
Dedicated registers can be used to implement the page table in hardware. However,
using a register for the page table is only useful if the page table is tiny. We can
employ TLB (translation look-aside buffer), a particular, tiny, fast look-up
hardware cache if the page table has a significant number of entries.
then the effective access time would be = m(page table) + m(page in page table)
m = main memory access time
then the effective access time would be = m(page table) + m(page in page table)