Describe page-based virtual memory. You should consider pages, frames, page
tables, and Memory Management Units in your answer.
Answer:
-Page-based virtual memory is the idea that physical memory space can be divided into frames, while each process owns a virtual address space divided into pages which are the same size as frames. The page table contains the location of a frame corresponding to a page, which is generally obfuscated using some algorithm (commonly two-level and inverting).