paper-with-me

홈 › Papers

Solution: SRB: SCALABLE AND ROBUST BFT FOR DECENTRALIZED NETWORKS

2021-05-03 · JSYS May_Papers 2021 1 · Anonymous

This paper presents SRB, a robust Byzantine fault-tolerant (BFT) total order broadcast protocol aimed at maximizing throughput on wide-area networks (WANs), targeting deployments in decentralized networks, such as permissioned and Proof-of-Stake permissionless blockchain systems. SRB is developed open-source and is planned to be integrated in a major permissioned blockchain project. SRB is the first BFT protocol that allows multiple leaders to propose request batches independently (i.e., parallel leaders), while effectively precluding performance degradation due to request duplication by rotating the assignment of a partitioned request hash space to leaders. As this mechanism removes the single-leader bandwidth bottleneck and exposes a computation bottleneck related to authenticating clients even on a WAN, our protocol further boosts throughput using a client signature verification sharding optimization. Our evaluation shows that SRB outperforms state-of-the-art single-leader protocols and orders more than 60000 signed Bitcoin-sized (500-byte) transactions per second on a widely distributed 100 nodes, 1 Gbps WAN setup, with typical latencies of few seconds. Moreover, our evaluation exposes the impact of duplicate requests on parallel leader protocols which SRB eliminates. We also evaluate SRB under different crash and Byzantine faults, demonstrating its performance robustness. SRB relies on classical BFT protocol constructs, which simplifies reasoning about its correctness. Specifically, SRB is a generalization of the celebrated and scrutinized PBFT protocol. In a nutshell, SRB follows PBFT ``safety-wise'', with changes needed to accommodate novel features restricted to PBFT liveness.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Fully Decentralized, Scalable Gaussian Processes for Multi-Agent Federated Learning

2022-03-06 · George P. Kontoudis, Daniel J. Stilwell

In this paper, we propose decentralized and scalable algorithms for Gaussian process (GP) training and prediction in multi-agent systems. To decentralize the implementation of GP training optimization algorithms, we empl…

Federated LearningGaussian Processes

Decentralized Online Ensembles of Gaussian Processes for Multi-Agent Systems

2025-02-07 · Fernando Llorente, Daniel Waxman, Petar M. Djurić

Flexible and scalable decentralized learning solutions are fundamentally important in the application of multi-agent systems. While several recent approaches introduce (ensembles of) kernel machines in the distributed se…

Gaussian Processes

Auction-Consensus Algorithm with Learned Bidding Scheme for Multi-Robot Systems

2026-05-21 · Jose Rodriguez, Constantine Tarawneh, Sven Koenig, Wenjie Dong 외 arxiv

Multi-Robot Task Allocation (MRTA) is a central challenge in decentralized multi-agent systems, where teams of robots must cooperatively assign and execute tasks under limited communication while optimizing global perfor…

Reinforcement Learning

A Scalable Network-Aware Multi-Agent Reinforcement Learning Framework for Decentralized Inverter-based Voltage Control

2023-12-07 · Han Xu, Jialin Zheng, Guannan Qu

This paper addresses the challenges associated with decentralized voltage control in power grids due to an increase in distributed generations (DGs). Traditional model-based voltage control methods struggle with the rapi…

Multi-agent Reinforcement Learning

Decentralized Control of Partially Observable Markov Decision Processes using Belief Space Macro-actions

2015-02-20 · Shayegan Omidshafiei, Ali-akbar Agha-mohammadi, Christopher Amato, Jonathan P. How

The focus of this paper is on solving multi-robot planning problems in continuous spaces with partial observability. Decentralized partially observable Markov decision processes (Dec-POMDPs) are general models for multi-…

Decision Making