Page Faults

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.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>