,
Paweł Garncarek
,
Dariusz R. Kowalski
Creative Commons Attribution 4.0 International license
A phase clock is a basic synchronization mechanism that keeps distributed nodes closely synchronized to execute the same phase of a distributed algorithm. A phase clock is typically implemented with a local logical counter that keeps track of the current phase count. Phase clocks are particularly useful in population protocols for implementing leader election and majority selection. We study phase clocks that tolerate Byzantine faults. We show that there is a phase clock that tolerates up to f < n/3 faulty nodes, where n is the number of nodes, such that the gap of the local counter values is O(n²log n). The gap can be further lowered to O(log n) when f ≤ n/8. We also show that if f > n/3, then the gap grows to infinity as time increases. While analyzing phase clock we introduce novel techniques and bounds for balls into bins processes, which might be of independent interest. Using the phase clock, we obtain a majority selection population protocol that tolerates up to f faults and decides on the majority value in O(log² n) parallel time using poly-log states per node.
@InProceedings{busch_et_al:LIPIcs.OPODIS.2025.30,
author = {Busch, Costas and Garncarek, Pawe{\l} and Kowalski, Dariusz R.},
title = {{Byzantine-Tolerant Phase Clock}},
booktitle = {29th International Conference on Principles of Distributed Systems (OPODIS 2025)},
pages = {30:1--30:19},
series = {Leibniz International Proceedings in Informatics (LIPIcs)},
ISBN = {978-3-95977-409-3},
ISSN = {1868-8969},
year = {2026},
volume = {361},
editor = {Arusoaie, Andrei and Onica, Emanuel and Spear, Michael and Tucci-Piergiovanni, Sara},
publisher = {Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik},
address = {Dagstuhl, Germany},
URL = {https://drops.dagstuhl.de/entities/document/10.4230/LIPIcs.OPODIS.2025.30},
URN = {urn:nbn:de:0030-drops-252036},
doi = {10.4230/LIPIcs.OPODIS.2025.30},
annote = {Keywords: phase clock, Byzantine nodes, population protocols, balls into bins}
}