ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2209.13304
16
0

Oracular Byzantine Reliable Broadcast [Extended Version]

27 September 2022
Martina Camaioni
R. Guerraoui
M. Monti
M. Vidigueira
ArXivPDFHTML
Abstract

Byzantine Reliable Broadcast (BRB) is a fundamental distributed computing primitive, with applications ranging from notifications to asynchronous payment systems. Motivated by practical consideration, we study Client-Server Byzantine Reliable Broadcast (CSB), a multi-shot variant of BRB whose interface is split between broadcasting clients and delivering servers. We present Draft, an optimally resilient implementation of CSB. Like most implementations of BRB, Draft guarantees both liveness and safety in an asynchronous environment. Under good conditions, however, Draft achieves unparalleled efficiency. In a moment of synchrony, free from Byzantine misbehaviour, and at the limit of infinitely many broadcasting clients, a Draft server delivers a bbb-bits payload at an asymptotic amortized cost of 000 signature verifications, and log⁡2(c)+b\log_2(c) + blog2​(c)+b bits exchanged, where ccc is the number of clients in the system. This is the information-theoretical minimum number of bits required to convey the payload (bbb bits, assuming it is compressed), along with an identifier for its sender (log⁡2(c)\log_2(c)log2​(c) bits, necessary to enumerate any set of ccc elements, and optimal if broadcasting frequencies are uniform or unknown). These two achievements have profound practical implications. Real-world BRB implementations are often bottlenecked either by expensive signature verifications, or by communication overhead. For Draft, instead, the network is the limit: a server can deliver payloads as quickly as it would receive them from an infallible oracle.

View on arXiv
Comments on this paper