Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialhelmi al kindy
1,371 PointsIs there a particular reason as to why ...
We don't use the same DNS server ? And how is it that DNS server can not know a particular website, isn't it ICANN's job to make sure all websites are in the DNS ?
1 Answer
Patricia Snyder
5,563 PointsHi Helmi, The server we use is based 1st on our physical location. The server closest to us that may contain the information we need is accessed first. If that server doesn't have the information, the next server will be accessed. Luckily, there are thousands if not millions of DNS servers across the world, so there should always be one relatively close by.
Many servers have redundant information, but not all cary the same information as no one server could store all of the IP addresses, there are just too many of them. Also, from what I understand, servers specialize in top-level domains. That means that some servers only deal with .com, some deal with .net and some deal with .io.
For more information you can check out this website: https://technet.microsoft.com/en-us/magazine/2005.01.howitworksdns.aspx.
I hope this helps.
Trish
helmi al kindy
1,371 Pointshelmi al kindy
1,371 PointsThanks for clarifying and for the link as well.