Why should I use DNS 8.8.8.8?

30

5

Possible Duplicate:
Google's DNS service: Google public DNS

I was asked to put 8.8.8.8 as an alternative DNS server.

Through whois I found that the IP address corresponds to the host google-public-dns-a.google.com.

Why should I use it? What could be the benefit?

user60686

Posted 2012-05-14T13:30:14.713

Reputation:

Question was closed 2012-05-14T17:31:11.140

4

Related: http://superuser.com/q/387034/79358

– Diogo – 2012-05-14T13:35:38.877

2

Also see http://superuser.com/q/78743/49184 for info on Google's DNS service.

– Daniel Andersson – 2012-05-14T13:44:33.233

If you are curious to see which DNS service is fastest for you try namebench http://code.google.com/p/namebench/

– qroberts – 2012-05-14T14:00:05.963

1

I like DNS Benchmark....http://www.grc.com/dns/benchmark.htm

– Moab – 2012-05-14T14:54:58.210

Who asked you this? (aside: this is why the passive voice is bad :) If it was someone at work, there could be multiple reasons. If it was a technical support agent then they went with 8.8.8.8 because it was quicker and less prone to error, than looking up your ISP's DNS server addresses. – username – 2012-06-09T12:36:17.890

Answers

51

It is just another DNS server option.

Actually, it is the DNS server of Google, it means that Google provides the DNS and maintenance of this service, which means it is "more reliable" than some another DNS servers due to the fact that is maintained by one of the biggest IT companies of the world.

Also, according to Wikipedia, Google DNS provides some security functions that other DNS haven't:

The service does not use third party DNS management software such as BIND, instead relying on a custom-built implementation, with limited IPv6 support, conforming to the DNS standards set forth by the IETF. It also only partially supports the DNSSEC protocol.

Some popular DNS providers practice a form of DNS hijacking while processing queries,causing web browsers to redirect to an advertisement site run by the provider when a nonexistent domain name is entered, explicitly breaking the DNS specification. In contrast, Google's service correctly replies with an NXDOMAIN code in this situation, and as a result, many users are now using the service for this reason alone

Diogo

Posted 2012-05-14T13:30:14.713

Reputation: 28 202

2Only proper answer at this moment! Well done – BloodPhilia – 2012-05-14T13:57:51.690

2@DiogoRocha +1 I think it was answered correctly, here is the question "Why should I use it? What could be the benefit?" key word being "could", its a very subjective question asking for opinions. The question should be closed not the answer. – Moab – 2012-05-14T14:53:27.947

1

My guess would be that your office/office's ISP is having issues with their name server. They are advising you to have a second name server specified to prevent issues in the event the primary goes down.

chuck

Posted 2012-05-14T13:30:14.713

Reputation: 504