vix.ing · top · new · best · stats · spec

The R(1)W(1) Communication Model for Self-Stabilizing Distributed Algorithms

2025/10/06 by Hirotsugu Kakugawa, Sayaka Kamei, Kakugawa, Hirotsugu +5
Computer Science · Engineering · #Distributed and Parallel Computing Systems #Advanced Data Processing Techniques #Cognitive Computing and Networks

paper · pdf · doi:10.48550/arxiv.2510.04644

Abstract

Self-stabilization is a versatile methodology in the design of fault-tolerant distributed algorithms for transient faults. A self-stabilizing system automatically recovers from any kind and any finite number of transient faults. This property is specifically useful in modern distributed systems with a large number of components. In this paper, we propose a new communication and execution model named the R(1)W(1) model in which each process can read and write its own and neighbors' local variables in a single step. We propose self-stabilizing distributed algorithms in the R(1)W(1) model for the problems of maximal matching, minimal k-dominating set and maximal k-dependent set. Finally, we propose an example transformer, based on randomized distance-two local mutual exclusion, to simulate algorithms designed for the R(1)W(1) model in the synchronous message passing model with synchronized clocks.

Citations

Related