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. 1906.04381
21
25

Window Based BFT Blockchain Consensus

11 June 2019
Mohammad Mussadiq Jalalzai
C. Busch
ArXivPDFHTML
Abstract

There is surge of interest to the blockchain technology not only in the scientific community but in the business community as well. Proof of Work (PoW) and Byzantine Fault Tolerant (BFT) are the two main classes of consensus protocols that are used in the blockchain consensus layer. PoW is highly scalable but very slow with about 7 (transactions/second) performance. BFT based protocols are highly efficient but their scalability are limited to only tens of nodes. One of the main reasons for the BFT limitation is the quadratic O(n2)O(n^2)O(n2) communication complexity of BFT based protocols for nnn nodes that requires n×nn \times nn×n broadcasting. In this paper, we present the {\em Musch} protocol which is BFT based and provides communication complexity O(fn+n)O(f n + n)O(fn+n) for fff failures and nnn nodes, where f<n/3f < n/3f<n/3, without compromising the latency. Hence, the performance adjusts to fff such that for constant fff the communication complexity is linear. Musch achieves this by introducing the notion of exponentially increasing windows of nodes to which complains are reported, instead of broadcasting to all the nodes. To our knowledge, this is the first BFT-based blockchain protocol which efficiently addresses simultaneously the issues of communication complexity and latency under the presence of failures.

View on arXiv
Comments on this paper