If a process requests a page in memory and the system cannot find it at the requested location, this constitutes a page fault.
- If the page is elsewhere in memory the fault is called a soft page fault.
- If the page must be retrieved from disk, the fault is called a hard page fault.