2015
DOI: 10.5901/ajis.2015.v4n2s2p56
|View full text |Cite
|
Sign up to set email alerts
|

A Comparison of Three Page Replacement Algorithms: FIFO, LRU and Optimal

Abstract: The speed at which the process will be executed doesn't depend only on the implementation of the architecture of the computer, the frequency of the clock, but also regard to the politics the algorithm follows and the data structure the algorithm is implemented. The usage of efficient page replacement algorithms, that choose which page in memory will be swapped if a page fault, are required to implement in a virtual memory system. A lot of algorithms are developed during the years for page replacement. Each alg… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1

Citation Types

0
3
0

Year Published

2019
2019
2024
2024

Publication Types

Select...
2
2
1

Relationship

0
5

Authors

Journals

citations
Cited by 4 publications
(3 citation statements)
references
References 5 publications
0
3
0
Order By: Relevance
“…These algorithms have time complexity O(1) and widely used in many applications such as YouTube, Twitter, Facebook [69][70][71][72]. The SBS only decides eviction when dissimilarity and SBS'cache are full.…”
Section: Cache Replacement Policies (Crp)mentioning
confidence: 99%
“…These algorithms have time complexity O(1) and widely used in many applications such as YouTube, Twitter, Facebook [69][70][71][72]. The SBS only decides eviction when dissimilarity and SBS'cache are full.…”
Section: Cache Replacement Policies (Crp)mentioning
confidence: 99%
“…There are few adaptive algorithms which refer to some of the historical information related to the recently evicted blocks, which is useful in finding the recent trends and the reversal in those trends [18], [23].…”
Section: Recency and Frequency Based Adaptive Policiesmentioning
confidence: 99%
“…By using a certain precise history mechanism that remembers recently evicted pages from T1 and T2; CAR adaptively determines the sizes of these lists in a data-driven fashion. CAR combines the best features of CLOCK and ARC by removing all the disadvantages of LRU [17], [18].…”
Section: Recency and Frequency Based Adaptive Policiesmentioning
confidence: 99%