n By using a page size of a power of 2, the
pages are invisible to the programmer,
compiler/assembler, and the linker
n Address translation at run-time is then
easy to implement in hardware
u logical 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