UNIX Programming and Technical

Q. What is the window of the working set of a process?

A. The window of the working set of a process is the total number in which the process had referred the set of pages in the working set of the process

Read Solution (Total 0)

UNIX Other Question

Q. What is the working set of a process?

A. The set of pages that are referred by the process in the last "n", references, where "n" is called the window of the working set of the process
Q. What is called a page fault?

A. Page fault is referred to the situation when the process addresses a page in the working set of the process but the process fails to locate the page in the working set. And on a page fault the kernel updates the working set by reading the page from the secondary device.