Define Demand Paging, Page fault interrupt, and Trashing?

Demand Paging: Demand paging is the paging policy that a page is not read into memory until it is requested, that is, until there is a page fault on the page. Page fault interrupt: A page fault interrupt occurs when a memory reference is made to a page that is not in memory.The present bit in the page table entry will be found to be off by the virtual memory hardware and it will signal an interrupt. Trashing: The problem of many page faults occurring in a short time, called “page thrashing,”

Showing Answers 1 - 1 of 1 Answers

lakshmi

  • Oct 16th, 2007
 

Trashing is a scheme in virtual memory where the processes spends most of its time in swapping pages rather than executing instructions, this is due to inordinate number of page faults.

  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