๐ Peer-to-Peer Networks
What does peer-to-peer mean?
Most internet services are client-server: your app talks to a company's computers, and the company decides what happens. Bitcoin is peer-to-peer (P2P): the network is just thousands of equal participants โ nodes โ connected directly to each other, like BitTorrent for money. There is no headquarters, no main server, and no off switch.
How P2P works in bitcoin
- Anyone can run a node. Free software on an ordinary computer makes you a full participant with the same authority as everyone else.
- Transactions spread like gossip. When you send bitcoin, your wallet announces the transaction to a few nodes, which relay it to their neighbors until the whole network has it โ typically in seconds.
- The rules are enforced by everyone at once. Every node independently checks every transaction against the same rules. An invalid one isn't relayed; it simply dies. No vote, no administrator โ consensus dictates.
Why decentralization matters
Every previous digital-money attempt had a company at the center, and the company was the weak point: it could be hacked, bankrupted, pressured, or shut down. Bitcoin's P2P design means there's no such point of failure. Governments have banned it, exchanges have collapsed, and the network has kept producing blocks without interruption since 2009 โ because stopping it would mean stopping every node at once, in every country.
Related: The Blockchain ยท Cryptography ยท Mining
