English

Non-Uniform Content-Oblivious Leader Election on Oriented Asynchronous Rings

Distributed, Parallel, and Cluster Computing 2025-09-24 v1

Abstract

We study the leader election problem in oriented ring networks under content-oblivious asynchronous message-passing systems, where an adversary may arbitrarily corrupt message contents. Frei et al. (DISC 2024) presented a uniform terminating leader election algorithm for oriented rings in this setting, with message complexity O(nIDmax)O(n \cdot \mathsf{ID}_{\max}) on a ring of size nn, where IDmax\mathsf{ID}_{\max} is the largest identifier in the system, this result has been recently extended by Chalopin et al. (DISC 2025) to unoriented rings. In this paper, we investigate the message complexity of leader election on ring networks in the content-oblivious model, showing that no uniform algorithm can solve the problem if each process is limited to sending a constant number of messages in one direction. Interestingly, this limitation hinges on the uniformity assumption. In the non-uniform setting, where processes know an upper bound UnU \geq n on the ring size, we present an algorithm with message complexity O(nUIDmin)O(n \cdot U \cdot \mathsf{ID}_{\min}), in which each process sends O(UIDmin)O(U \cdot \mathsf{ID}_{\min}) messages clockwise and only three messages counter-clockwise. Here, IDmin\mathsf{ID}_{\min} is the smallest identifier in the system. This dependence on the identifiers compares favorably with the dependence on IDmax\mathsf{ID}_{\max} of Frei et al. We also show a non-uniform algorithm where each process sends O(UlogIDmin)O(U \cdot \log\mathsf{ID}_{\min}) messages in one direction and O(logIDmin)O(\log\mathsf{ID}_{\min}) in the other. The factor logIDmin\log \mathsf{ID}_{\min} is optimal, matching the lower bound of Frei et al. Finally, in the anonymous setting, where processes do not have identifiers, we propose a randomized algorithm where each process sends only O(log2U)O(\log^2 U) messages, with a success probability of 1Uc1 - U^{-c}.

Keywords

Cite

@article{arxiv.2509.19187,
  title  = {Non-Uniform Content-Oblivious Leader Election on Oriented Asynchronous Rings},
  author = {Jérémie Chalopin and Yi-Jun Chang and Lyuting Chen and Giuseppe A. Di Luna and Haoran Zhou},
  journal= {arXiv preprint arXiv:2509.19187},
  year   = {2025}
}
R2 v1 2026-07-01T05:52:26.094Z