ETRI-Knowledge Sharing Plaform

ENGLISH

성과물

논문 검색
구분 SCI
연도 ~ 키워드

상세정보

학술대회 On Selective Placement for Uniform Cache Objects
Cited 0 time in scopus Download 1 time Share share facebook twitter linkedin kakaostory
저자
박종근, 최훈
발행일
201207
출처
International Conference on Advances in Information Technology (ICAIT) 2012 (LNCS 7593), v.7593, pp.75-82
DOI
https://dx.doi.org/10.1007/978-3-642-38227-7_11
협약과제
12VI1300, All-IP 융합 네트워크 구축을 위한 유선-LTE-Wibro-B4G망 통합용 단일 제어 체계 액세스 시스템 기술 개발, 김영부
초록
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 제안 키워드
Cache Placement, Cache Replacement, Cache performance, Hit Ratio, LRU algorithm, P2P file sharing, Performance comparison, Placement Strategy, Placement policy, Replacement algorithm, Simulation and experiment