Definition
Demand Paging
Demand paging is a memory management strategy in which a page is loaded from slower storage into main memory only when it is first accessed.
A page that is not yet in main memory causes a page fault.
Demand Paging
Demand paging is a memory management strategy in which a page is loaded from slower storage into main memory only when it is first accessed.
A page that is not yet in main memory causes a page fault.