What is page fault and when does it occur? - operating system

What is page fault and when does it occur?

When the page (data) requested by a program is not available in the memory, it is called as a page fault. This usually results in the application being shut down.

What is page fault and when does it occur?

A page is a fixed length memory block used as a transferring unit between physical memory and an external storage. A page fault occurs when a program accesses a page that has been mapped in address space, but has not been loaded in the physical memory.
36 Solaris Interview Questions and Answers - Freshers, Experienced
Solaris interview questions and answers, Solaris interview FAQ - Explain the types of installations in Solaris, How to add the our own run control script in server, What are the RAID levels in Solaris?, What are NFS daemons?............
OS Synchronization Interview Questions and Answers
OS Synchronization - In this series, we have covered all about OS Synchronization and answered the questions that might be asked during an interview.
Process Management Interview Questions and Answers
OS Process Management - In this series, we have covered all about OS Process Management and answered the questions that might be asked during an interview.
Post your comment