DNS Record

DNS records are stored in zone files and are used for translating domain names to IP addresses. They also contain other data, including the domain name's name server and mail server information. If there are domain name aliases, such as the commonly used "www" preceding the domain name, these will also be listed in the DNS record.

A typical DNS record may look something like this:

;   Nameservers
;
     IN   NS   ns1.4servers.com.   ; 123.456.789.01
     IN   NS   ns2.4servers.com.   ; 123.456.789.02
;
;   Domain Mail Handlers
;
yourdomain.com.     IN   MX   0   mail
yourdomain.com.     IN   MX  10   mail
;
;
;   hosts in order
;
yourdomain.    IN   A   Your.IP.XXX
www            IN   A   Your.IP.XXX
smtp           IN   CNAME   www
pop            IN   CNAME   www
ftp            IN   CNAME   www
mail           IN   A   Your.IP.XXX
;
; end

Since DNS records are made up entirely of text, they are easy to modify when needed. However, one small typo could redirect a domain name to the wrong Web server or prevent it from showing up at all. This is why it is important to enter DNS information accurately and double-check your changes entry before saving the zone file.

Updated in 2006 by Per C.

Definitions by TechTerms.com

The definition of DNS Record on this page is an original TechTerms.com definition. If you would like to reference this page or cite this definition, you can use the green citation links above.

The goal of TechTerms.com is to explain computer terminology in a way that is easy to understand. We strive for simplicity and accuracy with every definition we publish. If you have feedback about the DNS Record definition or would like to suggest a new technical term, please contact us.

Want to learn more tech terms? Subscribe to the daily or weekly newsletter and get featured terms and quizzes delivered to your inbox.

Sign up for the free TechTerms Newsletter

How often would you like to receive an email?

You can unsubscribe or change your frequency setting at any time using the links available in each email.

Questions? Please contact us.