retagged by
421 views
1 votes
1 votes
Q : One doubt that I feel while solving the LFU page replacement is that is it like we consider the number of times each page has been referenced till the current page reference in the reference string and then we replace that page which is least frequently occuring or do we count the number of times the page is referenced overall in the reference string later use this count value for page replacement purpose?

In short I want to ask whether we maintain a global counter of page references or counter of each type of page references till the current page reference in the reference string?Plz someone resolve this doubt.
retagged by

1 Answer

Related questions

1 votes
1 votes
1 answer
1
Xylene asked Aug 11, 2017
1,037 views
Consider page references, 1,2,3,5,2,3,4 and number of frames = 3.In the end will the frame contain 4,2,3 or 5,4,3 ?
0 votes
0 votes
0 answers
2
Jyoti Kumari97 asked Jan 15, 2019
530 views
Assume there are 5 frames and consider the following reference string find the number of page faults using NRU page replacement algorithm.3,2,3, 0,8,4,2,5,0,9,8,3,2
0 votes
0 votes
0 answers
3
Mayankprakash asked Dec 24, 2018
371 views
Do we need to cover page replacement implementations for gate?Please suggest
1 votes
1 votes
2 answers
4
muthu kumar asked Dec 15, 2018
504 views
How the value is 36? im getting 39.