Resource efficient stabilization for local tasks despite unknown capacity links

IF 0.9 4区 计算机科学 Q3 COMPUTER SCIENCE, THEORY & METHODS
{"title":"Resource efficient stabilization for local tasks despite unknown capacity links","authors":"","doi":"10.1016/j.tcs.2024.114744","DOIUrl":null,"url":null,"abstract":"<div><p>Self-stabilizing protocols enable distributed systems to recover correct behavior starting from any arbitrary configuration. In particular, when processors communicate by message passing and the communication links are unbounded, fake messages may be placed in communication links by an adversary. When the number of such fake messages is unknown, self-stabilization may require huge resources:</p><ul><li><span>•</span><span><p>generic solutions (<em>a.k.a.</em> data link protocols) require unbounded resources, which makes them unrealistic to deploy,</p></span></li><li><span>•</span><span><p>specific solutions (<em>e.g.</em>, census or tree construction) require <span><math><mi>O</mi><mo>(</mo><mi>n</mi><mi>log</mi><mo>⁡</mo><mi>n</mi><mo>)</mo></math></span> or <span><math><mi>O</mi><mo>(</mo><mi>Δ</mi><mi>log</mi><mo>⁡</mo><mi>n</mi><mo>)</mo></math></span> bits of memory per node, where <em>n</em> denotes the network size and Δ its maximum degree, which may prevent scalability.</p></span></li></ul><p>We investigate the possibility of resource-efficient self-stabilizing protocols in this context.</p><p>Specifically, we present self-stabilizing protocols for <span><math><mo>(</mo><mi>Δ</mi><mo>+</mo><mn>1</mn><mo>)</mo></math></span>-coloring and maximal independent set construction in any <em>n</em>-node graph, under the asynchronous message-passing model. The problems of <span><math><mo>(</mo><mi>Δ</mi><mo>+</mo><mn>1</mn><mo>)</mo></math></span>-coloring and maximal independent set construction are widely regarded as benchmark problems for evaluating local algorithms. Our protocols offer many desirable features. They are deterministic, converge in <span><math><mi>O</mi><mo>(</mo><mi>k</mi><mi>Δ</mi><msup><mrow><mi>n</mi></mrow><mrow><mn>2</mn></mrow></msup><mi>log</mi><mo>⁡</mo><mi>n</mi><mo>)</mo></math></span> message exchanges, where <em>k</em> is the (unknown) initial number of (possibly corrupted) messages in a communication link. They use messages of <span><math><mi>O</mi><mo>(</mo><mi>log</mi><mo>⁡</mo><mi>log</mi><mo>⁡</mo><mi>n</mi><mo>+</mo><mi>log</mi><mo>⁡</mo><mi>Δ</mi><mo>)</mo></math></span> bits with a memory of <span><math><mi>O</mi><mo>(</mo><mi>Δ</mi><mi>log</mi><mo>⁡</mo><mi>Δ</mi><mo>+</mo><mi>log</mi><mo>⁡</mo><mi>log</mi><mo>⁡</mo><mi>n</mi><mo>)</mo></math></span> bits at each node. The resource consumption of our protocols is thus almost oblivious to the number of nodes, enabling scalability. Moreover, a striking property of our protocols is that the nodes do not need to know the number, or any bound on the number of messages initially present in each communication link of the initial (potentially corrupted) network configuration. This permits our protocols to handle any future network with unknown message capacity communication links.</p><p>A key building block of our coloring and maximal independent set schemes is an algorithm to obtain an acyclic orientation of graph edges, that is of independent interest, and can serve as a useful tool for solving other tasks in this challenging setting.</p></div>","PeriodicalId":49438,"journal":{"name":"Theoretical Computer Science","volume":null,"pages":null},"PeriodicalIF":0.9000,"publicationDate":"2024-07-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":null,"platform":"Semanticscholar","paperid":null,"PeriodicalName":"Theoretical Computer Science","FirstCategoryId":"94","ListUrlMain":"https://www.sciencedirect.com/science/article/pii/S030439752400361X","RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"Q3","JCRName":"COMPUTER SCIENCE, THEORY & METHODS","Score":null,"Total":0}
引用次数: 0

Abstract

Self-stabilizing protocols enable distributed systems to recover correct behavior starting from any arbitrary configuration. In particular, when processors communicate by message passing and the communication links are unbounded, fake messages may be placed in communication links by an adversary. When the number of such fake messages is unknown, self-stabilization may require huge resources:

  • generic solutions (a.k.a. data link protocols) require unbounded resources, which makes them unrealistic to deploy,

  • specific solutions (e.g., census or tree construction) require O(nlogn) or O(Δlogn) bits of memory per node, where n denotes the network size and Δ its maximum degree, which may prevent scalability.

We investigate the possibility of resource-efficient self-stabilizing protocols in this context.

Specifically, we present self-stabilizing protocols for (Δ+1)-coloring and maximal independent set construction in any n-node graph, under the asynchronous message-passing model. The problems of (Δ+1)-coloring and maximal independent set construction are widely regarded as benchmark problems for evaluating local algorithms. Our protocols offer many desirable features. They are deterministic, converge in O(kΔn2logn) message exchanges, where k is the (unknown) initial number of (possibly corrupted) messages in a communication link. They use messages of O(loglogn+logΔ) bits with a memory of O(ΔlogΔ+loglogn) bits at each node. The resource consumption of our protocols is thus almost oblivious to the number of nodes, enabling scalability. Moreover, a striking property of our protocols is that the nodes do not need to know the number, or any bound on the number of messages initially present in each communication link of the initial (potentially corrupted) network configuration. This permits our protocols to handle any future network with unknown message capacity communication links.

A key building block of our coloring and maximal independent set schemes is an algorithm to obtain an acyclic orientation of graph edges, that is of independent interest, and can serve as a useful tool for solving other tasks in this challenging setting.

在未知容量链路的情况下,为本地任务提供资源效率高的稳定性
自稳定协议使分布式系统能够从任意配置开始恢复正确的行为。特别是,当处理器通过消息传递进行通信且通信链路不受限制时,对手可能会在通信链路中放置假消息。当此类虚假信息的数量未知时,自稳定可能需要大量资源:-通用解决方案(又称数据链路协议)需要无限制的资源,这使得部署它们并不现实;-特定的解决方案(如普查或树构建)需要 O、具体来说,我们提出了异步消息传递模型下任何 n 节点图中 (Δ+1)- 着色和最大独立集构造的自稳定协议。(Δ+1)-coloring 和最大独立集构造问题被广泛视为评估局部算法的基准问题。我们的协议具有许多理想特性。它们是确定性的,在 O(kΔn2logn) 消息交换中收敛,其中 k 是通信链路中(可能损坏的)消息的(未知)初始数量。它们使用 O(loglogn+logΔ) 比特的信息,每个节点的内存为 O(ΔlogΔ+loglogn) 比特。因此,我们协议的资源消耗几乎与节点数量无关,从而实现了可扩展性。此外,我们协议的一个显著特点是,节点无需知道初始(可能已损坏)网络配置的每个通信链路中最初存在的消息数量或消息数量的任何约束。我们的着色和最大独立集方案的一个关键构件是获取图边非循环方向的算法,该算法具有独立的意义,可作为在这一具有挑战性的环境中解决其他任务的有用工具。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
求助全文
约1分钟内获得全文 求助全文
来源期刊
Theoretical Computer Science
Theoretical Computer Science 工程技术-计算机:理论方法
CiteScore
2.60
自引率
18.20%
发文量
471
审稿时长
12.6 months
期刊介绍: Theoretical Computer Science is mathematical and abstract in spirit, but it derives its motivation from practical and everyday computation. Its aim is to understand the nature of computation and, as a consequence of this understanding, provide more efficient methodologies. All papers introducing or studying mathematical, logic and formal concepts and methods are welcome, provided that their motivation is clearly drawn from the field of computing.
×
引用
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学术官方微信