Hacker News new | ask | show | jobs
by alien_acorn 4672 days ago
> The correct name servers should have been DNS.EWR1.NYTIMES.COM and DNS.SEA1.NYTIMES.COM.

How does this work? How would you get to DNS.EWR1.NYTIMES.COM without first knowing where nytimes.com is?

2 comments

Nameservers have their IPs registered with the registry, and they are returned in the additional answers section. These are called "glue records".
The top level servers (for .com in this case) has A (and/or AAAA) records for the name servers to prevent this kind of catch-22. These out-of zone records are called glue records.