Live data from Hacker News

DNS Performance compared: CloudFlare 1.1.1.1 x Google 8.8.8.8 x Quad9 x OpenDNS

medium.com

261–270 of 364 posts

Re: DNS Performance compared: CloudFlare 1.1.1.1 x Google 8.8.8.8 x Quad9 x OpenDNS

#261

Earlier quoted context omitted.

CenturyLink, major telecom in 37 US states. DNS requests for all nonexistent domains go to a server that delivers a dumb "search" page to web requests. They're currently the sole fiber-to-the-home provider in my neighborhood, and Comcast is the only broadband alternative.

So one or two ISPs in one country out of 300+ worldwide. Hardly “most” ISPs as claimed in the post I replied to. Not even a fraction.

Here's an incomplete list with dozens.

https://en.m.wikipedia.org/wiki/DNS_hijacking#Manipulation_b...

Re: DNS Performance compared: CloudFlare 1.1.1.1 x Google 8.8.8.8 x Quad9 x OpenDNS

#262

What I don't understand is how these services are offered at apparently no cost. Sure, I expect Google is slurping all of my connections to help build an ad profile on me. But what about the other companies? They've got to keep the lights on somehow.

> I expect Google is slurping all of my connections to help build an ad profile on me.

Google says they don't - from https://developers.google.com/speed/public-dns/privacy:

> We don't correlate or combine information from our temporary or permanent logs with any personal information that you have provided Google for other services.

Honestly, Google DNS policy seems largely similar to Cloudflare, with the exception of 3rd party audit.

Cloudfare apparently doesn't do GeoIP mapping, so, till they implement that, it's not going to be useful for me.

Re: DNS Performance compared: CloudFlare 1.1.1.1 x Google 8.8.8.8 x Quad9 x OpenDNS

#263
post #244

Earlier quoted context omitted.

Does no one bother to run their own DNS server? It's not hard---in fact, it's easier than running an authoritative DNS server, since you are only using it for local resolving. I ran the provided script, added my own local resolver, and after the first run, got incredibly fast results. test1 test2 test3 test4 test5 test6 test7 test8 test9 test10 Average cloudflare 35 ms 38 ms 39 ms 33 ms 34 ms 39 ms 28 ms 33 ms 28 ms…

Most people are not very interested in testing how fast their local machine can talk to itself; regardless of how fast your local cache is, it will have to talk outside pretty often (for expiring TTL if nothing else).

People are praising CloudFlare for not bothering to log requests. Yes, well ... you get the same results by using your own DNS resolver, and you don't have to be shocked when five years later a different governing team running CloudFlare decide to reverse their stance and log everything ...

But what do I know? Apparently I'm in the minority for running my own infrastructure (DNS, web, mail).

Re: DNS Performance compared: CloudFlare 1.1.1.1 x Google 8.8.8.8 x Quad9 x OpenDNS

#264

Pushed a shell script to compare all of them from your location: https://github.com/cleanbrowsing/dnsperftest $ sh ./dnstest.sh |sort -k 22 -n test1 test2 test3 test4 test5 test6 test7 test8 test9 test10 Average cloudflare 1 ms 1 ms 1 ms 4 ms 1 ms 1 ms 1 ms 1 ms 1 ms 1 ms 1.30 norton 2 ms 2 ms 2 ms 2 ms 2 ms 2 ms 2 ms 2 ms 2 ms 2 ms 2.00 neustar 2 ms 2 ms 2 ms 2 ms 1 ms 2 ms 2 ms 2 ms 2 ms 22 ms 3.90 cleanbrowsing 11…

