Score:-1

Internal DNS, External DNS, ISP DNS

ve flag

I am very new in networking and wanted to grab some quick knowledge about DNS server.

Understand that DNS translates the IP address into human readable domain name. Can someone explain to me why do we need various type of DNS server , such as internal, external and ISP DNS.

Why are they needed and what's the differences ?

Patrick Mevzek avatar
cn flag
These differences do not exist/are irrelevant. You should consult RFC 8499 for modern definitions. Look in particular in section 6 "DNS Clients and Servers".
cn flag
`Understand that DNS translates the IP address into human readable domain name`. That's backwards. DNS translates names into numerical addresses.
Score:2
us flag

To put it simply:

Internal DNS

If you have a network with several devices/servers attached, then you might want to consider an internal DNS server, so you don't have to remember which device was located at which IP address.

It is much more easier to remember a name instead.

It get even more tricks to remember the address of an local device if you use IPv6 as the address can be rather long such as 2001:db8:cafe:beef:1234:5678:90ab:cdef.

All names stored on the internal DNS usually share the trait that none of them are accessible from the Internet at large.


  • Another reason why you may want consider internal DNS is because you want to use it as a caching DNS, since it can improve response time when several clients on the same network request the same hostname.

The idea is that the first time the hostname is looked up the response is stored in the local cache until the TTL for the record has expired.

Any subsequent requests for the hostname will looked up in the cache instead of asking the original DNS server hosting the hostname.

External DNS

This part is a bit more simple, as it is only relevant if you have purchased a domain name, because this is the place tell everyone on the Internet where your website and services is located.

For the inexperienced people I would certainly recommend not hosting your own external DNS, due to there are many security considerations to take care of.

Instead use of the commercial available DNS providers.

cn flag
Bob
And normally you should also avoid using your external domain name when you set up your internal DNS - instead use a subdomain of your external domain or a dedicated domain that you own for your internal DNS. https://serverfault.com/q/76715/546643
us flag
Agree. Any DNS server that has records pointing to ANY RFC1918 IP adresses, should be kept AWAY from the Internet at large.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.