Tag

PBFT

0 views collected around this technical thread.

ByteDance Dali Intelligent Technology Team
ByteDance Dali Intelligent Technology Team
Jun 17, 2021 · Blockchain

Understanding Distributed Consensus: PBFT, PoW, and PoS Algorithms

This article explains the challenges of distributed consistency in decentralized environments and provides an in‑depth overview of classic consensus algorithms such as PBFT, Proof‑of‑Work, and Proof‑of‑Stake, including their mechanisms, limitations, and suitable application scenarios.

BlockchainConsensusPBFT
0 likes · 22 min read
Understanding Distributed Consensus: PBFT, PoW, and PoS Algorithms
Ctrip Technology
Ctrip Technology
Feb 28, 2019 · Blockchain

Extending Hyperledger Fabric Orderer with Tendermint PBFT Consensus

This article explains how to augment Hyperledger Fabric's orderer service by integrating Tendermint's ABCI to implement a PBFT consensus mechanism, detailing the limitations of solo and Kafka ordering, the motivation for decentralized ordering, and the step‑by‑step implementation approach.

BlockchainConsensusHyperledger Fabric
0 likes · 10 min read
Extending Hyperledger Fabric Orderer with Tendermint PBFT Consensus
Meitu Technology
Meitu Technology
May 7, 2018 · Blockchain

Comparison of Raft and PBFT Consensus Algorithms in Private and Consortium Blockchains

The article compares Raft, a crash‑only consensus used in private blockchains with leader election and O(N) communication, to PBFT, a Byzantine‑tolerant protocol for consortium chains that requires 3f+1 nodes, uses three‑phase messaging, O(N²) complexity, and different fault‑tolerance limits.

BlockchainConsensusPBFT
0 likes · 18 min read
Comparison of Raft and PBFT Consensus Algorithms in Private and Consortium Blockchains