Domanda di colloquio di Bloomberg

Why kernel offers memory in page boundary?

Risposta di colloquio

Anonimo

17 feb 2011

Because the kernel looks at memory in page unit. it has data structure to keep track of each page, instead of each byte. If to keep track of every byte, the meta data structure would get very large.