Page Replacements in Operating System
Published 17th February 2022 by [email protected] | Category: Operating System
In the previous tutorial, we have learned about paging and Segmentation. Now we are going to learn about page replacements in operating system and what are the different strategies we can apply. When a page fault occurs, the memory manager locates the page in secondary storage. Then it will load it into main memory and […]