FlexCast: genuine overlay-based atomic multicast
Eli\~a Batista, Paulo Coelho, Eduardo Alchieri, Fernando Dotti,, Fernando Pedone

TL;DR
FlexCast introduces a genuine overlay-based atomic multicast protocol that efficiently ensures message ordering with minimal communication overhead, outperforming existing protocols in geographically distributed environments.
Contribution
FlexCast is the first genuine overlay-based atomic multicast protocol, leveraging a DAG overlay to improve efficiency and scalability in geographically distributed systems.
Findings
FlexCast outperforms established atomic multicast protocols in distributed settings.
Genuineness and workload locality significantly enhance protocol efficiency.
Experimental results demonstrate reduced communication overhead and improved performance.
Abstract
Atomic multicast is a communication abstraction where messages are propagated to groups of processes with reliability and order guarantees. Atomic multicast is at the core of strongly consistent storage and transactional systems. This paper presents FlexCast, the first genuine overlay-based atomic multicast protocol. Genuineness captures the essence of atomic multicast in that only the sender of a message and the message's destinations coordinate to order the message, leading to efficient protocols. Overlay-based protocols restrict how process groups can communicate. Limiting communication leads to simpler protocols and reduces the amount of information each process must keep about the rest of the system. FlexCast implements genuine atomic multicast using a complete DAG overlay. We experimentally evaluate FlexCast in a geographically distributed environment using gTPC-C, a variation of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDistributed systems and fault tolerance · Advanced Data Storage Technologies · Distributed and Parallel Computing Systems
