Quiz: What Is a Blockchain?

4 questions · 80% to pass

1. A blockchain is best described as:

A blockchain is a distributed ledger maintained across a network of independent nodes. Once a transaction is confirmed through consensus, it becomes immutable. No single party can alter the record without the network detecting it.

2. Immutability on a blockchain means:

Immutability is the property that confirmed data cannot be retroactively altered. Each block references the previous block's hash, so changing any historical record would break the chain and be rejected by every other node in the network.

3. Consensus mechanisms exist to:

Consensus mechanisms (Proof of Work, Proof of Stake, Federated Consensus, etc.) solve the problem of getting independent, potentially adversarial nodes to agree on which transactions are valid without needing a trusted third party.

4. A node in a blockchain network is:

Nodes are the computers that make up the network. They store copies of the ledger, validate new transactions against the rules, and propagate valid transactions to other nodes. More nodes generally means more decentralization and security.

Back to lesson Next lesson →