Virtual page number (VPN)
When using paging the virtual memory is broken down into pages each of these is index from 0 to the maximum memory that 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 determine an exact location of a byte of data.