About this document
Scheduling & Page Replacement Algorithms by Tirth Darji is a document available to read on EtoBox.
1) The document discusses scheduling queues and page replacement algorithms in operating systems. It describes job queues, ready queues, and device queues that are used for process scheduling. 2) When a page fault occurs and there is no empty frame, a page replacement algorithm is used to determine which page to replace. Common algorithms described are First In First Out (FIFO) and Least Recently Used (LRU). 3) FIFO replaces the oldest page accessed, functioning like a queue. LRU replaces the page that w
- Author
- Tirth Darji
- Language
- EN