Table of Contents
Fetching ...

Optimal Fault-Tolerant Dispersion on Oriented Grids

Rik Banerjee, Manish Kumar, Anisur Rahaman Molla

TL;DR

This paper presents a crash-tolerant dispersion algorithm that solves the dispersion problem on an anonymous oriented grid in \(O(\sqrt {n}) \) time and using O(log n) bits of memory per robot.

Abstract

Dispersion of mobile robots over the nodes of an anonymous graph is an important problem and turns out to be a crucial subroutine for designing efficient algorithms for many fundamental graph problems via mobile robots. In this problem, starting from an arbitrary initial distribution of $n$ robots across the $n$ nodes, the goal is to achieve a final configuration where each node holds at most one robot. This paper investigates the dispersion problem on an oriented grid, considering the possibility of robot failures (crashes) at any time during the algorithm's execution. We present a crash-tolerant dispersion algorithm that solves the dispersion problem on an anonymous oriented grid in $O(\sqrt{n})$ time and using $O(\log n)$ bits of memory per robot. The algorithm is optimal in terms of both time and memory per robot. We further extend this algorithm to deal with weak Byzantine robots. The weak Byzantine fault dispersion algorithm takes optimal $O(\sqrt{n})$ rounds but requires $O(n\log n)$ bits of memory per robot.

Optimal Fault-Tolerant Dispersion on Oriented Grids

TL;DR

This paper presents a crash-tolerant dispersion algorithm that solves the dispersion problem on an anonymous oriented grid in \(O(\sqrt {n}) \) time and using O(log n) bits of memory per robot.

Abstract

Dispersion of mobile robots over the nodes of an anonymous graph is an important problem and turns out to be a crucial subroutine for designing efficient algorithms for many fundamental graph problems via mobile robots. In this problem, starting from an arbitrary initial distribution of robots across the nodes, the goal is to achieve a final configuration where each node holds at most one robot. This paper investigates the dispersion problem on an oriented grid, considering the possibility of robot failures (crashes) at any time during the algorithm's execution. We present a crash-tolerant dispersion algorithm that solves the dispersion problem on an anonymous oriented grid in time and using bits of memory per robot. The algorithm is optimal in terms of both time and memory per robot. We further extend this algorithm to deal with weak Byzantine robots. The weak Byzantine fault dispersion algorithm takes optimal rounds but requires bits of memory per robot.

Paper Structure

This paper contains 8 sections, 3 theorems, 2 figures, 1 table, 1 algorithm.

Key Result

Theorem 1

Consider an oriented square grid with $n$ nodes, where $n$ robots are placed arbitrarily over the nodes, and $f$ of these robots are faulty, such that $f \leq n$. Then, Faulty Robots Dispersion can be solved deterministically in $O(\sqrt{n})$ rounds and $O(\log n)$ bits of memory per robot.

Figures (2)

  • Figure 1: $16$ nodes oriented square grid.
  • Figure 2: $16$ nodes unoriented square grid.

Theorems & Definitions (8)

  • Definition 1: Faulty Robots Dispersion
  • Definition 2: Byzantine Robots Dispersion
  • Theorem 1
  • Remark 1
  • Lemma 2
  • proof
  • Theorem 3
  • Remark 2