Question
Why can shared libraries reduce physical memory use in a paging system?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Multiple processes can map the same read-only code frames into their address spaces
Explanation:
Reentrant read-only code can be safely mapped to the same physical frames for many processes.
Each process may still maintain private writable data pages.
Leave a Reply