What is page fault?

Showing Answers 1 - 9 of 9 Answers

Rajesh

  • Jun 10th, 2007
 

Page fault is the situation when the CPU want to access a page from the cache but it doesn't find there.So it has to go to the main memory for the particular page. This is Page fault

  Was this answer useful?  Yes

younus_syed

  • Jun 26th, 2008
 

If an application requires more physical memory it uses swap memory. Page out means moving some data and address space of physical memory to hard disk.A page fault happens when a system tries to access data in memory that has been paged out to disk.

  Was this answer useful?  Yes

The number of times that data had to be retrieved from the page file
on the hard disk  because it had been paged out of
physical memory. Windows  uses a page file stored
on the hard disk to augment physical memory. When the physical
memory is full, Windows swaps older information in physical memory
to the swap file to make room for newer information. Too many
page faults often indicate that you need more physical memory.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions