Multiple choice technology

Which of the following is not a Page replacement algorithm?

  1. Transition look aside buffer

  2. Working set window

  3. Least recently used

  4. Most frequently used

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Transition Lookaside Buffer (TLB) is a hardware cache for virtual-to-physical address translation, not a page replacement algorithm. Working set window is a concept in working set model, LRU (Least Recently Used) and MFU (Most Frequently Used) are actual page replacement algorithms.