Os Memory Management Questions
The role of the working set in demand paging is to determine the set of pages that are actively being used by a process at any given time. It helps in deciding which pages should be kept in the main memory and which can be swapped out to the secondary storage. By keeping the working set in memory, the system can minimize the number of page faults and improve overall performance.