Describe a two-level page table? How does it compare to a simple page table array?
Answer:
-A two level page table is a form of nested page table structure. It works in terms of bases and offsets, where portions can be contatenated to form the original physical addresses. Second level page tables representing unmapped pages are left unallocated, saving a bit of memory.