Abstract
Content-Centric Networking(CCN) is emerging technology for the future network infrastructure. In CCN, CCN routers support cache space called Content Store(CS), which can store passing contents. In this paper, we define two representative problems that can occur in CS of CCN routers, namely content search problem and cache replacement problem, and propose FERA(File Extension and Regression Analysis based Caching Scheme) which can solve these problems. In FERA, two approaches are proposed. Specifically, the first proposal is to divide CS into four types of CSs based on file extensions. Thereafter, when the user sends a request including the content name, the CCN router extracts and identifies the file extension from the content name, and transmits the user's request to the corresponding CS. After being transmitted, the user request is processed in the corresponding CS. The second proposal is to predict the content that is continuously decreasing in popularity based on regression analysis which is one of the machine learning algorithms and evicts that content. Finally, we verify the proposed scheme using CCN simulator. The simulation results show that the proposed scheme improves the cache hit ratio and the cache hit distance over the LRU.
Original language | English |
---|---|
Title of host publication | 19th Asia-Pacific Network Operations and Management Symposium |
Subtitle of host publication | Managing a World of Things, APNOMS 2017 |
Publisher | Institute of Electrical and Electronics Engineers Inc. |
Pages | 303-306 |
Number of pages | 4 |
ISBN (Electronic) | 9781538611012 |
DOIs | |
Publication status | Published - 1 Nov 2017 |
Event | 19th Asia-Pacific Network Operations and Management Symposium, APNOMS 2017 - Seoul, Korea, Republic of Duration: 27 Sept 2017 → 29 Sept 2017 |
Publication series
Name | 19th Asia-Pacific Network Operations and Management Symposium: Managing a World of Things, APNOMS 2017 |
---|
Conference
Conference | 19th Asia-Pacific Network Operations and Management Symposium, APNOMS 2017 |
---|---|
Country/Territory | Korea, Republic of |
City | Seoul |
Period | 27/09/17 → 29/09/17 |
Bibliographical note
Publisher Copyright:© 2017 IEEE.
Keywords
- Cache Replacement Policy
- Content Store
- Content-Centric Networking (CCN)
- File Extension
- Regression Analysis