Memory Management #4: Page Replacement Algorithms and Thrashing
Page Replacement Algorithms
A Page Replacement Algorithm is a strategy used by the operating system to decide which page should be removed from RAM when no free frames are available.
The goal is simpl
backendblogs.hashnode.dev7 min read