Can someone explain me how PBFT works

0 votes

Can anyone explain PBFT Algorithm in detail without giving any link for the same. And how it works in hyperledger. 

So, once the transaction is sent to the blockchain: (1). Who validates the transaction? (2). How the consensus is achieved on the transaction? (3). How the transaction is committed to the blockchain?

Jul 31, 2018 in Blockchain by Perry
• 17,100 points
677 views

1 answer to this question.

0 votes

You can submit your transaction to any of them, and this transaction will be broadcasted to other peers in the network. One of peer is elected as "leader". At the moment when a new block is going to be generated:

  1. The leader orders the transactions candidates that should be included in a block, and broadcasts this list of ordered transactions to all other validation peers in the network.
  2. When each of the Validation Peers receives the ordered list of transactions, each validation peer does the following:
    1. It starts executing the ordered transactions one by one.
    2. As soon as all the transactions are executed, it will calculate the hash code for the newly created bloc (the hash code includes hashes for executed transactions and final state of the world).
    3. Then it broadcasts its answer (the resulting hash code) to other peers in the network, and starts counting the responses from them.
    4. If it sees that 2/3 of all validation peers have the same hash code, it will commit the new block to its local copy of the ledger.
answered Jul 31, 2018 by Shashank
• 10,400 points

Related Questions In Blockchain

0 votes
1 answer
0 votes
1 answer

Can someone tell me how to solve the Hyperledger playground installation issue?

Hey, @Ratul, I would suggest using this command ...READ MORE

answered May 13, 2020 in Blockchain by Gitika
• 65,910 points
740 views
0 votes
1 answer

How can i read headers of blockchain in multichain?

You could use a recent feature known ...READ MORE

answered Mar 26, 2018 in Blockchain by Perry
• 17,100 points
552 views
+1 vote
4 answers
0 votes
1 answer

Hyperledger Sawtooth vs Quorum in concurrency and speed Ask

Summary: Both should provide similar reliability of ...READ MORE

answered Sep 26, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,215 views
+1 vote
4 answers

How PBFT algorithm works?

PBFT is a way for a distributed ...READ MORE

answered Apr 25, 2019 in Blockchain by Kiran
7,549 views
0 votes
1 answer

How pbft is being used in blockchain?

PBFT can tolerate byzantine failures. For tolerating ...READ MORE

answered Apr 21, 2018 in Blockchain by Perry
• 17,100 points
566 views
0 votes
1 answer

Can someone pls explain the hyperledger consensus?

The multiple peers determine the validity of ...READ MORE

answered May 22, 2018 in Blockchain by Shashank
• 10,400 points
394 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP