Balanced Byzantine Reliable Broadcast with Near-Optimal Communication and Improved Computation

Nicolas Alhaddad,Sourav Das,Sisi Duan,Ling Ren,Mayank Varia,Zhuolun Xiang,Haibin Zhang
DOI: https://doi.org/10.1145/3519270.3538475
2022-01-01
Abstract:This paper studies Byzantine reliable broadcast (BRB) under asynchronous networks, and improves the state-of-the-art protocols from the following aspects. Near-optimal communication cost: We propose two new BRB protocols for.. nodes and input message.. that has communication cost O (n|M |+n(2) logn), which is nearoptimal due to the lower bound of Omega(n|M |+n(2)). The first RBC protocol assumes threshold signature but is easy to understand, while the second RBC protocol is error-free but less intuitive. Improved computation: We propose a newconstruction that improves the computation cost of the state-of-the-art BRB by avoiding the expensive online error correction on the input message, while achieving the same communication cost. Balanced communication: We propose a technique named balanced multicast that can balance the communication cost for BRB protocols where the broadcaster needs to multicast the message.. while other nodes only needs to multicast coded fragments of size O(|M |/n + logn). The balanced multicast technique can be applied to many existing BRB protocols as well as all our new constructions in this paper, and can make every node incur about the same communication cost. Finally, we present a lower bound to show the near optimality of our protocol in terms of communication cost at each node.
What problem does this paper attempt to address?