在以内容为中心的网络中使用位置感知跳跃表的快速内容存储查找

Tian Pan, Tao Huang, Jiang Liu, Jiao Zhang, Fan Yang, Shufang Li, Yun-jie Liu
{"title":"在以内容为中心的网络中使用位置感知跳跃表的快速内容存储查找","authors":"Tian Pan, Tao Huang, Jiang Liu, Jiao Zhang, Fan Yang, Shufang Li, Yun-jie Liu","doi":"10.1109/INFCOMW.2016.7562069","DOIUrl":null,"url":null,"abstract":"Today's Internet usage evolves rapidly from host-to-host communication to content dissemination. Content-Centric Networking (CCN) is proposed to embrace this trend by providing in-network caching capability via built-in Content Store (CS). However, to satisfy per-packet queries in high-speed networks, CS suffers a noticeable performance penalty and probably becomes the bottleneck of the entire packet forwarding system. The state-of-the-art adopts skip list as CS's underlying data structure. But, due to its O(logn) search complexity, it still has performance issues. In this work, inspired by the extensively existed temporal and spatial locality in content retrieval, we propose locality-aware skip list for performance improvement. In our design, since a packet is likely to share a prefix with previous packets, the search in the skip list could start directly from near the previously reached node of that prefix. This avoids searches repeatedly starting from the head node thus saves considerable search time. Extensive evaluation shows our design can achieve a 3× speedup over the original design on an ×86 machine.","PeriodicalId":348177,"journal":{"name":"2016 IEEE Conference on Computer Communications Workshops (INFOCOM WKSHPS)","volume":"7 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2016-04-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"11","resultStr":"{\"title\":\"Fast Content Store Lookup Using Locality-Aware Skip List in Content-Centric Networks\",\"authors\":\"Tian Pan, Tao Huang, Jiang Liu, Jiao Zhang, Fan Yang, Shufang Li, Yun-jie Liu\",\"doi\":\"10.1109/INFCOMW.2016.7562069\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"Today's Internet usage evolves rapidly from host-to-host communication to content dissemination. Content-Centric Networking (CCN) is proposed to embrace this trend by providing in-network caching capability via built-in Content Store (CS). However, to satisfy per-packet queries in high-speed networks, CS suffers a noticeable performance penalty and probably becomes the bottleneck of the entire packet forwarding system. The state-of-the-art adopts skip list as CS's underlying data structure. But, due to its O(logn) search complexity, it still has performance issues. In this work, inspired by the extensively existed temporal and spatial locality in content retrieval, we propose locality-aware skip list for performance improvement. In our design, since a packet is likely to share a prefix with previous packets, the search in the skip list could start directly from near the previously reached node of that prefix. This avoids searches repeatedly starting from the head node thus saves considerable search time. Extensive evaluation shows our design can achieve a 3× speedup over the original design on an ×86 machine.\",\"PeriodicalId\":348177,\"journal\":{\"name\":\"2016 IEEE Conference on Computer Communications Workshops (INFOCOM WKSHPS)\",\"volume\":\"7 1\",\"pages\":\"0\"},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2016-04-10\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"11\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"2016 IEEE Conference on Computer Communications Workshops (INFOCOM WKSHPS)\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.1109/INFCOMW.2016.7562069\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"2016 IEEE Conference on Computer Communications Workshops (INFOCOM WKSHPS)","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1109/INFCOMW.2016.7562069","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 11

摘要

今天的互联网使用从主机对主机通信迅速发展到内容传播。内容中心网络(Content- centric Networking, CCN)通过内置内容存储(Content Store, CS)提供网络内缓存功能,顺应了这一趋势。然而,为了满足高速网络中的逐包查询,CS遭受了明显的性能损失,并且可能成为整个数据包转发系统的瓶颈。最新技术采用跳表作为CS的底层数据结构。但是,由于其O(logn)的搜索复杂度,它仍然存在性能问题。在这项工作中,受内容检索中广泛存在的时间和空间局部性的启发,我们提出了位置感知跳跃表来提高性能。在我们的设计中,由于数据包可能与之前的数据包共享前缀,因此跳过列表中的搜索可以直接从该前缀的先前到达的节点附近开始。这避免了从头节点开始的重复搜索,从而节省了大量的搜索时间。广泛的评估表明,我们的设计可以在×86机器上实现比原始设计3倍的加速。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
Fast Content Store Lookup Using Locality-Aware Skip List in Content-Centric Networks
Today's Internet usage evolves rapidly from host-to-host communication to content dissemination. Content-Centric Networking (CCN) is proposed to embrace this trend by providing in-network caching capability via built-in Content Store (CS). However, to satisfy per-packet queries in high-speed networks, CS suffers a noticeable performance penalty and probably becomes the bottleneck of the entire packet forwarding system. The state-of-the-art adopts skip list as CS's underlying data structure. But, due to its O(logn) search complexity, it still has performance issues. In this work, inspired by the extensively existed temporal and spatial locality in content retrieval, we propose locality-aware skip list for performance improvement. In our design, since a packet is likely to share a prefix with previous packets, the search in the skip list could start directly from near the previously reached node of that prefix. This avoids searches repeatedly starting from the head node thus saves considerable search time. Extensive evaluation shows our design can achieve a 3× speedup over the original design on an ×86 machine.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
自引率
0.00%
发文量
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信