<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Page replacement algorithm - Page 2 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Page_replacement_algorithm&amp;p=1">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Page_replacement_algorithm&amp;p=3">3.Next</a>
</p>
<p>memory (<a href="page.php?w=page_fault">page fault</a>) and a free page cannot be used to satisfy the allocation, either because there are none, or because the number of free pages is lower than some threshold.</p>

<p>When the page that was selected for replacement and paged out is referenced again it has to be paged in (read in from disk), and this involves waiting for I/O completion. This determines the quality of the page replacement algorithm: the less time waiting for page-ins, the better the algorithm. A page replacement algorithm looks</p><p>
<a accesskey="1" href="page.php?w=Page_replacement_algorithm&amp;p=1">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Page_replacement_algorithm&amp;p=3">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
