Week 10

Chapters (Modern Operating Systems):

  • 3 MEMORY MANAGEMENT
    • 3.4 PAGE REPLACEMENT ALGORITHMS
      • 3.4.1 The Optimal Page Replacement Algorithm
      • 3.4.2 The Not Recently Used Page Replacement Algorithm
      • 3.4.3 The First-In, First-Out (FIFO) Page Replacement Algorithm
      • 3.4.4 The Second-Chance Page Replacement Algorithm
      • 3.4.5 The Clock Page Replacement Algorithm
      • 3.4.6 The Least Recently Used (LRU) Page Replacement Algorithm
      • 3.4.7 Simulating LRU in Software
      • 3.4.8 The Working Set Page Replacement Algorithm
      • 3.4.9 The WSClock Page Replacement Algorithm
      • 3.4.10 Summary of Page Replacement Algorithms