0
0
Blockchain / Solidityprogramming~5 mins

Layer 2 solutions overview in Blockchain / Solidity - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a Layer 2 solution in blockchain?
A Layer 2 solution is a technology built on top of a blockchain (Layer 1) to improve its scalability and speed by handling transactions off the main chain while still relying on its security.
Click to reveal answer
beginner
Name two common types of Layer 2 solutions.
Two common types are State Channels and Rollups. State Channels allow multiple transactions off-chain between parties, while Rollups bundle many transactions and submit them as one batch to the main chain.
Click to reveal answer
intermediate
How do Rollups improve blockchain performance?
Rollups collect many transactions off-chain, compress them, and submit a single proof or summary to the main chain, reducing the load and increasing transaction speed and lowering fees.
Click to reveal answer
intermediate
What is the main difference between Optimistic Rollups and ZK-Rollups?
Optimistic Rollups assume transactions are valid and only check if challenged, while ZK-Rollups use zero-knowledge proofs to verify transactions instantly and securely.
Click to reveal answer
beginner
Why are Layer 2 solutions important for blockchain adoption?
They make blockchains faster and cheaper to use, which helps more people and apps use blockchain technology without waiting long or paying high fees.
Click to reveal answer
What is the main goal of Layer 2 solutions?
ACreate new cryptocurrencies
BIncrease transaction fees
CReplace Layer 1 blockchains
DImprove blockchain scalability and speed
Which Layer 2 solution bundles many transactions and submits a summary to Layer 1?
AState Channels
BMining
CRollups
DSmart Contracts
How do State Channels work?
AThey allow multiple off-chain transactions between parties
BThey verify zero-knowledge proofs
CThey create new blocks faster
DThey process transactions on the main chain only
What is a key feature of ZK-Rollups?
AThey use zero-knowledge proofs to verify transactions instantly
BThey assume transactions are valid without proof
CThey increase transaction fees
DThey require manual dispute resolution
Why do Layer 2 solutions help blockchain adoption?
AThey increase the cost of using blockchain
BThey make blockchain faster and cheaper to use
CThey make transactions slower
DThey remove security from blockchain
Explain what Layer 2 solutions are and why they are needed in blockchain.
Think about how blockchains can get slow and expensive and how Layer 2 helps.
You got /3 concepts.
    Describe the difference between State Channels and Rollups as Layer 2 solutions.
    Focus on how transactions are handled off-chain in each method.
    You got /3 concepts.