中文

用于生成树构造与领导选举的分布式协议

分布式、并行与集群计算 2016-05-04 v2

摘要

我们提出了同步网络中用于领导选举与生成树构造的快速确定性分布式协议。协议设计基于如下假设:网络中的节点具有标识符,但标识符的大小无限制。因此协议的时间界限取决于标识符的大小。我们给出了运行时间为 O(DlogL+L)O(D\log L+L) 的快速协议,其中 LL 为最小标识符的大小,DD 为网络的直径。

关键词

引用

@article{arxiv.1512.01795,
  title  = {Distributed protocols for spanning tree construction and leader election},
  author = {I. M. Khuziev and M. N. Vyalyi},
  journal= {arXiv preprint arXiv:1512.01795},
  year   = {2016}
}

备注

There are a lot of changes in the second version. Exposition was made more detailed. Protocols are changed to make formal proofs easier and to get a better time bounds. Submitted to Problems of Information Transmission