I noticed very strange but consistent performance behavior from Google Public DNS. Even though a DNS record was cached, the response time was in the range of 20-30ms, which is absolutely horrible. When I switched over to OpenDNS, cached response times dived down to 1ms. Needless to say just made the switch on all the servers to OpenDNS. Can anybody explain this behavior?<p>Here is the GitHub gist showing the output:<p><a href="https://gist.github.com/nodesocket/786e3b879f74c7787ca6" rel="nofollow">https://gist.github.com/nodesocket/786e3b879f74c7787ca6</a>
There are different reasons to use the various dns servers:<p>Both Google (8.8.8.8 / 8.8.4.4) and OpenDNS (208.67.220.220 / 208.67.222.222) can be troublesome on small networks when trying to reach local LAN devices because they resolve failures to their own search pages. My fallback here is to always try one of the L3 servers (4.2.2.1 - .6)<p>OpenDNS is my goto when I need filtering. OpenDNS is also great when changing ip addresses on domains because you can clear their public cache and make sure everything is updated and is working immediately. <a href="http://www.opendns.com/support/cache/" rel="nofollow">http://www.opendns.com/support/cache/</a><p>Google DNS tends to make youtube streaming work much better for me.<p>Even Comcast has even recently changed their dns to memorable numbers 75.75.75.75 / 75.75.76.76
I've been using 4.2.2.2 on almost daily basis since 2003 - every time I want to see if I'm connected to the Internet, anywhere in the world - that's my canary.<p>It had never occurred to me to wonder <i>why</i> I was using 4.2.2.2. Just something I learned from one our network engineers, who learned it from someone else...
I started using 4.2.2.1 in early 1999. A friend of mine was a sysadmin at Genuity (then the new owners of that block) and they used it a lot internally. I went on to show it to a lot of my fellow sysadmins and I guess a lot of other folks did the same.
I did not understand why we shouldn't use 4.2.2.2. If they did not wan people to use it, why is it open? Too bad none of the reports the authors has read about that were linked.
Just imagine how much traffic they get.<p>If they really didn't want people to use it, I am sure it would be easy for them to block whole swaths of the net from using it.
Been using 4.2.2.2 (and 4.2.2.3) for almost a decade now.<p>In recent years I stopped using them though because of privacy and reliablility causes; I usually setup a caching server on the local host or network.