Hybrid Page Replacement Algorithm
Description
Page replacement algorithms play essential roles in virtual memory management, especially in Operating Systems that uses paging. Pagereplacement occurs when a requested page is not found in the memory (page fault) or a free available page is not enough to satisfy the request. This is because there are none, or the number of free pages is lower than the number requested. In this study, two standard page replacement (Least Recently Used LRU and OptimalOPT algorithms) were hybridized as hybrid page replacement (HRA). HRA based on the concept of OPT and LRU for it operation. The HRA was evaluatedby comparingit performance in terms of number of page faults generated with the standard page replacement algorithms, namely First InFirst Out FIFO, LRU and Optimal. Results showed that HRA outperformedFIFO, OPT and LRU when the number of frames increases to 4 and above..
Files
IJSRED-V2I6P3.pdf
Files
(155.0 kB)
Name | Size | Download all |
---|---|---|
md5:ba013950c8a69f17e03779bc4541f210
|
155.0 kB | Preview Download |