Page Faults
Page faults are extremely costly
- taking 100,000s of times longer than a direct memory access
Therefore minimisation of the probability of a page fault is a vital goal in memory hierarchy design
- Whereas the cache miss rate is normally between 0.1% to 20% the page fault rate is between 0.00001% to 0.0001%.