Under what circumstances do page faults occur? Describe the actions taken by the operating system when a page fault occurs.
A page fault happens when an access to a page that has not been brought into main memory takes place. The operating system verifies the memory access, aborting the program if it is invalid. If it is valid, a free frame is located and I/O is requested to read the required page into the free