Q: Why do so many major services (ex Twitter) use ONLY a single DNS provider?
I don't get it... why do so many major Internet services such as Github, Twitter, SoundCloud and more use only a SINGLE provider of DNS hosting for their DNS records? It used to be that you always made sure you had a second provider doing "secondary DNS" for you. Have people just forgotten this common practice? Or are there other reasons I'm missing?
7 comments
[ 2.9 ms ] story [ 24.8 ms ] threadI don't see why sync would be a huge problem; these days moving services usually involves slowly draining active connections from the old addresses while new connections go to the new address. If it takes a day for all the clients to move to the new address then fine, the migration just takes longer.
Uploading records to multiple providers, via APIs, isn't so hard, but it's something most people don't realize they need until it is too late - or viewed as something that isn't required due to end-user caches.
Doing what Dyn does (e.g. geo load balancing, active failover, cdn integration) is insanely hard. Syncing that across multiple providers is next to impossible.
Also we should stop blaming Dyn for what happened. a) They reacted very fast and correct to the attack. b) First analysis shows that it was mostly Level3 that was overloaded.
https://www.internetsociety.org/blog/tech-matters/2016/10/ho...
Thank you!