Definition
Page
A page is a fixed-size block of virtual memory that is used as the unit of transfer between main memory and slower storage.
Each page has the same size, for example 4 KiB. The operating system divides the virtual address space into pages and manages them individually.