Limit this search to....

Hybrid Page Replacement Algorithm in Real Time Systems
Contributor(s): Banerjee, Pallab (Author), Kumar, Biresh (Author)
ISBN: 620267038X     ISBN-13: 9786202670388
Publisher: LAP Lambert Academic Publishing
OUR PRICE:   $40.94  
Product Type: Paperback
Published: June 2020
Qty:
Additional Information
BISAC Categories:
- Computers | Operating Systems - General
Physical Information: 0.14" H x 6" W x 9" (0.22 lbs) 60 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
A virtual memory system requires efficient page replacement algorithms to make a decision which pages to evict from memory in case of a page fault. Many algorithms have been proposed for page replacement. Each algorithm is used to decide on which free page frame a page is placed and tries to minimize the page fault rate while incurring minimum overhead. As newer memory access patterns were explored, research mainly focused on formulating newer approaches to page replacement which could adapt to changing workloads. We look at the traditional algorithms such as Optimal replacement, LRU, FIFO and also study the recent approaches such as NRU, Second Chance.This report attempts to propose a hybrid page replacement algorithms.