DNS records

m (Created page with "DNS Records (NS, A, MX, CNAME, SPF) Explained A domain name has a DNS zone which consists of the following records: A - specifies IP addresses corresponding to your domain and ...")
 
m
Line 1: Line 1:
DNS Records (NS, A, MX, CNAME, SPF) Explained
+
A domain name has a DNS zone that consists of the following records:
  
A domain name has a DNS zone which consists of the following records:
+
'''A Record'''- specifies IP addresses corresponding to your domain and its subdomains; '''CNAME record''' - specifies redirects from your domain's subdomains to other domains / subdomains; '''MX record''' - specifies the mail server the emails for your domain should be delivered to; '''NS record''' - specifies the domain nameservers; '''SOA Record''' - Start of Authority record. It is the first entry in the zone file; '''PTR Record''' - Reverse pointer record. '''SPF Record'''- Sender Policy Framework (SPF) is an attempt to control forged e-mail.
 
+
A - specifies IP addresses corresponding to your domain and its subdomains;
+
 
+
'''CNAME record''' - specifies redirects from your domain's subdomains to other domains / subdomains; '''MX record''' - specifies where the emails for your domain should be delivered; '''NS record''' - specifies which are the DNS servers for your domain; '''SOA Record''' - Start of Authority record. It is the first entry in the zone file. '''PTR Record''' - Reverse pointer record. '''SPF Record'''- Sender Policy Framework (SPF) is an attempt to control forged e-mail.
+
  
 
<center>'''A Record'''</center>
 
<center>'''A Record'''</center>

Revision as of 09:57, 25 October 2011

rss feed for my website