nBy using a page size of a power of 2, the pages are
invisible to the programmer, compiler/assembler, and the linker
nAddress translation at run-time is then easy to implement
in hardware
ulogical
address (n,m) gets translated to physical address (k,m) by indexing the
page table
and appending the same offset m to the frame number k