DNS Record Types and Their Meanings : DNS Functions « DNS « PHP






DNS Record Types and Their Meanings

 
A           Address code, used for storing an IP address associated with the domain
 
MX          Mail exchange, the domain name used for sending and receiving mail
 
NS          The authoritative name server
 
SOA         Start of Authority
 
PTR         Domain name pointer
 
CNAME       Canonical name for a DNS alias
 
AAAA        Address code used for IPv6 Addresses
 
ANY         Any of the above
  
  








Related examples in the same category

1.DNS Lookup Functions
2.Using the dns_check_record() Function
3.Fetches DNS records associated with a hostname
4.Performing DNS Lookups