Table of Contents
Introduction
If you are a WordPress site-developer with at least a premium subscription, you may have noticed this page:

Now, If you go to the “Change your name servers and DNS records”, you would have noticed that there are already some DNS records (by going to DNS records). So, let me begin by telling what DNS records are.
What are DNS records?
DNS (domain name systems) records are also know as zone files. They provide information about a domain and also help in redirection purposes. These records are made up of text files in DNS syntax. They also help in mapping URLs (Uniform Resource Locators )to IP (Internet protocol) addresses. So for example, if you want a part of you site to go to example.com, you can simply type its IP address in the DNS record system and add a sub-domain to your site. For instance: exmpl.youramazingsite.com would point to example.com.
Types of DNS records
There are many types of DNS records. I will be telling you about the ones offered by wordpress.com
CNAME
It specifies redirects from the sub-domains of your domains to the other domains or sub-domains. It is the preferred form or redirecting because of the fact that IP addresses can change without notifying.
A
“A” specifies an IP address to your domain or subdomain. You just have to enter the IP address and name your subdomain.
AAAA
It simply maps a domain name to the IP address of the computer.
MX
It specifies where the emails for you own domain would be delivered.

TXT
TXT is used to store text information related to your own Domain.
SRV
SRV stands for Service Protocol and it specifies on an IP address and a port.