Question
What is zero-fill-on-demand?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Providing a newly allocated page initialized with zeros when it is first needed
Explanation:
Zero-fill-on-demand creates a clean page without reading old contents from a file or swap area.
It also prevents a process from seeing data left by a previous memory owner.
Leave a Reply