1.

Recall that Belady’s anomaly is that the page-fault rate may increase as the number of allocated frames increases. Now, consider the following statements:S1: Random page replacement algorithm (where a page chosen at random is replaced)Suffers from Belady’s anomalyS2: LRU page replacement algorithm suffers from Belady’s anomalyWhich of the following is CORRECT?

A. S1 is true, S2 is true
B. S1 is true, S2 is false
C. S1 is false, S2 is true
D. S1 is false, S2 is false
Answer» C. S1 is false, S2 is true


Discussion

No Comment Found