Under what circumstances do page faults occur? Describe the actions taken by the operating system when a page fault occurs?
Answer / Viplov Vishnoi
Page Faults occur when a process requests a page that is not in main memory (RAM). When a page fault occurs, the Operating System's Memory Management component takes action to swap the required page from secondary storage (Hard Disk) into main memory. This swapping process may involve replacing an already resident page, if the system is low on memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why partitioning and formatting is a prerequisite to installing an operating system?
What is the function of the control lines in ram?
What level of security does Windows NT meets?
What is the Translation Lookaside Buffer (TLB)?
What does thread safe mean?
What is page cannibalizing?
What is the difference between exclusive lock and shared lock?
What is ram parity?
Explain the different types of fragmentation?
Which are the necessary conditions to achieve a deadlock?
What kind of memory is a ram categorized as?
What is an advantage of a large scheduling quantum? What is a disadvantage?