fork.science

Question: What is the basic idea of memory paging with 4KB pages (without any swapping)?

A All processes can refer to the same extremely large range of bytes split into 4KB fragments (pages) and any of these fragments may refer to 4KB in physical memory (frames). B Avoiding internal fragmentation
C Each process can refer to their own extremely range of bytes split into 4KB fragments (pages) and any of these fragments may refer to 4KB in physical memory (frames).