Bélády’s anomaly 是对给定内存访问模式增加页框数量导致页面错误数量增加的现象的名称。这种现象在以下页面替换算法中很常见:
I. First in first out (FIFO)
II. Second chance algorithm
III. Random page replacement algorithm
(A)只有 I 和 II
(B)只有 I 和 III
(C)只有 II 和 III
(D)全部、I、II、III答案: (D)
说明:请参考 – Belady’s Anomaly in Page Replacement Algorithms。
选项(D)是正确的。
这个问题的测验