无线多跳网络中连接组件最大化关键节点的分布式检测

IF 4.4 3区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS
Onur Ugurlu , Nusin Akram , Yesim Aygul , Vahid Khalilpour Akram , Orhan Dagdeviren
{"title":"无线多跳网络中连接组件最大化关键节点的分布式检测","authors":"Onur Ugurlu ,&nbsp;Nusin Akram ,&nbsp;Yesim Aygul ,&nbsp;Vahid Khalilpour Akram ,&nbsp;Orhan Dagdeviren","doi":"10.1016/j.adhoc.2024.103744","DOIUrl":null,"url":null,"abstract":"<div><div>In Wireless Multi-hop Networks (WMhNs), nodes whose absence significantly weakens network connectivity or partitions the network into disconnected components are called critical nodes. This paper focuses on a critical node problem, the Maximizing the Number of Connected Components (MaxNum) problem, which aims to identify <span><math><mi>k</mi></math></span> critical nodes whose removal maximizes the number of connected components. Although the MaxNum problem is a well-known NP-Hard problem with various real-world applications, no distributed algorithm has been proposed to solve it. To address this gap, we propose an efficient distributed algorithm for the MaxNum problem in WMhNs. The algorithm uses a distributed depth-first search tree to identify <span><math><mi>k</mi></math></span> critical nodes, requiring a bit complexity of <span><math><mrow><mi>O</mi><mrow><mo>(</mo><mi>n</mi><mo>×</mo><mi>k</mi><mo>×</mo><msub><mrow><mo>log</mo></mrow><mrow><mn>2</mn></mrow></msub><mi>n</mi><mo>)</mo></mrow></mrow></math></span> and a space complexity of <span><math><mrow><mi>O</mi><mrow><mo>(</mo><mi>Δ</mi><mo>+</mo><mi>k</mi><mo>)</mo></mrow></mrow></math></span>, where <span><math><mi>Δ</mi></math></span> denotes the maximum node degree. We evaluated the proposed algorithm through simulations and testbed networks, comparing it to the Linear Programming (LP) approach. Our findings show that the proposed distributed algorithm achieves promising outcomes, reaching nearly 90% of the optimal solution while reducing data transmission to half of that required by the centralized LP.</div></div>","PeriodicalId":55555,"journal":{"name":"Ad Hoc Networks","volume":"169 ","pages":"Article 103744"},"PeriodicalIF":4.4000,"publicationDate":"2024-12-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":"{\"title\":\"Distributed Detecting of Critical Nodes for Maximization of Connected Components in Wireless Multi-hop Networks\",\"authors\":\"Onur Ugurlu ,&nbsp;Nusin Akram ,&nbsp;Yesim Aygul ,&nbsp;Vahid Khalilpour Akram ,&nbsp;Orhan Dagdeviren\",\"doi\":\"10.1016/j.adhoc.2024.103744\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"<div><div>In Wireless Multi-hop Networks (WMhNs), nodes whose absence significantly weakens network connectivity or partitions the network into disconnected components are called critical nodes. This paper focuses on a critical node problem, the Maximizing the Number of Connected Components (MaxNum) problem, which aims to identify <span><math><mi>k</mi></math></span> critical nodes whose removal maximizes the number of connected components. Although the MaxNum problem is a well-known NP-Hard problem with various real-world applications, no distributed algorithm has been proposed to solve it. To address this gap, we propose an efficient distributed algorithm for the MaxNum problem in WMhNs. The algorithm uses a distributed depth-first search tree to identify <span><math><mi>k</mi></math></span> critical nodes, requiring a bit complexity of <span><math><mrow><mi>O</mi><mrow><mo>(</mo><mi>n</mi><mo>×</mo><mi>k</mi><mo>×</mo><msub><mrow><mo>log</mo></mrow><mrow><mn>2</mn></mrow></msub><mi>n</mi><mo>)</mo></mrow></mrow></math></span> and a space complexity of <span><math><mrow><mi>O</mi><mrow><mo>(</mo><mi>Δ</mi><mo>+</mo><mi>k</mi><mo>)</mo></mrow></mrow></math></span>, where <span><math><mi>Δ</mi></math></span> denotes the maximum node degree. We evaluated the proposed algorithm through simulations and testbed networks, comparing it to the Linear Programming (LP) approach. Our findings show that the proposed distributed algorithm achieves promising outcomes, reaching nearly 90% of the optimal solution while reducing data transmission to half of that required by the centralized LP.</div></div>\",\"PeriodicalId\":55555,\"journal\":{\"name\":\"Ad Hoc Networks\",\"volume\":\"169 \",\"pages\":\"Article 103744\"},\"PeriodicalIF\":4.4000,\"publicationDate\":\"2024-12-24\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"Ad Hoc Networks\",\"FirstCategoryId\":\"94\",\"ListUrlMain\":\"https://www.sciencedirect.com/science/article/pii/S157087052400355X\",\"RegionNum\":3,\"RegionCategory\":\"计算机科学\",\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"Q1\",\"JCRName\":\"COMPUTER SCIENCE, INFORMATION SYSTEMS\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"Ad Hoc Networks","FirstCategoryId":"94","ListUrlMain":"https://www.sciencedirect.com/science/article/pii/S157087052400355X","RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"Q1","JCRName":"COMPUTER SCIENCE, INFORMATION SYSTEMS","Score":null,"Total":0}
引用次数: 0

摘要

在无线多跳网络(Wireless Multi-hop Networks, WMhNs)中,那些网络连通性明显减弱或将网络划分为多个不连接组件的节点被称为关键节点。本文主要研究一个关键节点问题,即最大化连接组件数(MaxNum)问题,该问题旨在识别k个关键节点,其移除使连接组件数最大化。尽管MaxNum问题是一个众所周知的NP-Hard问题,但目前还没有提出分布式算法来解决它。为了解决这一差距,我们提出了一种高效的分布式算法来解决WMhNs中的MaxNum问题。该算法采用分布式深度优先搜索树来识别k个关键节点,比特复杂度为0 (n×k×log2n),空间复杂度为O(Δ+k),其中Δ表示最大节点度。我们通过模拟和测试平台网络评估了所提出的算法,并将其与线性规划(LP)方法进行了比较。我们的研究结果表明,所提出的分布式算法取得了很好的结果,达到了最优解的近90%,同时将数据传输减少到集中式LP所需的一半。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
Distributed Detecting of Critical Nodes for Maximization of Connected Components in Wireless Multi-hop Networks
In Wireless Multi-hop Networks (WMhNs), nodes whose absence significantly weakens network connectivity or partitions the network into disconnected components are called critical nodes. This paper focuses on a critical node problem, the Maximizing the Number of Connected Components (MaxNum) problem, which aims to identify k critical nodes whose removal maximizes the number of connected components. Although the MaxNum problem is a well-known NP-Hard problem with various real-world applications, no distributed algorithm has been proposed to solve it. To address this gap, we propose an efficient distributed algorithm for the MaxNum problem in WMhNs. The algorithm uses a distributed depth-first search tree to identify k critical nodes, requiring a bit complexity of O(n×k×log2n) and a space complexity of O(Δ+k), where Δ denotes the maximum node degree. We evaluated the proposed algorithm through simulations and testbed networks, comparing it to the Linear Programming (LP) approach. Our findings show that the proposed distributed algorithm achieves promising outcomes, reaching nearly 90% of the optimal solution while reducing data transmission to half of that required by the centralized LP.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
Ad Hoc Networks
Ad Hoc Networks 工程技术-电信学
CiteScore
10.20
自引率
4.20%
发文量
131
审稿时长
4.8 months
期刊介绍: The Ad Hoc Networks is an international and archival journal providing a publication vehicle for complete coverage of all topics of interest to those involved in ad hoc and sensor networking areas. The Ad Hoc Networks considers original, high quality and unpublished contributions addressing all aspects of ad hoc and sensor networks. Specific areas of interest include, but are not limited to: Mobile and Wireless Ad Hoc Networks Sensor Networks Wireless Local and Personal Area Networks Home Networks Ad Hoc Networks of Autonomous Intelligent Systems Novel Architectures for Ad Hoc and Sensor Networks Self-organizing Network Architectures and Protocols Transport Layer Protocols Routing protocols (unicast, multicast, geocast, etc.) Media Access Control Techniques Error Control Schemes Power-Aware, Low-Power and Energy-Efficient Designs Synchronization and Scheduling Issues Mobility Management Mobility-Tolerant Communication Protocols Location Tracking and Location-based Services Resource and Information Management Security and Fault-Tolerance Issues Hardware and Software Platforms, Systems, and Testbeds Experimental and Prototype Results Quality-of-Service Issues Cross-Layer Interactions Scalability Issues Performance Analysis and Simulation of Protocols.
×
引用
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学术官方微信