Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

How does ESPN control the domain espn.go.com if they don't control the tld of go.com. How is this possible?

share|improve this question

closed as not constructive by EEAA, RobM, Michael Hampton, mdpc, Adrian Oct 30 '12 at 5:01

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

2 Answers

up vote 4 down vote accepted

Whois shows that Disney controls go.com. ESPN is majority owned by Disney.

share|improve this answer

espn.go.com is delegated to a separate set of nameservers by go.com, which means that the manager of go.com has ceded management of espn.go.com to a potentially different party:

espn.go.com.            300     IN      NS      ns02.espn.go.com.
espn.go.com.            300     IN      NS      ns01.espn.go.com.
espn.go.com.            300     IN      NS      ns03.espn.go.com.

These nameservers might be run by ESPN, in which case they have created the A record for espn.go.com:

espn.go.com.            30      IN      A       68.71.216.176

I can't find any evidence that ns0{1..3}.espn.go.com are actually run by ESPN however -- they may be run by the same people as go.com itself. If this is the case, then go.com have simply created this DNS record which points to ESPN's servers. ESPN don't control the DNS zone in this case, they just run the HTTP server which the record happens to point to.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.