A page table is the data structure used by a virtual memory system in a computer operating system to store the mapping between virtual addresses and physical addresses. Virtual addresses are those unique to the accessing process. Physical addresses are those unique to the CPU, i.e., RAM.
Reference:
http://en.wikipedia.org/wiki/Page_table
Reference:
http://en.wikipedia.org/wiki/Page_table