/paging-simulation

Paging algorithm simulation

Primary LanguageJavaScriptMIT LicenseMIT

Page replacement algorithms

DEMO

Page replacement

Paging is a function of memory management where a computer will store and retrieve data from a device’s secondary storage to the primary storage. Memory management is a crucial aspect of any computing device, and paging specifically is important to the implementation of virtual memory.

Page replacement algorithms

A page replacement algorithm is needed to decide which page needs to be replaced when new page comes in.

Steps to set up project

  • Clone the repository
  • Install the dependencies
  • Run the index.html file in the browser