Network
A blockchain network refers to the interconnected collection of nodes, computers, and devices that communicate via a peer-to-peer protocol to maintain a shared, distributed ledger. This infrastructure enables the decentralized consensus process, allowing the system to verify, propagate, and record transactions without relying on a central server. The network topology determines how information travels between participants, ensuring that every participant eventually achieves a consistent state of the ledger, regardless of their geographical location or identity.Definition
A blockchain network refers to the interconnected collection of nodes, computers, and devices that communicate via a peer-to-peer protocol to maintain a shared, distributed ledger. This infrastructure enables the decentralized consensus process, allowing the system to verify, propagate, and record transactions without relying on a central server. The network topology determines how information travels between participants, ensuring that every participant eventually achieves a consistent state of the ledger, regardless of their geographical location or identity.Simple explanation
Imagine a giant, shared spreadsheet that everyone in the world has a copy of. The ‘network’ is the technology that connects all those people so that when one person updates their copy, every other copy is updated instantly and securely.Why it matters
The network is the heart of blockchain technology; without it, there is no decentralization. A robust, distributed network ensures that there is no single point of failure that can be compromised or shut down.How it works
Nodes in the network connect to one another using a gossip protocol to share data. When a transaction or block is created, it is broadcast to peers, who validate the data against the protocol rules. If valid, they relay it further, ensuring the entire global network eventually learns of the update.Real-world example
The Ethereum network consists of thousands of globally distributed nodes maintaining the state of the Ethereum Virtual Machine.Advantages
- No single point of failure
- Global accessibility and inclusivity
- Censorship resistance via distribution
Limitations
- Latency issues due to propagation speed
- Difficult to scale without trade-offs
- Governance challenges in decentralized networks
Common misconceptions
- The network is not a physical ‘blockchain building’ but a virtual connection of computers.
- Some assume the network is inherently anonymous, though many public blockchains are pseudonymous and traceable.
Related knowledge
Canonical knowledge ID:
glossary:network