Counting Algorithms
Keep a counter of number of references
- LFU - replace page with smallest count
- if does all in beginning, won’t be replaced
- decay values by shift
- MFU - smallest count just brought in and will probably be used
Not too common (expensive) and not too good