SCRUMble ! Hello Blog Readers! Thank you for all your support and encouragement. I have something exciting for you all. I have recently written and published a new book called 'SCRUMble !'. It is currently available on pothi store. It will be soon available on Amazon and Flipkart as well. Please get your copy and do let me know your reviews. -Abhishek Sathe SCRUMble ! Written and Published by: Abhishek Sathe Distributed by: pothi.com Order your copy now: https://store.pothi.com/book/abhishek-sathe-scrumble/ Coming soon on Amazon and Flipkart About the book: Scrum is a framework for solving complex problems largely adapted by Software Development field. There are multiple ag...
In computer systems using Paging, Page replacement algorithms are used to decide which pages to swap out. A Page fault is a trap by hardware to the software that arrises when a page is mapped by virtual address is not present in physical location. Pages are swapped out only when a page fault occurs.
There are various Page Replacement Techniques consisting of RAND,Optimal,FIFO,LRU,NRU,FIFO Second Chance,Enhanced FIFO Second Chance,Working Set,PFF to name a few.
We can list various goals of Page Replacement Algorithms such as
a.Simplify things for OS implementer.
b.Minimize the number of page faults
c.Reduce the overheads for page faults when they occur
d.Minimize CPU time of algorithm
There are various Page Replacement Techniques consisting of RAND,Optimal,FIFO,LRU,NRU,FIFO Second Chance,Enhanced FIFO Second Chance,Working Set,PFF to name a few.
We can list various goals of Page Replacement Algorithms such as
a.Simplify things for OS implementer.
b.Minimize the number of page faults
c.Reduce the overheads for page faults when they occur
d.Minimize CPU time of algorithm
Comments
Post a Comment