Search code examples
dnsgoogle-compute-enginegoogle-cloud-dns

Google Cloud DNS or Google Public DNS


Why would you want to use "Google Cloud DNS" when "Google Public DNS" is free?

How do you setup a DNS/nameserver to point to a compute engine:
1. Set you domain registrator(GoDaddy.com in my case) settings/"nameserver" to point to the DSN server provider you are using.
2. Login into DNS server provider(any suggestions?) and set the static ip address to be mapped to you domain name.

Is the above, the right process to setup a DNS for a web server?

Regards Chris


Solution

  • Google Cloud DNS provides you with authoritative name servers which you can configure with your DNS records. Google Public DNS is only a name resolver which looks up data from the authoritative name server. See http://en.wikipedia.org/wiki/Name_server for more detailed information about authoritative name servers and caching resolvers.

    And yes, that process should work. Google Cloud DNS is one example of the provider you are looking for.