1

I understand basics of how DNS works. My ISP finds out recursively, that my domain xyz.com is assigned with two nameservers:

ns1.xyzprivatens.com ns2.xyzprivatens.com

Then it asks one of those two for the xyz.com IP and communicates with server using this IP.

Now is the interesting question. How IPs for the nameservers themselves are resolved?

Roman
  • 3,825
  • 3
  • 20
  • 33
user1065145
  • 295
  • 4
  • 9

1 Answers1

3

This is done by means of the so-called Glue Records. More information here on SF or on Wikipedia.

Roman
  • 3,825
  • 3
  • 20
  • 33
  • 1
    We normally close these as duplicates rather than answering them – user9517 Jul 09 '13 at 08:05
  • 1
    I really pondered flagging as dupe, but taking the Q&A format into account, I decided to answer instead - i felt the question was more along the lines of *what's needed* rather than *what's that thing that i know is needed*. – Roman Jul 09 '13 at 08:44