0
0
Blockchain / Solidityprogramming~5 mins

Distributed ledger concept in Blockchain / Solidity - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a distributed ledger?
A distributed ledger is a database that is shared, replicated, and synchronized across multiple locations or participants. It allows all participants to have the same copy of data without a central authority.
Click to reveal answer
beginner
How does a distributed ledger differ from a traditional database?
Unlike a traditional database controlled by a central authority, a distributed ledger is decentralized. Multiple participants maintain and update the ledger together, increasing transparency and reducing single points of failure.
Click to reveal answer
intermediate
What role do consensus mechanisms play in distributed ledgers?
Consensus mechanisms help all participants agree on the current state of the ledger. They ensure that updates are valid and prevent conflicting changes, keeping the ledger consistent and trustworthy.
Click to reveal answer
intermediate
Name two common types of distributed ledgers.
Two common types are blockchain and Directed Acyclic Graph (DAG). Blockchain organizes data in blocks linked in a chain, while DAG uses a graph structure allowing multiple branches and faster transactions.
Click to reveal answer
beginner
Why is immutability important in a distributed ledger?
Immutability means once data is recorded, it cannot be changed or deleted. This builds trust because participants know the ledger history is permanent and tamper-proof.
Click to reveal answer
What is the main advantage of a distributed ledger over a centralized database?
ARequires less storage
BNo single point of failure
CFaster data entry
DOnly one participant controls it
Which of the following is a consensus mechanism used in distributed ledgers?
ACentralized Server
BRandom Access Memory
CProof of Work
DData Compression
In a blockchain, data is organized in:
ARows and columns
BSingle documents
CRandom files
DBlocks linked in a chain
What does immutability in a distributed ledger mean?
AData cannot be changed once recorded
BData can be edited anytime
CData is deleted after use
DData is stored in multiple formats
Which structure is NOT a type of distributed ledger?
ARelational Database
BDirected Acyclic Graph (DAG)
CDistributed Hash Table
DBlockchain
Explain what a distributed ledger is and why it is important in blockchain technology.
Think about how many people keep the same record without a boss.
You got /5 concepts.
    Describe how consensus mechanisms help maintain the integrity of a distributed ledger.
    Consensus is like everyone agreeing on the same story.
    You got /5 concepts.