edited by
2,743 views
5 votes
5 votes

Belady's anomaly means

  1. Page fault rate is constant even on increasing the number of allocated frames
  2. Page fault rate may increase on increasing the number of allocated frames
  3. Page fault rate may increase on decreasing the number of allocated frames
  4. Page fault rate may decrease on increasing the number of allocated frames
edited by

2 Answers

2 votes
2 votes

ans is (b)

In computer storage, Bélády's anomaly is the name given to the phenomenon where increasing the number of page frames results in an increase in the number of page faults for a given memory access pattern. This phenomenon is commonly experienced when using the First in First Out (FIFO) page replacement algorithm.

Answer:

Related questions

137
views
0 answers
1 votes
Reetu Chaudhary asked May 6
137 views
For a certain page trace starting with no page in the memory, a demand-paged memory system operated under the LRU replacement policy results in 9 and 11 page faults when the primary memory ... a) 9 and 7(b) 7 and 9(c) 10 and 12(d) 6 and 7
11.5k
views
4 answers
23 votes
admin asked Feb 15, 2023
11,468 views
Consider the following two-dimensional array $\text{D}$ in the $\text{C}$ programming language, which is stored in row-major order:int D[128] ... number of page faults generated during the execution of this code snippet is _______________.