ETRI-Knowledge Sharing Plaform

KOREAN
논문 검색
Type SCI
Year ~ Keyword

Detail

Conference Paper On Selective Placement for Uniform Cache Objects
Cited 0 time in scopus Share share facebook twitter linkedin kakaostory
Authors
Jong-Geun Park, Hoon Choi
Issue Date
2012-07
Citation
International Conference on Advances in Information Technology (ICAIT) 2012 (LNCS 7593), v.7593, pp.75-82
Publisher
Springer
Language
English
Type
Conference Paper
DOI
https://dx.doi.org/10.1007/978-3-642-38227-7_11
Abstract
For several decades, numerous studies for the cache replacement algorithms have been performed in order to enhance cache performance. But, as the performance of a new algorithm has improved, the complexity of the algorithm has gradually increased. In the end, in most of practices, the LRU algorithm has been still successfully used, because of its good hit ratio, low complexity of O(1), and so on. For most of cache replacement algorithms, all references are always cached without any limitation. But, in the reference stream which follows the well-known Zipf-like nature of popularity, such as Web server/proxy and P2P file sharing environments, a large fraction of the total reference stream are arbitrarily singly or rarely accessed objects. These unpopular objects tend to cause unnecessary replacement of popular ones. Thus, to account for this, a mechanism such as the cache placement policy needs to be considered. In this paper, we proposed the recency-based cache placement strategy to effectively capture the popularity of a newly referenced object, and showed the superiority of the cache placement policy by performance comparison with simulation experiments. Finally we concluded that simply combining with the cache placement policy enables to raise the hit ratio without need of complex replacement algorithms. © Springer-Verlag 2013.
KSP Keywords
Cache Placement, Cache Replacement, Cache performance, Hit Ratio, LRU algorithm, P2P file sharing, Performance comparison, Placement Strategy, Placement policy, Replacement algorithm, Simulation and experiment