Web3, distributed storage is so decentralized, why did Cloudflare crash, and the entire network (including Web3) still went down?
To understand this phenomenon, we must break it down from three levels: frontend, backend, and smart contracts.
Distributed storage can indeed solve the problem of "content storage," but it cannot replace all aspects of network infrastructure.
Level One: Why is the webpage frontend still affected by Cloudflare?
Most users access distributed storage through Web2's "gateway."
Cloudflare is down ⇒ Gateway is inaccessible ⇒ Webpage cannot be opened.
Even if the webpage is really on IPFS, users cannot access it.
The encrypted frontend is also not 100% decentralized.
For example:
API requests in the MetaMask extension
Wallet SDK, RPC node information
ENS resolution service
Frontend resources (JS, CSS)
Many of these use Cloudflare CDN/DNS.
So Cloudflare is down ⇒ Wallet interface cannot load ⇒ Web3 page is paralyzed.
Level Two: The backend (Backend / API) is actually the most affected by Cloudflare
Web3 projects still typically rely on Web2 backends:
API services
RPC services (Infura, Alchemy, Ankr…)
Node gateways
Price oracle interfaces
User authentication services
Server databases
These backends usually use Cloudflare's:
Firewalls
Reverse proxies
Caching
DNS
So when the backend goes down, it is actually the most critical issue.
Level Three: The smart contract layer (on-chain) is actually fine, but the access points are blocked
Smart contracts themselves are not affected by Cloudflare:
There is no central server
Does not rely on DNS
Does not rely on HTTP
Does not rely on CDN
Does not rely on any Web2 services
The chain itself is operating normally.
The problem is:
Users cannot send transactions
Because most transactions need to be sent through RPC, and RPC relies on Cloudflare's network infrastructure; the chain is not down, but users cannot access the chain's infrastructure.
Level Four: Why can't distributed storage solve Cloudflare-level problems?
Because distributed storage addresses:
Content persistence, tamper resistance, anti-takedown
While the Cloudflare incident involves:
Network transport layer, DNS, CDN, routing, API gateways (which belong to Web2 infrastructure)
They are not the same level, so they cannot replace each other.
Welcome to join the community
Welcome to join the community WeChat: BQ221858
Welcome to follow Weibo: @QuarkMing202
Welcome to follow Twitter: @xian202766693