Skip to content

Devdutt-Thakkar/OS-19-Page-replacement-algorithm

Repository files navigation

✵ OS - Page Replacement

A brief description of what this project does:

We made Page Replacement Algorithms where students can able to learn Page Replacement Algorithms from scratch and also implement Algorithms on this website. Here we also provided animated video for clearing basic ideas. And for deep understanding also various blogs and tutorials are available.

🚀 Our Website

Section Of Operating System Virtual Lab

  • Disk Scheduling
  • Page Replacement
  • Deadlock & Concurrency
  • Scheduling

Landing Page

landing page 2021-11-13 at 16 14 16

This algorithm helps to decide which pages must be swapped out from the main memory in order to create a room for the incoming page. This Algorithm wants the lowest page-fault rate.

Various Page Replacement algorithms used in the Operating system are as follows;

✵ Types of Page replacement Algorithms

page replace.

we implemented this three 👇🏻👇🏻👇🏻

Screenshot 2021-11-13 at 17 08 12

✵ Theory & Implementation Of Page replacement Algorithms

  1. FIFO

Screenshot 2021-11-13 at 17 35 00

>
  1. Optimal

Screenshot 2021-11-13 at 17 13 28

  1. LRU

Screenshot 2021-11-13 at 17 15 30

>

➡️ You can Simply click on any of above Algorithms and can do smooth simulation.

Below is tutorial video if you need more Information.👇🏻

✵ Developed By

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published