page
a fixed-size unit of data in memory management representing a portion of a process’s virtual address space
page map table
a table used in virtual memory systems to track the mapping between virtual pages and physical frames
paged memory technique
A memory-management method where a process’s logical memory is divided into fixed-size pages, and physical memory is divided into identically sized frames, allowing pages to be loaded into noncontiguous frames to reduce fragmentation.
virtual memory
a memory management technique that creates an illusion of a large contiguous memory space by using disk storage to extend physical memory
virtual machine
software emulation of a physical computer, providing the same functionality as a physical machine