An Efficient Distributed Algorithm for Constructing Small Dominating Sets

The dominating set problem asks for a small subset $D$ of nodes in a graph such that every node is either in $D$ or adjacent to a node in $D$. This problem arises in a number of distributed network applications, where it is important to locate a small number of centers in the network such that every node is nearby at least one center. Finding a dominating set of minimum size is NP-complete, and the best approximation is provided by the same simple greedy approach that gives the well-known logarithmic approximation result for the closely related set cover problem.

We describe and analyze new randomized distributed algorithms for the dominating set problem that run in polylogarithmic time, independent of the diameter of the network, and that return a dominating set of size within a logarithmic factor from optimal, with high probability. In particular, our best algorithm runs in $O(\log n \log \Delta)$ rounds with high probability, where $n$ is the number of nodes, $\Delta$ is the maximum degree of any node, and each round involves a constant number of message exchanges among any two neighbors; the size of the dominating set obtained is within $O(\log \Delta)$ of the optimal in expectation and within $O(\log n)$ of the optimal with high probability. We also describe generalizations to the weighted case and the case of multiple covering requirements.

Postscript