# Virtual page number (VPN)
Last edited: 2026-02-05
Virtual page number (VPN)
When using paging the virtual memory is broken down into pages , each of which is indexed from 0 to the maximum memory that the process has. The virtual page number is the index of a particular page in this address space. This, along with an offset into the page, determines the exact location of a byte of data.