In Hyperledger there are three distinct types of nodes. What are the three types of nodes? (Select three.)
1. Client Node: That initiates the transaction
2. Peer Nodes: Commits Transaction & keeps the data in sync across the ledger
3. Ordered: They are the communication backbones and responsible for the distribution of the transactions.
- Client Node
- Ordered Node
- Certificate Node
- Anchor
- Peer Node
Answer(s): A,B,E
Explanation:
In Hyperledger, all Nodes are NOT equal. There are three distinct types of nodes: 1. Client Node: That initiates the transaction 2. Peer Nodes: Commits Transaction & keeps the data in sync across the ledger 3. Ordered: They are the communication backbones and responsible for the distribution of the transactions
Reveal Solution Next Question