Jump to content

How do DNS servers work/regulate ? just curious


cs.punk

Recommended Posts

www.google.com is a human-friendly version of an IP-address in order to translate www.google.com to an IP-address it uses reverse DNS lookup. To do that it reverses the URL and prepends a dot and asks their DNS server for the IP-address (every server in the network knows atleast one DNS server)

 

.com.google.www

 

A URL is normally www.google.com. but the extra dot in the end is optional and your browser will append it (http://www.google.com./)

 

The first dot refers to the root-servers (ARPA) and they have the IP-addresses of every top-level domain server (com, be, net, org, ..) these individual top-level domains have the IP-address of every domain (google, phpfreaks, ..) these in turn have the IP-address of the actual server (www, www2, www3, ..) it's also possible to add more and get an URL like:

 

ignace.developers.community.mazeltov.forum.domain.com

 

You find these URL in academic communities but are rarely used by companies as an internet address (intranet is possible) due to usability reasons (to hard to remember).

Link to comment
Share on other sites

Just some nitpicking: :)

 

www.google.com is a human-friendly version of an IP-address in order to translate www.google.com to an IP-address it uses reverse DNS lookup. To do that it reverses the URL and prepends a dot and asks their DNS server for the IP-address (every server in the network knows atleast one DNS server)

 

.com.google.www

 

A reverse DNS (rDNS) lookup is actually something different. Essentially it's going from IP->domain instead of domain->IP.

 

A URL is normally www.google.com. but the extra dot in the end is optional and your browser will append it (http://www.google.com./)

 

Not a URL, but a domain name. They're different concepts.

 

The first dot refers to the root-servers (ARPA) [...]

 

The dot is the separator. The root-servers are represented by the void after the dot. So essentially google.com.[root] if we were to replace it with something else.

 

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.