Implementation of a Page Table
Each process has its own page table.
Page table is kept in memory.
Page table base register points to the page table.
Page table length register indicates the size of the page table.
How many physical memory accesses are required for each logical memory access?
Answer: 2. (one for the page table and one for the data/instruction).