Chapter9_exercise13 Version 0 |
|
👤 Author: by duzhen 2016-12-21 16:34:40 |
a. Define apage-replacementalgorithmaddressingtheproblemsof:
1. Initial value of the counters—0.
2. Counters are increased—whenever a new page is associated with that frame.
3. Counters are decreased—whenever one of the pages associated with that frame is no longer required.
4. How the page to be replaced is selected—find a frame withthe smallest counter. Use FIFO for breaking ties.
b. 14 page faults
c. 11 page faults