Memory Paging is yet another 386 feature that permits extending the address space far beyond 4 Gb.
Address generated by CPU (logical address) is divided into:
Page number p is an index into a page table that contains base address of each page in physical memory.
Page offset d is a displacement, combined with base address to define the physical memory address that is sent to the memory unit.
Memory paging: