Consortium networks have been deprecated. This guide is for historical reference.
Hyperledger Fabric is an open-source permissioned distributed ledger platform.Hyperledger Fabric is different from public permissionless blockchain protocols in that it provides:
Privacy for transactions and confidentiality for organization data
Membership services that allow for permissioned and identifiable network participant enrollment
Hyperledger Fabric is different from permissioned consortium blockchain protocols in that it provides:
A modular architecture that allows customization for particular use cases and trust models.
The Membership Service Provider component identifies the network participants, their roles, and access privileges based on the Certificate Authority and by listing the participant identities.See Hyperledger Fabric: Membership.
Any transaction in a Hyperledger Fabric network goes through the ordering service before being packaged in a block, distributed to peers, and committed to the ledger by peers.The ordering service consists of orderer nodes. The orderer nodes form the Raft consensus of the network.See Hyperledger Fabric: The Ordering Service.