|
|
|
|
|
by ImpactStrafe
1834 days ago
|
|
Fastly is a Content Distribution Network (CDN). Basically the closer the server serving the webpage is to the end user the faster it is for the end user to see and interact with. But running servers all over the world 1) isn't efficient 2) costs a lot of money. So a few companies (fastly, cloud flare, akamai) figured, hey, why don't we build a bunch of small data centers all over the world and then provide a distributed way to serve web traffic from it. It originally was brought about for services like Netflix, but has expanded greatly. You still host your servers, but a copy of the webpage/media is given to the CDN to serve to customers. |
|
Wouldn’t you build in a failsafe that bypasses Fastly and sends traffic to your own servers in the case of this kind of outage? Or outages are so rare that it’s not worth the trouble?