Back

Page Replacement Algorithms

Memory Management and Paging

Paging is a memory management scheme that eliminates the need for contiguous allocation of physical memory. It avoids external fragmentation and allows processes to be split into smaller fixed-size pages.

Key Concepts

Page Replacement Algorithms in Detail

Most Recently Used (MRU)

MRU replaces the page that was most recently accessed. This algorithm is based on the assumption that the most recently used page will not be needed again soon.

Random Replacement

Randomly selects a page frame for replacement when a page fault occurs.

Performance Metrics

Memory Access Patterns

Simulation

Reference String

Simulation History

Current Step Details

Statistics

Page Hits: 0
Page Faults: 0
Hit Ratio: 0.00