Recent questions tagged page-replacement

0 votes
0 answers
64
0 votes
0 answers
65
0 votes
1 answer
67
What is the reason for Belady’s Anomaly,I am aware that it is not a stack based algorithm and for a certain set of pages it shows this anomaly where the increase in pag...
0 votes
0 answers
68
1 votes
2 answers
69
0 votes
0 answers
71
State True/False:-A Page replacement algorithm suffers from Belody's anomoly when it is not a stack algorithm.how to identify a stack algorithm? Is LRU stack algorithm? I...
0 votes
0 answers
72
"FIFO sometimes can support stack property" And sometimes not and so,it will fall in bealady's anomalyWhy is it so ?
0 votes
0 answers
74
Do we have to study page replacement algorithm implementation...Is it important for gate?Please suggest
3 votes
1 answer
81
Self doubt:What is the rule or keyb point we should keep in mind while solving problems on LRU page replacement algorithm? Please explain with examples.
1 votes
1 answer
82
0 votes
0 answers
84
"if an algorithm has stack property then it never falls into Beladys Anomaly"Is their any simple proof to this? Also I wanna know if it's one way or two way implication. ...
2 votes
1 answer
87
1 votes
1 answer
90
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 ?