LogoLogo
English
English
  • Introduction
  • API
  • Methodology
    • Blockspace
    • Fundamentals
      • πŸ•“Activity
      • ⭐Value Locked
      • πŸ’³Economics
      • πŸ”€Convenience
  • General Layer 2 Knowledge
    • πŸ“œData Availability
      • βšͺLight/client and full nodes
      • ❌Fault Proofs
      • πŸ„β€β™‚οΈOnchain Data Availablity
        • πŸ“„EIP-4844
        • 🧫Data Availability Sampling
      • πŸ•ŠοΈOffchain Data Availability
        • βš™οΈGeneral Purpose DACs Mechanism
        • πŸ“šSources and Extra Material
  • Developer Content
    • βš–οΈWhich Layer 2 approach is for you?
      • ↔️State Channels
      • ⚑Plasma
      • πŸŒ€Rollups
      • πŸ”Validiums
    • β›½Transaction Costs
      • βš”οΈOptimistic vs. Zero Knowledge Rollups
      • 🀝Validium Hybrids
      • πŸ–ΌοΈWhat EIP 4844 means for Layer 2s
    • ⭐Rollup Performance
      • βŒ›General Stats
      • πŸ“¨Messaging Latency and Cost
  • OP Chains
    • 🧰OP Stack
    • 🌟Superchain
    • πŸ›£οΈRoad to Superchain
      • βœ…Chain Factories
      • βœ…Permissionless Proof System
      • β˜‘οΈConfigurable Sequencer per OP Chain.
    • ⛓️Chain Knowledge
      • πŸ”΅Base
      • βšͺZora
      • 🟒Public Goods Network
Powered by GitBook
On this page
  • What’s the difference between light/client and full nodes?
  • Full nodes πŸ–₯️
  • Light clients πŸ’‘
  1. General Layer 2 Knowledge
  2. Data Availability

Light/client and full nodes

What’s the difference between light/client and full nodes?

Full nodes πŸ–₯️

Think of Full nodes πŸ–₯️ like the super detail-oriented folks in the Web 3 world. They download everything and double-check it all. If they spot a block that doesn't add up (like when the block's final state doesn't match its transactions), they're quick to wave a red flag 🚩 with a fraud-proof, giving the light clients a heads-up.

Light clients πŸ’‘

They're a bit more laid-back. They only grab block headers, skipping the nitty-gritty transaction details. But when they're curious about specific transactions or state bits, they'll ask their full node buddies for the scoop.

PreviousData AvailabilityNextFault Proofs

Last updated 1 year ago

πŸ“œ
βšͺ