ExamGecko
Question list
Search
Search

Related questions











Question 31 - CBDH discussion

Report
Export

In Hyperledger Fabric, there are three types of peer nodes depending upon the assigned roles.

What are three types? (Choose three.)

A.
Committing Peer
Answers
A.
Committing Peer
B.
Endorsing Peer
Answers
B.
Endorsing Peer
C.
Peer
Answers
C.
Peer
D.
Client peer
Answers
D.
Client peer
E.
MSP Peer
Answers
E.
MSP Peer
F.
Channel Peer
Answers
F.
Channel Peer
G.
Ordering Peer
Answers
G.
Ordering Peer
Suggested answer: B, C, G

Explanation:

So not all peer nodes are same. There are different types of peer nodes with different roles in the network: Endorser peer Anchor peer Orderer peer Endorser peer Peers can be marked as Endorser peer (Endorsing peer). Upon receiving the “transaction invocation request” from the Client application the Endorser peer Validates the transaction. Check certificate details and roles of the requester. Executes the Chaincode (Smart Contract) and simulates the outcome of the transaction. But it does not update the ledger. At the end of the above two tasks the Endorser may approve to disapprove the transaction. As only the Endorser node executes the Chaincode (Smart Contract) so there is no necessity to install Chaincode in each and every node of the network which increases the scalibility of the network. Anchor peer Anchor peer or cluster of Anchor peers is configured at the time of Channel configuration. Just to remind you, in Hyperledger Fabric you can configure secret channels among the peers and transactions among the peers of that channel are visible only to them. Anchor peer receives updates and broadcasts the updates to the other peers in the organization. Anchor peers are discoverable. So any peer marked as Anchor peer can be discovered by the Orderer peer or any other peer. Orderer peer Orderer peer is considered as the central communication channel for the Hyperledger Fabric network. Orderer peer/node is responsible for consistent Ledger state accross the network. Orderer peer creates the block and delivers that to all the peers. Orderer is built on top of a message oriented architecture. There are two options are currently available to implement Orderer peer: Solo: Suitable for development. Single point failure. Solo should not be used for the production ready network. Kafka: Production ready Hyperledger Fabric network uses Kafka as the Orderer implementation. Kafka is a messaging software that has high throughput fault tolerant feature.

asked 16/09/2024
SULIMAN ALGHURAIR
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first