→ Web3 benifits Many Web3 developers have chosen to build dapps because of Ethereum's inherent decentralization:
  • Anyone who is on the network has permission to use the service – or in other words, permission isn't required.
  • No one can block you or deny you access to the service.
  • Payments are built in via the native token, ether (ETH).
  • Ethereum is turing-complete, meaning you can pretty much program anything.

→ Practical Comparisons
Web2
Web3
Web3 tweets would be uncensorable because control is decentralized
Web3 payment apps require no personal data and can't prevent payments
Web3 servers can't go down – they use Ethereum, a decentralized network of 1000s of computers as their backend

→ CENTRALIZATION VS DECENTRALIZATION
In the table below, we list some of the broad-strokes advantages and disadvantages of centralized and decentralized digital networks.
Centralized Systems
Decentralized Systems
The furthest participants on the network may potentially be many edges away from each other. Information broadcast from one side of the network may take a long time to reach the other side.
Usually lower performance (lower throughput, more total computational resources expended) and more complex to implement.
A protocol (often complex) is needed for dispute resolution, if peers make conflicting claims about the state of data which participants are meant to be synchronized on.
No single point of failure: network can still function even if a large proportion of participants are attacked/taken out.
Coordination is often difficult, as no single agent has the final say in network-level decisions, protocol upgrades, etc. In the worst case, network is prone to fracturing when there are disagreements about protocol changes.
Censorship is much harder, as information has many ways to propagate across the network.
Anyone can participate in the network; there are no “gatekeepers.” Ideally, the cost of participation is very low.
Note that these are general patterns that may not hold true in every network. Furthermore, in reality the degree to which a network is centralized/decentralized lies on a spectrum; no network is entirely centralized or entirely decentralized.

 
badge