DEVFYI - Developer Resource - FYI

What are the bits that support the demand paging?

Unix Interview Questions


(Continued from previous question...)

54. What are the bits that support the demand paging?

Valid, Reference, Modify, Copy on write, Age. These bits are the part of the page table entry, which includes physical address of the page and protection bits.
Page address
Age
Copy on write
Modify
Reference
Valid
Protection

(Continued on next question...)

Other Interview Questions