406 views
0 votes
0 votes
The VAX/VMS system uses a FIFO replacement algorithm for resident pages and a free-frame pool of recently used pages. Assume that the free-frame pool is managed using the LRU replacement policy. Answer the following questions:
a. If a page fault occurs and the page does not exist in the free-frame pool, how is free space generated for the newly requested page ?
b. If a page fault occurs and the page exists in the free-frame pool, how is the resident page set and the free-frame pool managed to  make space for the requested page ?
c. What does the system degenerate to if the number of resident pages is set to one ?
d. What does the system degenerate to if the number of pages in the free-frame pool is zero?

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
2
akash.dinkar12 asked Mar 22, 2019
1,107 views
Is it possible for a process to have two working sets, one representing data and another representing code ? Explain.
0 votes
0 votes
1 answer
3
akash.dinkar12 asked Mar 22, 2019
5,007 views
What is the cause of thrashing ? How does the system detect thrashing ? Once it detects thrashing, what can the system do to eliminate this problem ?