# Deterministic Distributed Construction of $T$-Dominating Sets in Time   $T$

**Authors:** Avery Miller, Andrzej Pelc

arXiv: 1705.01229 · 2017-05-04

## TL;DR

This paper investigates the deterministic distributed construction of small $T$-dominating sets in networks, revealing fundamental limitations and providing algorithms that approach optimal sizes depending on the time $T$.

## Contribution

It establishes lower bounds on the size of $T$-dominating sets achievable within certain time constraints and presents an algorithm that constructs near-optimal sets.

## Key findings

- Impossible to asymptotically match the lower bound on ring graphs.
- Size of $T$-dominating sets is highly sensitive to the constant factors in $	ext{log}^* n$ time.
- Provided an algorithm constructing $T$-dominating sets of size $n - 	ext{Theta}(T)$.

## Abstract

A $k$-dominating set is a set $D$ of nodes of a graph such that, for each node $v$, there exists a node $w \in D$ at distance at most $k$ from $v$. Our aim is the deterministic distributed construction of small $T$-dominating sets in time $T$ in networks modeled as undirected $n$-node graphs and under the $\cal{LOCAL}$ communication model.   For any positive integer $T$, if $b$ is the size of a pairwise disjoint collection of balls of radii at least $T$ in a graph, then $b$ is an obvious lower bound on the size of a $T$-dominating set. Our first result shows that, even on rings, it is impossible to construct a $T$-dominating set of size $s$ asymptotically $b$ (i.e., such that $s/b \rightarrow 1$) in time $T$.   In the range of time $T \in \Theta (\log^* n)$, the size of a $T$-dominating set turns out to be very sensitive to multiplicative constants in running time. Indeed, it follows from \cite{KP}, that for time $T=\gamma \log^* n$ with large constant $\gamma$, it is possible to construct a $T$-dominating set whose size is a small fraction of $n$. By contrast, we show that, for time $T=\alpha \log^* n $ for small constant $\alpha$, the size of a $T$-dominating set must be a large fraction of $n$.   Finally, when $T \in o (\log^* n)$, the above lower bound implies that, for any constant $x<1$, it is impossible to construct a $T$-dominating set of size smaller than $xn$, even on rings. On the positive side, we provide an algorithm that constructs a $T$-dominating set of size $n- \Theta(T)$ on all graphs.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1705.01229/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1705.01229/full.md

## References

13 references — full list in the complete paper: https://tomesphere.com/paper/1705.01229/full.md

---
Source: https://tomesphere.com/paper/1705.01229