A decentralised network is a system architecture where control, data storage, and decision-making are distributed across many independent participants (nodes) rather than concentrated in a single central server or organisation. Blockchain networks like Bitcoin and Ethereum are the most prominent examples of decentralised networks in practice.
THE THREE-TIER NETWORK SPECTRUM
Network architectures exist on a spectrum:
Centralised: One central server or authority controls everything. Amazon Web Services, your bank, Facebook. All traffic flows through and depends on one point.
Federated/Distributed: Multiple servers controlled by different organisations, but each server is still centralised internally. Email (Gmail, Outlook), the traditional internet.
Decentralised: No central server or authority. Each participant runs equivalent software and maintains equal standing. Bitcoin, Ethereum, Tor.
WHY DECENTRALISATION MATTERS IN CRYPTO
Censorship Resistance: No single entity can block a transaction or freeze an account there is no CEO to call, no court order to serve to a single controller. A transaction that is valid by the protocol's rules will be confirmed regardless of the sender or receiver.
Permissionless Access: Anyone can run a node, create a wallet, or deploy a smart contract. No applications required, no geography restrictions, no minimum balance.
Resilience: With thousands of nodes globally, there is no single point of failure. Even if 90% of nodes went offline, the remaining 10% would continue maintaining the blockchain.
Trustlessness: You do not need to trust any specific participant you trust the protocol rules, which are enforced by the collective network.
THE DECENTRALISATION TRILEMMA
As described in the blockchain trilemma: fully decentralised networks typically sacrifice either security (fewer nodes = more attack surface) or scalability (more nodes = slower consensus). Most blockchains make deliberate tradeoffs. Solana's 2,000 validators are far fewer than Bitcoin's 15,000+ full nodes enabling higher speed but arguably less decentralisation.
MEASURING DECENTRALISATION
Node count, geographic distribution of validators, mining pool concentration (for PoW), staking concentration (for PoS), and client software diversity all contribute to measuring how decentralised a network truly is.