Department of Computer Science and Technology

Technical reports

Optimistic Generic Broadcast

Piotr Zieliński

July 2005, 22 pages

DOI: 10.48456/tr-638

Abstract

We consider an asynchronous system with the Ω failure detector, and investigate the number of communication steps required by various broadcast protocols in runs in which the leader does not change. Atomic Broadcast, used for example in state machine replication, requires three communication steps. Optimistic Atomic Broadcast requires only two steps if all correct processes receive messages in the same order. Generic Broadcast requires two steps if no messages conflict. We present an algorithm that subsumes both of these approaches and guarantees two-step delivery if all conflicting messages are received in the same order, and three-step delivery otherwise. Internally, our protocol uses two new algorithms. First, a Consensus algorithm which decides in one communication step if all proposals are the same, and needs two steps otherwise. Second, a method that allows us to run infinitely many instances of a distributed algorithm, provided that only finitely many of them are different. We assume that fewer than a third of all processes are faulty (n > 3f).

Full text

PDF (0.3 MB)

BibTeX record

@TechReport{UCAM-CL-TR-638,
  author =	 {Zieli{\'n}ski, Piotr},
  title = 	 {{Optimistic Generic Broadcast}},
  year = 	 2005,
  month = 	 jul,
  url = 	 {https://www.cl.cam.ac.uk/techreports/UCAM-CL-TR-638.pdf},
  institution =  {University of Cambridge, Computer Laboratory},
  doi = 	 {10.48456/tr-638},
  number = 	 {UCAM-CL-TR-638}
}