Hacker News new | ask | show | jobs
by gibybo 4430 days ago
Their example for a 'high traffic' site struck me by surprise. With all the caching that goes on with DNS queries, 1.2B in a month seems incredibly high. I wouldn't have even imagined google.com getting that many requests to the authoritative name servers. Can someone with a better idea of how traffic corresponds to DNS queries give me some perspective? How many DNS queries are the name servers for a typical Alex top 10 domain getting?
1 comments

if you need DNS based failover you want low TTLs , e.g Google.com A record is 100s
Still though, aren't most consumers using their ISP's DNS servers, which will cache the same response for all of their customers in a region?
It all depends on how high ttl is, the number of queries increase exponentially as you decrease it, with ttl=0 you have no caching.

My company makes about 160qps which translates to about half billion per month, so it doesn't seem too unrealistic.