Efficient Communication Protocols for Non DHT-based Pyramid Tree P2P Architecture

Indranil Roy, Swathi Kaluvakuri, Koushik Maddali, Ziping Liu, B. Gupta
{"title":"Efficient Communication Protocols for Non DHT-based Pyramid Tree P2P Architecture","authors":"Indranil Roy, Swathi Kaluvakuri, Koushik Maddali, Ziping Liu, B. Gupta","doi":"10.37394/23205.2021.20.13","DOIUrl":null,"url":null,"abstract":"In this paper, we have considered a recently reported 2-layer non-DHT-based structured P2P network. Residue Class based on modular arithmetic has been used to realize the overlay topology. At the heart of the architecture (layer-1), there exists a tree like structure, known as pyramid tree. It is not a conventional tree. A node i in this tree represents the cluster-head of a cluster of peers which are interested in a particular resource of type Ri (i.e. peers with a common interest). The cluster-head is the first among these peers to join the system. Root of the tree is assumed to be at level 1. Such a tree is a complete one if at each level j, there are j number of nodes. It is an incomplete one if only at its leaf level, say k, there are less than k number of nodes. Layer 2 consists of the different clusters. The network has some unique structural properties, e.g. each cluster has a diameter of only 1 overlay hop and the diameter of the network is just (2+2d); d being the number of levels of the layer-1 pyramid tree and d depends only on the number of distinct resources. Therefore, the diameter of the network is independent of the number of peers in the whole network. In the present work, we have used some such properties to design low latency intra and inter cluster data lookup protocols. Our choice of considering non-DHT and interest-based overlay networks is justified by the following facts: 1) intra-cluster data lookup protocol has constant complexity and complexity of inter-cluster data lookup is O(d) if tree traversal is used and 2) search latency is independent of the total number of peers present in the overlay network unlike any structured DHT-based network (as a matter fact unlike any existing P2P network, structured or unstructured). Experimental results as well show superiority of the proposed protocols to some noted structured networks from the viewpoints of search latency and complexity involved in it. In addition, we have presented in detail the process of handling churns and proposed a simple yet very effective technique related to cluster partitioning, which, in turn, helps in reducing the number of messages required to be exchanged to handle churns.","PeriodicalId":332148,"journal":{"name":"WSEAS TRANSACTIONS ON COMPUTERS","volume":"1 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2021-07-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"1","resultStr":null,"platform":"Semanticscholar","paperid":null,"PeriodicalName":"WSEAS TRANSACTIONS ON COMPUTERS","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.37394/23205.2021.20.13","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 1

Abstract

In this paper, we have considered a recently reported 2-layer non-DHT-based structured P2P network. Residue Class based on modular arithmetic has been used to realize the overlay topology. At the heart of the architecture (layer-1), there exists a tree like structure, known as pyramid tree. It is not a conventional tree. A node i in this tree represents the cluster-head of a cluster of peers which are interested in a particular resource of type Ri (i.e. peers with a common interest). The cluster-head is the first among these peers to join the system. Root of the tree is assumed to be at level 1. Such a tree is a complete one if at each level j, there are j number of nodes. It is an incomplete one if only at its leaf level, say k, there are less than k number of nodes. Layer 2 consists of the different clusters. The network has some unique structural properties, e.g. each cluster has a diameter of only 1 overlay hop and the diameter of the network is just (2+2d); d being the number of levels of the layer-1 pyramid tree and d depends only on the number of distinct resources. Therefore, the diameter of the network is independent of the number of peers in the whole network. In the present work, we have used some such properties to design low latency intra and inter cluster data lookup protocols. Our choice of considering non-DHT and interest-based overlay networks is justified by the following facts: 1) intra-cluster data lookup protocol has constant complexity and complexity of inter-cluster data lookup is O(d) if tree traversal is used and 2) search latency is independent of the total number of peers present in the overlay network unlike any structured DHT-based network (as a matter fact unlike any existing P2P network, structured or unstructured). Experimental results as well show superiority of the proposed protocols to some noted structured networks from the viewpoints of search latency and complexity involved in it. In addition, we have presented in detail the process of handling churns and proposed a simple yet very effective technique related to cluster partitioning, which, in turn, helps in reducing the number of messages required to be exchanged to handle churns.
查看原文
分享 分享
微信好友 朋友圈 QQ好友 复制链接
本刊更多论文
非基于dht的金字塔树P2P架构的高效通信协议
在本文中,我们考虑了最近报道的2层非基于dht的结构化P2P网络。利用基于模算法的残馀类实现了覆盖拓扑。在体系结构的核心(第1层),存在一个树状结构,称为金字塔树。这不是一棵普通的树。该树中的节点i表示对类型为Ri的特定资源感兴趣的对等节点集群的簇头(即具有共同兴趣的对等节点)。集群头是这些对等体中第一个加入系统的。假设树的根在第1层。如果在每一层j上有j个节点,这样的树就是完整树。如果只有在叶子层,比如k,有少于k个节点,它就是不完整的。第二层由不同的集群组成。该网络具有一些独特的结构性质,例如,每个簇的直径仅为1个覆盖跳,网络的直径仅为(2+2d);D是第一层金字塔树的层次数,D只取决于不同资源的数量。因此,网络的直径与整个网络中对等体的数量无关。在目前的工作中,我们已经使用了一些这样的属性来设计低延迟集群内和集群间的数据查找协议。我们选择考虑非dht和基于兴趣的覆盖网络是由以下事实证明的:1)集群内数据查找协议具有恒定的复杂性,如果使用树遍历,集群间数据查找的复杂性为O(d); 2)与任何结构化的基于dht的网络不同,搜索延迟与覆盖网络中存在的对等体总数无关(事实上,与任何现有的P2P网络不同,结构化或非结构化)。实验结果表明,从搜索延迟和复杂度的角度来看,本文提出的协议相对于一些著名的结构化网络具有优越性。此外,我们还详细介绍了处理搅动的过程,并提出了一种简单但非常有效的与集群分区相关的技术,这反过来有助于减少处理搅动所需交换的消息数量。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
求助全文
约1分钟内获得全文 去求助
来源期刊
自引率
0.00%
发文量
0
期刊最新文献
Medical Image Classification using a Many to Many Relation, Multilayered Fuzzy Systems and AI Aspects of Symmetry in Petri Nets Chaos in Order: Applying ML, NLP, and Chaos Theory in Open Source Intelligence for Counter-Terrorism Combinatorial Optimization of Engineering Systems based on Diagrammatic Design Federated Learning: Attacks and Defenses, Rewards, Energy Efficiency: Past, Present and Future
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
已复制链接
已复制链接
快去分享给好友吧!
我知道了
×
扫码分享
扫码分享
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1