61
75

Derandomizing Local Distributed Algorithms under Bandwidth Restrictions

Gregory Schwartzman
Abstract

This paper addresses the cornerstone family of \emph{local problems} in distributed computing, and investigates the curious gap between randomized and deterministic solutions under bandwidth restrictions. Our main contribution is in providing tools for derandomizing solutions to local problems, when the nn nodes can only send O(logn)O(\log n)-bit messages in each round of communication. We combine bounded independence, which we show to be sufficient for some algorithms, with the method of conditional expectations and with additional machinery, to obtain the following results. Our techniques give a deterministic maximal independent set (MIS) algorithm in the CONGEST model, where the communication graph is identical to the input graph, in O(Dlog2n)O(D\log^2 n) rounds, where DD is the diameter of the graph. The best known running time in terms of nn alone is 2O(logn)2^{O(\sqrt{\log n})}, which is super-polylogarithmic, and requires large messages. For the CONGEST model, the only known previous solution is a coloring-based O(Δ+logn)O(\Delta + \log^* n)-round algorithm, where Δ\Delta is the maximal degree in the graph. On the way to obtaining the above, we show that in the \emph{Congested Clique} model, which allows all-to-all communication, there is a deterministic MIS algorithm that runs in O(logΔlogn)O(\log \Delta \log n) rounds.%, where Δ\Delta is the maximum degree. When Δ=O(n1/3)\Delta=O(n^{1/3}), the bound improves to O(logΔ)O(\log \Delta) and holds also for (Δ+1)(\Delta+1)-coloring. In addition, we deterministically construct a (2k1)(2k-1)-spanner with O(kn1+1/klogn)O(kn^{1+1/k}\log n) edges in O(klogn)O(k \log n) rounds. For comparison, in the more stringent CONGEST model, the best deterministic algorithm for constructing a (2k1)(2k-1)-spanner with O(kn1+1/k)O(kn^{1+1/k}) edges runs in O(n11/k)O(n^{1-1/k}) rounds.

View on arXiv
Comments on this paper