from Bhimavaram, India

  sh ./dnstest.sh |sort -k 22 -n
               test1   test2   test3   test4   test5   test6   test7   test8   test9   test10  Average 
  yandex         56 ms   56 ms   56 ms   57 ms   5 ms    57 ms   58 ms   5 ms    58 ms   58 ms     46.60
  comodo         58 ms   6 ms    56 ms   57 ms   53 ms   56 ms   56 ms   56 ms   56 ms   56 ms     51.00
  google2nd      55 ms   54 ms   56 ms   57 ms   55 ms   57 ms   55 ms   60 ms   55 ms   59 ms     56.30
  opendns        54 ms   55 ms   56 ms   56 ms   56 ms   57 ms   59 ms   57 ms   57 ms   56 ms     56.30
  google         58 ms   58 ms   56 ms   56 ms   55 ms   56 ms   55 ms   56 ms   57 ms   57 ms     56.40
  norton         55 ms   56 ms   59 ms   56 ms   57 ms   56 ms   56 ms   57 ms   55 ms   57 ms     56.40
  cleanbrowsing  59 ms   56 ms   57 ms   57 ms   56 ms   61 ms   57 ms   59 ms   55 ms   54 ms     57.10
  quad9          62 ms   55 ms   56 ms   60 ms   56 ms   57 ms   55 ms   57 ms   56 ms   57 ms     57.10
  cloudflare2nd  59 ms   57 ms   60 ms   56 ms   57 ms   58 ms   58 ms   59 ms   54 ms   56 ms     57.40
  adguard        57 ms   59 ms   60 ms   58 ms   57 ms   59 ms   60 ms   61 ms   60 ms   61 ms     59.20
  neustar        62 ms   59 ms   56 ms   58 ms   61 ms   61 ms   64 ms   61 ms   59 ms   57 ms     59.80
  cloudflare     257 ms  241 ms  55 ms   139 ms  168 ms  163 ms  123 ms  157 ms  58 ms   58 ms     141.90

Re: DNS Performance compared: CloudFlare 1.1.1.1 x Google 8.8.8.8 x Quad9 x OpenDNS

#265

Pushed a shell script to compare all of them from your location: https://github.com/cleanbrowsing/dnsperftest $ sh ./dnstest.sh |sort -k 22 -n test1 test2 test3 test4 test5 test6 test7 test8 test9 test10 Average cloudflare 1 ms 1 ms 1 ms 4 ms 1 ms 1 ms 1 ms 1 ms 1 ms 1 ms 1.30 norton 2 ms 2 ms 2 ms 2 ms 2 ms 2 ms 2 ms 2 ms 2 ms 2 ms 2.00 neustar 2 ms 2 ms 2 ms 2 ms 1 ms 2 ms 2 ms 2 ms 2 ms 22 ms 3.90 cleanbrowsing 11…

[deleted]

Re: DNS Performance compared: CloudFlare 1.1.1.1 x Google 8.8.8.8 x Quad9 x OpenDNS

#266

Pushed a shell script to compare all of them from your location: https://github.com/cleanbrowsing/dnsperftest $ sh ./dnstest.sh |sort -k 22 -n test1 test2 test3 test4 test5 test6 test7 test8 test9 test10 Average cloudflare 1 ms 1 ms 1 ms 4 ms 1 ms 1 ms 1 ms 1 ms 1 ms 1 ms 1.30 norton 2 ms 2 ms 2 ms 2 ms 2 ms 2 ms 2 ms 2 ms 2 ms 2 ms 2.00 neustar 2 ms 2 ms 2 ms 2 ms 1 ms 2 ms 2 ms 2 ms 2 ms 22 ms 3.90 cleanbrowsing 11…

[deleted]

Re: DNS Performance compared: CloudFlare 1.1.1.1 x Google 8.8.8.8 x Quad9 x OpenDNS

