0

I don't know how to ask this question appropriately.Maybe it is a duplicate one, if so, please let me know. When I use dig to resolve www.google.com and google.com, it gives me different answer.Why? Please refer me to articles relative to this.Thanks:-)

CharlesLiuChina
  • 261
  • 1
  • 16

1 Answers1

1

www.google.com and google.com are separate DNS entries and can point to two different servers. For most sites one is just a CNAME of the other, meaning that they both end up pointing to the same server, but this is not a requirement.

Historically NASA has been reluctant to support nasa.gov for www at all, and this blog post makes an interesting read.

Coolsnack
  • 26
  • 3