in Operating System
1,137 views
1 vote
1 vote
Is Most Recently Used (MRU) Page replacement algorithm a 'Stack Algorithm' i.e. it doesn't suffer from Belady's Anomaly ?
in Operating System
by
1.1k views

4 Comments

@Anu007 sir

Any reference? Its still not very clear to me :(

Why MRU is a stack algo ?

0
0

stack page replacement policy is a policy that assigns a priority to a page that is independent of the number of page frames.

https://cseweb.ucsd.edu/classes/sp02/cse120_B/stack.html they talk about LFU and LRU.

https://en.wikipedia.org/wiki/Page_replacement_algorithm Read here in Heading Least Recently Used

3
3

Please log in or register to answer this question.

Related questions