#267
Thanks, great response times from my NYC droplet.

				   test1   test2   test3   test4   test5   test6   test7   test8   test9   test10  Average
	quad9          1 ms    2 ms    1 ms    1 ms    1 ms    1 ms    1 ms    1 ms    1 ms    1 ms      1.10
	cloudflare     2 ms    1 ms    1 ms    2 ms    1 ms    1 ms    1 ms    2 ms    1 ms    1 ms      1.30
	comodo         1 ms    2 ms    2 ms    3 ms    2 ms    1 ms    2 ms    1 ms    1 ms    2 ms      1.70
	adguard        2 ms    2 ms    3 ms    2 ms    2 ms    2 ms    2 ms    2 ms    2 ms    2 ms      2.10
	cleanbrowsing  2 ms    4 ms    2 ms    2 ms    2 ms    2 ms    14 ms   16 ms   2 ms    2 ms      4.80
	norton         6 ms    7 ms    7 ms    7 ms    8 ms    7 ms    6 ms    7 ms    7 ms    7 ms      6.90
	namecheap      7 ms    7 ms    7 ms    7 ms    7 ms    7 ms    7 ms    7 ms    7 ms    7 ms      7.00
	neustar        8 ms    7 ms    7 ms    8 ms    9 ms    6 ms    7 ms    7 ms    7 ms    7 ms      7.30
	namecheap2nd   8 ms    8 ms    7 ms    9 ms    9 ms    8 ms    10 ms   8 ms    8 ms    8 ms      8.30
	opendns        20 ms   1 ms    1 ms    30 ms   2 ms    8 ms    1 ms    16 ms   15 ms   3 ms      9.70
	google2nd      16 ms   1 ms    1 ms    17 ms   1 ms    24 ms   1 ms    16 ms   17 ms   14 ms     10.80
	google         17 ms   1 ms    1 ms    17 ms   1 ms    41 ms   1 ms    17 ms   18 ms   15 ms     12.90
	cloudflare2nd  1 ms    2 ms    1 ms    1 ms    1000 ms 2 ms    2 ms    1 ms    2 ms    2 ms      101.40
	yandex         101 ms  102 ms  104 ms  101 ms  115 ms  103 ms  107 ms  100 ms  105 ms  136 ms    107.40
Not so much from my home ISP:

				   test1   test2   test3   test4   test5   test6   test7   test8   test9   test10  Average 
	namecheap2nd   45 ms   45 ms   44 ms   45 ms   48 ms   45 ms   45 ms   46 ms   48 ms   45 ms     45.60
	cloudflare2nd  45 ms   49 ms   48 ms   47 ms   45 ms   44 ms   45 ms   45 ms   46 ms   46 ms     46.00
	namecheap      46 ms   48 ms   48 ms   44 ms   45 ms   45 ms   46 ms   45 ms   45 ms   48 ms     46.00
	cleanbrowsing  46 ms   46 ms   44 ms   56 ms   45 ms   44 ms   48 ms   46 ms   44 ms   46 ms     46.50
	google2nd      49 ms   47 ms   47 ms   45 ms   51 ms   47 ms   46 ms   44 ms   43 ms   46 ms     46.50
	comodo         46 ms   47 ms   48 ms   49 ms   46 ms   47 ms   44 ms   45 ms   47 ms   50 ms     46.90
	adguard        49 ms   48 ms   45 ms   46 ms   46 ms   48 ms   49 ms   48 ms   48 ms   48 ms     47.50
	google         46 ms   49 ms   47 ms   47 ms   45 ms   47 ms   47 ms   49 ms   44 ms   67 ms     48.80
	opendns        47 ms   46 ms   47 ms   64 ms   48 ms   49 ms   46 ms   64 ms   64 ms   48 ms     52.30
	cloudflare     44 ms   48 ms   45 ms   50 ms   48 ms   110 ms  45 ms   48 ms   45 ms   47 ms     53.00
	quad9          46 ms   49 ms   45 ms   47 ms   49 ms   153 ms  46 ms   45 ms   48 ms   46 ms     57.40
	neustar        66 ms   66 ms   66 ms   67 ms   66 ms   66 ms   66 ms   67 ms   66 ms   67 ms     66.30
	norton         91 ms   67 ms   67 ms   67 ms   66 ms   66 ms   67 ms   66 ms   67 ms   67 ms     69.10
	yandex         176 ms  279 ms  176 ms  174 ms  188 ms  178 ms  179 ms  176 ms  174 ms  179 ms    187.90
Post reply on HN