English

Latency, Capacity, and Distributed MST

Distributed, Parallel, and Cluster Computing 2020-01-15 v2

Abstract

We study the cost of distributed MST construction in the setting where each edge has a latency and a capacity, along with the weight. Edge latencies capture the delay on the links of the communication network, while capacity captures their throughput (in this case, the rate at which messages can be sent). Depending on how the edge latencies relate to the edge weights, we provide several tight bounds on the time and messages required to construct an MST. When edge weights exactly correspond with the latencies, we show that, perhaps interestingly, the bottleneck parameter in determining the running time of an algorithm is the total weight WW of the MST (rather than the total number of nodes nn, as in the standard CONGEST model). That is, we show a tight bound of Θ~(D+W/c)\tilde{\Theta}(D + \sqrt{W/c}) rounds, where DD refers to the latency diameter of the graph, WW refers to the total weight of the constructed MST and edges have capacity cc. The proposed algorithm sends O~(m+W)\tilde{O}(m+W) messages, where mm, the total number of edges in the network graph under consideration, is a known lower bound on message complexity for MST construction. We also show that Ω(W)\Omega(W) is a lower bound for fast MST constructions. When the edge latencies and the corresponding edge weights are unrelated, and either can take arbitrary values, we show that (unlike the sub-linear time algorithms in the standard CONGEST model, on small diameter graphs), the best time complexity that can be achieved is Θ~(D+n/c)\tilde{\Theta}(D+n/c). However, if we restrict all edges to have equal latency \ell and capacity cc while having possibly different weights (weights could deviate arbitrarily from \ell), we give an algorithm that constructs an MST in O~(D+n/c)\tilde{O}(D + \sqrt{n\ell/c}) time. In each case, we provide nearly matching upper and lower bounds.

Keywords

Cite

@article{arxiv.1902.08979,
  title  = {Latency, Capacity, and Distributed MST},
  author = {John Augustine and Seth Gilbert and Fabian Kuhn and Peter Robinson and Suman Sourav},
  journal= {arXiv preprint arXiv:1902.08979},
  year   = {2020}
}
R2 v1 2026-06-23T07:49:18.307Z