Under what circumstances do page faults occur? Describe the actions taken by the operating system when a page fault occurs?
Answer Posted / 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 |
Post New Answer View All Answers