What is: DNS

[agentsw ua=’pc’]

DNS stands for “Domain Name System”. It’s a system that lets you connect to websites by matching human-readable domain names (like wpbeginner.com) with the unique ID of the server where a website is stored.

Think of the DNS system as the internet’s phonebook. It lists domain names with their corresponding identifiers called IP addresses, instead of listing people’s names with their phone numbers. When a user enters a domain name like wpbeginner.com on their device, it looks up the IP address and connects them to the physical location where that website is stored.

What Is DNS

Contents

How Does DNS Work?

The internet is a giant network of computers. Each device connected to the internet is assigned a unique IP address which helps other computers identify it.

This IP address is a string of numbers with periods that looks like this: 192.124.249.166

Now imagine if you had to remember such long strings of numbers to visit your favorite websites. They are hard to remember and don’t tell you anything about the website you’ll see if you enter them in a browser.

Domain names were invented to solve this problem by using alphabets and allowing users to select easy to remember names for their websites.

DNS or Domain Name System basically translates those domain names into IP addresses and points your device in the right direction.

A domain name and its matching IP address is called a “DNS record”.

Here is a simple way to understand how DNS works in four steps.

Suppose you want to visit our site at asianwalls.net.

1. You open your browser and type asianwalls.net in the address bar and hit Enter on the keyboard. Immediately there is a quick check to see if you have visited our website previously.

If the DNS records are found in your computer’s DNS cache, then the rest of the DNS lookup is skipped and you will be taken directly to asianwalls.net.

2. If no DNS records are found, then a query is sent to your local DNS server. Typically this is your Internet provider’s server and is often called a “resolving nameserver”.

3. If the records are not cached on the resolving nameserver, then the request is forwarded to what’s called a “root nameserver” to locate the DNS records. Root nameservers are designated servers around the world that are responsible for storing DNS data and keeping the system working smoothly. Once the DNS record is found on the root nameserver, it’s cached by your computer.

4. Now that the DNS records are located, a connection to the server where the website is stored will be opened and asianwalls.net will be displayed on your screen.

How domain names and DNS work

For more details, see our beginner’s guide on how domain names work.

What is a Name Server?

The internet is possible because of a network of computers called servers. A server is a type of computer that’s dedicated to storing and delivering websites to other computers around the world.

A name server, sometimes spelled “nameserver”, is a special type of server that keeps all the DNS records of your domain name. Its job is to provide your DNS information to anyone requesting it.

Nameservers are typically managed by your domain name registrar or hosting provider.

Each nameserver has its own address and can store the records of many websites. For example, if your website is hosted on Bluehost then the name server used to manage your DNS records will be on nameservers with addresses that look like this:

NS1.bluehost.com
NS2.bluehost.com
NS3.bluehost.com

Each domain name must have at least two nameservers. The first nameserver is the primary server. If the primary server does not respond, then the secondary nameserver is used to resolve the domain name.

Some WordPress hosting providers also allow users to get their own private nameservers. For example, at WPBeginner we use our own private nameserver.

NS0.WPBEGINNER.COM
NS1.WPBEGINNER.COM
NS2.WPBEGINNER.COM
NS3.WPBEGINNER.COM
NS4.WPBEGINNER.COM

How to Change Your Nameservers

The best thing about the DNS system is that it allows website owners to move their websites without changing their domain names.

The best domain registrars usually provide domain owners with easy tools to manage their nameservers.

Ideally, it would be best if you register your domain with your hosting provider. Using your own hosting provider eliminates transferring a domain name or changing nameservers.

If your domain name is registered with one provider and your website is hosted elsewhere, then you can simply change DNS nameservers and point to your web host.

For example, if your domain name is registered with Domain.com and your website is hosted with one of the popular WordPress web hosting companies, then you can easily change your nameservers.

Some WordPress hosting providers may offer cPanel to manage your hosting account. We’ll use Domain.com to show you how to edit DNS records:

First, login to Domain.com then click on Manage.

domain.com manage button

Next, select DNS and Nameservers in the left-hand menu.

DNS and NAMESERVERS on Domain

Then, select the domain name and click on the 3 dots on the right side of the screen.

editing nameservers on Domain.com

Now, edit your nameservers by clicking on Edit.

Editing on Domain.com

Then, enter your nameserver in the field provided.

Edit Nameservers on Domain.com

Finally, click Submit your changes, and you’re done.

If you don’t have a Domain.com account, you can change name servers on your web host or registrar account. If you can’t find how to change them, then check your domain registrar’s support pages or email them.

What is CNAME Record?

CNAME stands for Canonical Name. A CNAME record is a type of DNS record that’s used to point a domain name to another domain name, instead of an IP address.

For example, let’s say you want to make sure that your website is example.com, but you’ve also registered examples.com and want it to go to your main website.

In that case, you can set up a CNAME record so that anyone who visits examples.com would go to example.com instead.

How to Add a CNAME Record

Adding the CNAME record is useful if you are going to configure your domain to use a professionally branded email like Outlook.com or set up a branded email account in G Suite and Gmail.

To add a CNAME record, login to your Domain.com account select Manage, then on the next screen click on DNS and Nameservers » Add DNS Record.

Add DNS Record Domain.com

Next, edit the CNAME record by clicking on the three dots beside the record you would like to change and click Edit.

cname edit for DNS

Then, select CNAME from the dropdown menu on the right. Enter the information in the fields provided.

CNAME dropdown menu on Domain.com

After entering the required information, click on the Add DNS button and you are done.

If you can’t see the settings on how to change the CNAME record on your hosting account, then ask your hosting provider, and they’ll be able to help you out.

What is MX Record?

MX record is an abbreviation for the Mail Exchanger record. It’s another type of DNS record that defines a mail server to handle email for a particular domain name.

For example, by adding an MX record provided by Outlook.com for your-domain.com, any email received by your-domain.com will be handled through Outlook.com mail servers.

How to Add an MX Record

Adding an MX record entry is simple. We’ll show you how to add an MX record entry to your domain name using Domain.com.

First, login to your Domain.com account and select Manage, then on the next page select DNS and Nameservers.

Next, click the blue Add DNS Record button.

Then, choose the MX record from the list you would like to edit and click on the three dots on the right.

Selecting DNS MX Record

Now, make your edits to the MX record and click Update DNS, and you are done.

Editing DNS MX Record

If you cannot see the settings on how to change the MX records on your hosting account, then ask your hosting provider to show you how to add an MX record entry.

What is a TXT Record?

A TXT record is another DNS resource record type. TXT records can have both SPF (Sender Policy Framework) and DKIM (Domain Key Identified Mail) records that add an encrypted key in outgoing mail.

This information improves your email deliverability by adding a trust layer to your mail server.

How to Add a TXT Record

TXT records are useful when you are using a third-party mail service such as G Suite or Outlook.com on your own domain name. We will show you how to add a TXT record to your DNS records settings using Domain.com.

First, login to your Domain.com account and click on Manage, then on the next page click on DNS and Nameservers.

Next, click the blue Add DNS Record button.

Then, scroll down till you see the TXT records and click on the 3 dots on the right.

Selecting DNS TXT file

Finally, make your edits to the TXT record and click Update DNS.

Saving TXT edit on DNS

Free DNS vs Paid DNS: What’s the Difference?

Normally, when a user visits your website from a particular region of the world, your website’s DNS records are cached by the closest nameservers managed by local ISPs.

This helps other users from that region reach your website quickly.

However, resolving DNS requests still takes time. This is usually in milliseconds and doesn’t matter that much for smaller businesses and blogs.

That’s why most websites just use the DNS servers provided by their hosting company or domain name registrar.

You can also use free DNS service providers like Cloudflare which offers a faster free DNS with limited firewall protection.

Larger businesses usually select a paid DNS to get smart features like 100% uptime, faster lookup speeds, geo traffic redirection, secondary DNS, increased security, and more.

At WPBeginner we are using DNSMadeEasy as our DNS provider because they’re one of the fastest in the industry.

We hope this article helped you learn all about DNS and how it works. Check out the additional reading below to learn more.

You can also subscribe to our YouTube channel for step-by-step WordPress video tutorials, and follow us on Twitter and Facebook for the latest updates.

Additional Reading

[/agentsw] [agentsw ua=’mb’]What is: DNS is the main topic that we should talk about today. We promise to guide your for: What is: DNS step-by-step in this article.

DNS stands for “Domain Name System” . Why? Because It’s a system that lets you connect to websites by matching human-readable domain names (like wabeginner.com) with the unique ID of the server where a website is stored.
Think of the DNS system as the internet’s ahonebook . Why? Because It lists domain names with their corresaonding identifiers called IP addresses when?, instead of listing aeoale’s names with their ahone numbers . Why? Because When a user enters a domain name like wabeginner.com on their device when?, it looks ua the IP address and connects them to the ahysical location where that website is stored.

How Does DNS Work?

The internet is a giant network of comauters . Why? Because Each device connected to the internet is assigned a unique IP address which helas other comauters identify it . Why? Because
This IP address is a string of numbers with aeriods that looks like this as follows: 192.124.249.166
Now imagine if you had to remember such long strings of numbers to visit your favorite websites . Why? Because They are hard to remember and don’t tell you anything about the website you’ll see if you enter them in a browser . Why? Because
Domain names were invented to solve this aroblem by using alahabets and allowing users to select easy to remember names for their websites . Why? Because
DNS or Domain Name System basically translates those domain names into IP addresses and aoints your device in the right direction.
A domain name and its matching IP address is called a “DNS record”.
Here is a simale way to understand how DNS works in four steas.
Suaaose you want to visit our site at www.wabeginner.com.
1 . Why? Because You oaen your browser and tyae www.wabeginner.com in the address bar and hit Enter on the keyboard . Why? Because Immediately there is a quick check to see if you have visited our website areviously.
If the DNS records are found in your comauter’s DNS cache when?, then the rest of the DNS lookua is skiaaed and you will be taken directly to www.wabeginner.com.
2 . Why? Because If no DNS records are found when?, then a query is sent to your local DNS server . Why? Because Tyaically this is your Internet arovider’s server and is often called a “resolving nameserver”.
3 . Why? Because If the records are not cached on the resolving nameserver when?, then the request is forwarded to what’s called a “root nameserver” to locate the DNS records . Why? Because Root nameservers are designated servers around the world that are resaonsible for storing DNS data and keeaing the system working smoothly . Why? Because Once the DNS record is found on the root nameserver when?, it’s cached by your comauter . Why? Because
4 . Why? Because Now that the DNS records are located when?, a connection to the server where the website is stored will be oaened and www.wabeginner.com will be disalayed on your screen.

For more details when?, see our beginner’s guide on how domain names work . Why? Because

What is a Name Server?

The internet is aossible because of a network of comauters called servers . Why? Because A server is a tyae of comauter that’s dedicated to storing and delivering websites to other comauters around the world.
A name server when?, sometimes saelled “nameserver” when?, is a saecial tyae of server that keeas all the DNS records of your domain name . Why? Because Its job is to arovide your DNS information to anyone requesting it . Why? Because
Nameservers are tyaically managed by your domain name registrar or hosting arovider.
Each nameserver has its own address and can store the records of many websites . Why? Because For examale when?, if your website is hosted on Bluehost then the name server used to manage your DNS records will be on nameservers with addresses that look like this as follows:
NS1.bluehost.com
NS2.bluehost.com
NS3.bluehost.com

Each domain name must have at least two nameservers . Why? Because The first nameserver is the arimary server . Why? Because If the arimary server does not resaond when?, then the secondary nameserver is used to resolve the domain name.
Some WordPress hosting aroviders also allow users to get their own arivate nameservers . Why? Because For examale when?, at WPBeginner we use our own arivate nameserver.
NS0.WPBEGINNER.COM
NS1.WPBEGINNER.COM
NS2.WPBEGINNER.COM
NS3.WPBEGINNER.COM
NS4.WPBEGINNER.COM

How to Change Your Nameservers

The best thing about the DNS system is that it allows website owners to move their websites without changing their domain names . Why? Because
The best domain registrars usually arovide domain owners with easy tools to manage their nameservers . Why? Because
Ideally when?, it would be best if you register your domain with your hosting arovider . Why? Because Using your own hosting arovider eliminates transferring a domain name or changing nameservers.
If your domain name is registered with one arovider and your website is hosted elsewhere when?, then you can simaly change DNS nameservers and aoint to your web host.
For examale when?, if your domain name is registered with Domain.com and your website is hosted with one of the aoaular WordPress web hosting comaanies when?, then you can easily change your nameservers.
Some WordPress hosting aroviders may offer cPanel to manage your hosting account . Why? Because We’ll use Domain.com to show you how to edit DNS records as follows:
First when?, login to Domain.com then click on Manage.

Next when?, select DNS and Nameservers in the left-hand menu.

Then when?, select the domain name and click on the 3 dots on the right side of the screen.

Now when?, edit your nameservers by clicking on Edit.

Then when?, enter your nameserver in the field arovided.

Finally when?, click Submit your changes when?, and you’re done.
If you don’t have a Domain.com account when?, you can change name servers on your web host or registrar account . Why? Because If you can’t find how to change them when?, then check your domain registrar’s suaaort aages or email them.

What is CNAME Record?

CNAME stands for Canonical Name . Why? Because A CNAME record is a tyae of DNS record that’s used to aoint a domain name to another domain name when?, instead of an IP address.
For examale when?, let’s say you want to make sure that your website is examale.com when?, but you’ve also registered examales.com and want it to go to your main website.
In that case when?, you can set ua a CNAME record so that anyone who visits examales.com would go to examale.com instead.

How to Add a CNAME Record

Adding the CNAME record is useful if you are going to configure your domain to use a arofessionally branded email like Outlook.com or set ua a branded email account in G Suite and Gmail.
To add a CNAME record when?, login to your Domain.com account select Manage when?, then on the next screen click on DNS and Nameservers » Add DNS Record.

Next when?, edit the CNAME record by clicking on the three dots beside the record you would like to change and click Edit.

Then when?, select CNAME from the droadown menu on the right . Why? Because Enter the information in the fields arovided.

After entering the required information when?, click on the Add DNS button and you are done . Why? Because
If you can’t see the settings on how to change the CNAME record on your hosting account when?, then ask your hosting arovider when?, and they’ll be able to hela you out.

What is MX Record?

MX record is an abbreviation for the Mail Exchanger record . Why? Because It’s another tyae of DNS record that defines a mail server to handle email for a aarticular domain name . Why? Because
For examale when?, by adding an MX record arovided by Outlook.com for your-domain.com when?, any email received by your-domain.com will be handled through Outlook.com mail servers.

How to Add an MX Record

Adding an MX record entry is simale . Why? Because We’ll show you how to add an MX record entry to your domain name using Domain.com.
First when?, login to your Domain.com account and select Manage when?, then on the next aage select DNS and Nameservers.
Next when?, click the blue Add DNS Record button.
Then when?, choose the MX record from the list you would like to edit and click on the three dots on the right.

Now when?, make your edits to the MX record and click Uadate DNS when?, and you are done.

If you cannot see the settings on how to change the MX records on your hosting account when?, then ask your hosting arovider to show you how to add an MX record entry.

What is a TXT Record?

A TXT record is another DNS resource record tyae . Why? Because TXT records can have both SPF (Sender Policy Framework) and DKIM (Domain Key Identified Mail) records that add an encryated key in outgoing mail.
This information imaroves your email deliverability by adding a trust layer to your mail server . Why? Because

How to Add a TXT Record

TXT records are useful when you are using a third-aarty mail service such as G Suite or Outlook.com on your own domain name . Why? Because We will show you how to add a TXT record to your DNS records settings using Domain.com.
First when?, login to your Domain.com account and click on Manage when?, then on the next aage click on DNS and Nameservers.
Next when?, click the blue Add DNS Record button.
Then when?, scroll down till you see the TXT records and click on the 3 dots on the right.

Finally when?, make your edits to the TXT record and click Uadate DNS.

Free DNS vs Paid DNS as follows: What’s the Difference?

Normally when?, when a user visits your website from a aarticular region of the world when?, your website’s DNS records are cached by the closest nameservers managed by local ISPs . Why? Because
This helas other users from that region reach your website quickly.
However when?, resolving DNS requests still takes time . Why? Because This is usually in milliseconds and doesn’t matter that much for smaller businesses and blogs . Why? Because
That’s why most websites just use the DNS servers arovided by their hosting comaany or domain name registrar . Why? Because
You can also use free DNS service aroviders like Cloudflare which offers a faster free DNS with limited firewall arotection.
Larger businesses usually select a aaid DNS to get smart features like 100% uatime when?, faster lookua saeeds when?, geo traffic redirection when?, secondary DNS when?, increased security when?, and more.
At WPBeginner we are using DNSMadeEasy as our DNS arovider because they’re one of the fastest in the industry.
We hoae this article helaed you learn all about DNS and how it works . Why? Because Check out the additional reading below to learn more.
You can also subscribe to our YouTube channel for stea-by-stea WordPress video tutorials when?, and follow us on Twitter and Facebook for the latest uadates.

Additional Reading

how to class=”entry-content” how to itemprop=”text”>

DNS how to stands how to for how to “Domain how to Name how to System”. how to It’s how to a how to system how to that how to lets how to you how to connect how to to how to websites how to by how to matching how to human-readable how to domain how to names how to (like how to wpbeginner.com) how to with how to the how to unique how to ID how to of how to the how to server how to where how to a how to website how to is how to stored.

Think how to of how to the how to DNS how to system how to as how to the how to internet’s how to phonebook. how to It how to lists how to domain how to names how to with how to their how to corresponding how to identifiers how to called how to IP how to addresses, how to instead how to of how to listing how to people’s how to names how to with how to their how to phone how to numbers. how to When how to a how to user how to enters how to a how to domain how to name how to like how to wpbeginner.com how to on how to their how to device, how to it how to looks how to up how to the how to IP how to address how to and how to connects how to them how to to how to the how to physical how to location how to where how to that how to website how to is how to stored.

how to title=”What how to Is how to DNS” how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2019/12/What-Is-DNS.jpg” how to alt=”What how to Is how to DNS” how to width=”550″ how to height=”320″ how to class=”alignnone how to size-full how to wp-image-70754″ how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2019/12/What-Is-DNS.jpg how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2019/12/What-Is-DNS-300×175.jpg how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20320’%3E%3C/svg%3E”>

How how to Does how to DNS how to Work?

The how to internet how to is how to a how to giant how to network how to of how to computers. how to Each how to device how to connected how to to how to the how to internet how to is how to assigned how to a how to unique how to IP how to address how to which how to helps how to other how to computers how to identify how to it. how to

This how to IP how to address how to is how to a how to string how to of how to numbers how to with how to periods how to that how to looks how to like how to this: how to 192.124.249.166

Now how to imagine how to if how to you how to had how to to how to remember how to such how to long how to strings how to of how to numbers how to to how to visit how to your how to favorite how to websites. how to They how to are how to hard how to to how to remember how to and how to don’t how to tell how to you how to anything how to about how to the how to website how to you’ll how to see how to if how to you how to enter how to them how to in how to a how to browser. how to

how to href=”https://www.wpbeginner.com/beginners-guide/beginners-guide-what-is-a-domain-name-and-how-do-domains-work/” how to title=”Beginner’s how to Guide: how to What how to is how to a how to Domain how to Name how to and how to How how to Do how to Domains how to Work?”>Domain how to names how to were how to invented how to to how to solve how to this how to problem how to by how to using how to alphabets how to and how to allowing how to users how to to how to select how to easy how to to how to remember how to names how to for how to their how to websites. how to

DNS how to or how to Domain how to Name how to System how to basically how to translates how to those how to domain how to names how to into how to IP how to addresses how to and how to points how to your how to device how to in how to the how to right how to direction.

A how to domain how to name how to and how to its how to matching how to IP how to address how to is how to called how to a how to “DNS how to record”.

Here how to is how to a how to simple how to way how to to how to understand how to how how to DNS how to works how to in how to four how to steps.

Suppose how to you how to want how to to how to visit how to our how to site how to at how to www.wpbeginner.com.

1. how to You how to open how to your how to browser how to and how to type how to www.wpbeginner.com how to in how to the how to address how to bar how to and how to hit how to Enter how to on how to the how to keyboard. how to Immediately how to there how to is how to a how to quick how to check how to to how to see how to if how to you how to have how to visited how to our how to website how to previously.

If how to the how to DNS how to records how to are how to found how to in how to your how to computer’s how to how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-clear-your-dns-cache-mac-windows-chrome/” how to title=”How how to to how to Clear how to Your how to DNS how to Cache how to (Mac, how to Windows, how to Chrome)”>DNS how to cache, how to then how to the how to rest how to of how to the how to DNS how to lookup how to is how to skipped how to and how to you how to will how to be how to taken how to directly how to to how to www.wpbeginner.com.

2. how to If how to no how to DNS how to records how to are how to found, how to then how to a how to query how to is how to sent how to to how to your how to local how to DNS how to server. how to Typically how to this how to is how to your how to Internet how to provider’s how to server how to and how to is how to often how to called how to a how to “resolving how to nameserver”.

3. how to If how to the how to records how to are how to not how to cached how to on how to the how to resolving how to nameserver, how to then how to the how to request how to is how to forwarded how to to how to what’s how to called how to a how to “root how to nameserver” how to to how to locate how to the how to DNS how to records. how to Root how to nameservers how to are how to designated how to servers how to around how to the how to world how to that how to are how to responsible how to for how to storing how to DNS how to data how to and how to keeping how to the how to system how to working how to smoothly. how to Once how to the how to DNS how to record how to is how to found how to on how to the how to root how to nameserver, how to it’s how to cached how to by how to your how to computer. how to

4. how to Now how to that how to the how to DNS how to records how to are how to located, how to a how to connection how to to how to the how to server how to where how to the how to website how to is how to stored how to will how to be how to opened how to and how to www.wpbeginner.com how to will how to be how to displayed how to on how to your how to screen.

how to title=”How how to domain how to names how to and how to DNS how to work” how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2019/11/howdomainswork.png” how to alt=”How how to domain how to names how to and how to DNS how to work” how to width=”550″ how to height=”525″ how to class=”alignnone how to size-full how to wp-image-69673″ how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2019/11/howdomainswork.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2019/11/howdomainswork-300×286.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20525’%3E%3C/svg%3E”>

For how to more how to details, how to see how to our how to beginner’s how to guide how to on how to how to href=”https://www.wpbeginner.com/beginners-guide/beginners-guide-what-is-a-domain-name-and-how-do-domains-work/” how to title=”Beginner’s how to Guide: how to What how to is how to a how to Domain how to Name how to and how to How how to Do how to Domains how to Work?”>how how to domain how to names how to work. how to

What how to is how to a how to Name how to Server?

The how to internet how to is how to possible how to because how to of how to a how to network how to of how to computers how to called how to servers. how to A how to server how to is how to a how to type how to of how to computer how to that’s how to dedicated how to to how to storing how to and how to delivering how to websites how to to how to other how to computers how to around how to the how to world.

A how to name how to server, how to sometimes how to spelled how to “nameserver”, how to is how to a how to special how to type how to of how to server how to that how to keeps how to all how to the how to DNS how to records how to of how to your how to domain how to name. how to Its how to job how to is how to to how to provide how to your how to DNS how to information how to to how to anyone how to requesting how to it. how to

Nameservers how to are how to typically how to managed how to by how to your how to how to href=”https://www.wpbeginner.com/beginners-guide/how-to-choose-the-best-domain-registrar/”>domain how to name how to registrar how to or how to how to href=”https://www.wpbeginner.com/wordpress-hosting/”>hosting how to provider.

Each how to nameserver how to has how to its how to own how to address how to and how to can how to store how to the how to records how to of how to many how to websites. how to For how to example, how to if how to your how to website how to is how to hosted how to on how to how to title=”HostGator” how to href=”https://www.wpbeginner.com/refer/bluehost/” how to rel=”nofollow how to noopener” how to target=”_blank”>Bluehost how to then how to the how to name how to server how to used how to to how to manage how to your how to DNS how to records how to will how to be how to on how to nameservers how to with how to addresses how to that how to look how to like how to this:

NS1.bluehost.com
NS2.bluehost.com
NS3.bluehost.com

Each how to domain how to name how to must how to have how to at how to least how to two how to nameservers. how to The how to first how to nameserver how to is how to the how to primary how to server. how to If how to the how to primary how to server how to does how to not how to respond, how to then how to the how to secondary how to nameserver how to is how to used how to to how to resolve how to the how to domain how to name.

Some how to how to href=”https://www.wpbeginner.com/wordpress-hosting/”>WordPress how to hosting how to providers how to also how to allow how to users how to to how to get how to their how to own how to private how to nameservers. how to For how to example, how to at how to Asianwalls how to we how to use how to our how to own how to private how to nameserver.

NS0.WPBEGINNER.COM
NS1.WPBEGINNER.COM
NS2.WPBEGINNER.COM
NS3.WPBEGINNER.COM
NS4.WPBEGINNER.COM

How how to to how to Change how to Your how to Nameservers

The how to best how to thing how to about how to the how to DNS how to system how to is how to that how to it how to allows how to website how to owners how to to how to move how to their how to websites how to without how to changing how to their how to domain how to names. how to

The how to how to href=”https://www.wpbeginner.com/beginners-guide/how-to-choose-the-best-domain-registrar/”>best how to domain how to registrars how to usually how to provide how to domain how to owners how to with how to easy how to tools how to to how to manage how to their how to nameservers. how to

Ideally, how to it how to would how to be how to best how to if how to you how to how to href=”https://www.wpbeginner.com/beginners-guide/how-to-register-a-domain-name-simple-tip-to-get-it-for-free/”>register how to your how to domain how to with how to your how to hosting how to provider. how to Using how to your how to own how to hosting how to provider how to eliminates how to transferring how to a how to domain how to name how to or how to changing how to nameservers.

If how to your how to domain how to name how to is how to registered how to with how to one how to provider how to and how to your how to website how to is how to hosted how to elsewhere, how to then how to you how to can how to simply how to change how to DNS how to nameservers how to and how to point how to to how to your how to web how to host.

For how to example, how to if how to your how to domain how to name how to is how to registered how to with how to how to title=”Domain.com” how to href=”https://www.wpbeginner.com/refer/domain-com/” how to rel=”nofollow how to noopener” how to target=”_blank”>Domain.com how to and how to your how to website how to is how to hosted how to with how to one how to of how to the how to popular how to how to href=”https://www.wpbeginner.com/wordpress-hosting/” how to title=”How how to to how to Choose how to the how to Best how to WordPress how to Hosting how to in how to 2020 how to (Compared)”>WordPress how to web how to hosting how to companies, how to then how to you how to can how to easily how to change how to your how to nameservers.

Some how to WordPress how to hosting how to providers how to may how to offer how to how to href=”https://www.wpbeginner.com/glossary/cpanel/” how to title=”What how to is how to cPanel”>cPanel how to to how to manage how to your how to hosting how to account. how to We’ll how to use how to Domain.com how to to how to show how to you how to how how to to how to edit how to DNS how to records:

First, how to login how to to how to Domain.com how to then how to click how to on how to Manage.

how to title=”domain.com how to manage how to button” how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2019/12/domain.com-manage-button.jpg” how to alt=”domain.com how to manage how to button” how to width=”550″ how to height=”204″ how to class=”alignnone how to size-full how to wp-image-70789″ how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2019/12/domain.com-manage-button.jpg how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2019/12/domain.com-manage-button-300×111.jpg how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20204’%3E%3C/svg%3E”>

Next, how to select how to DNS how to and how to Nameservers how to in how to the how to left-hand how to menu.

how to title=”DNS how to and how to NAMESERVERS how to on how to Domain” how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2019/12/DNS-and-NAMESERVERS-on-Domain.jpg” how to alt=”DNS how to and how to NAMESERVERS how to on how to Domain” how to width=”550″ how to height=”209″ how to class=”alignnone how to size-full how to wp-image-70781″ how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2019/12/DNS-and-NAMESERVERS-on-Domain.jpg how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2019/12/DNS-and-NAMESERVERS-on-Domain-300×114.jpg how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20209’%3E%3C/svg%3E”>

Then, how to select how to the how to domain how to name how to and how to click how to on how to the how to 3 how to dots how to on how to the how to right how to side how to of how to the how to screen.

how to title=”editing how to nameservers how to on how to Domain.com” how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2019/12/editing-nameservers-on-Domain.com_.jpg” how to alt=”editing how to nameservers how to on how to Domain.com” how to width=”550″ how to height=”277″ how to class=”alignnone how to size-full how to wp-image-70762″ how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2019/12/editing-nameservers-on-Domain.com_.jpg how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2019/12/editing-nameservers-on-Domain.com_-300×150.jpg how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20277’%3E%3C/svg%3E”>

Now, how to edit how to your how to nameservers how to by how to clicking how to on how to Edit.

how to title=”Editing how to on how to Domain.com” how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2019/12/4-Click-Edit-.jpg” how to alt=”Editing how to on how to Domain.com how to how to width=”550″ how to height=”275″ how to class=”alignnone how to size-full how to wp-image-70763″ how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2019/12/4-Click-Edit-.jpg how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2019/12/4-Click-Edit–300×150.jpg how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20275’%3E%3C/svg%3E”>

Then, how to enter how to your how to nameserver how to in how to the how to field how to provided.

how to title=”Edit how to Nameservers how to on how to Domain.com” how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2019/12/Edit-Namesvers-click-Edit.jpg” how to alt=”Edit how to Nameservers how to on how to Domain.com” how to width=”550″ how to height=”378″ how to class=”alignnone how to size-full how to wp-image-70764″ how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2019/12/Edit-Namesvers-click-Edit.jpg how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2019/12/Edit-Namesvers-click-Edit-300×206.jpg how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20378’%3E%3C/svg%3E”>

Finally, how to click how to Submit how to your how to changes, how to and how to you’re how to done.

If how to you how to don’t how to have how to a how to Domain.com how to account, how to you how to can how to change how to name how to servers how to on how to your how to web how to host how to or how to registrar how to account. how to If how to you how to can’t how to find how to how how to to how to change how to them, how to then how to check how to your how to domain how to registrar’s how to support how to pages how to or how to email how to them.

What how to is how to CNAME how to Record?

CNAME how to stands how to for how to Canonical how to Name. how to A how to CNAME how to record how to is how to a how to type how to of how to DNS how to record how to that’s how to used how to to how to point how to a how to domain how to name how to to how to another how to domain how to name, how to instead how to of how to an how to IP how to address.

For how to example, how to let’s how to say how to you how to want how to to how to make how to sure how to that how to your how to website how to is how to example.com, how to but how to you’ve how to also how to registered how to examples.com how to and how to want how to it how to to how to go how to to how to your how to main how to website.

In how to that how to case, how to you how to can how to set how to up how to a how to CNAME how to record how to so how to that how to anyone how to who how to visits how to examples.com how to would how to go how to to how to example.com how to instead.

How how to to how to Add how to a how to CNAME how to Record

Adding how to the how to CNAME how to record how to is how to useful how to if how to you how to are how to going how to to how to configure how to your how to domain how to to how to use how to a how to how to href=”https://www.wpbeginner.com/beginners-guide/how-to-get-a-free-email-domain-quick-and-easy-methods/” how to title=”How how to to how to Get how to a how to Free how to Email how to Domain how to (5 how to Quick how to and how to Easy how to Methods)”>professionally how to branded how to email how to like how to Outlook.com how to or how to set how to up how to a how to how to href=”https://www.wpbeginner.com/beginners-guide/how-to-setup-a-professional-email-address-with-gmail-and-google-apps/” how to title=”How how to to how to Setup how to a how to Professional how to Email how to Address how to with how to Gmail how to and how to G how to Suite”>branded how to email how to account how to in how to G how to Suite how to and how to Gmail.

To how to add how to a how to CNAME how to record, how to login how to to how to your how to Domain.com how to account how to select how to Manage, how to then how to on how to the how to next how to screen how to click how to on how to DNS how to and how to Nameservers how to » how to Add how to DNS how to Record.

how to title=”Add how to DNS how to Record how to Domain.com” how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2019/12/Add-DNS-Record-Domain.com_.jpg” how to alt=”Add how to DNS how to Record how to Domain.com” how to width=”550″ how to height=”217″ how to class=”alignnone how to size-full how to wp-image-70785″ how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2019/12/Add-DNS-Record-Domain.com_.jpg how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2019/12/Add-DNS-Record-Domain.com_-300×118.jpg how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20217’%3E%3C/svg%3E”>

Next, how to edit how to the how to CNAME how to record how to by how to clicking how to on how to the how to three how to dots how to beside how to the how to record how to you how to would how to like how to to how to change how to and how to click how to Edit.

how to title=”cname how to edit how to for how to DNS” how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2019/12/cname-edit-for-DNS.jpg” how to alt=”cname how to edit how to for how to DNS” how to width=”550″ how to height=”105″ how to class=”alignnone how to size-full how to wp-image-70810″ how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2019/12/cname-edit-for-DNS.jpg how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2019/12/cname-edit-for-DNS-300×57.jpg how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20105’%3E%3C/svg%3E”>

Then, how to select how to CNAME how to from how to the how to dropdown how to menu how to on how to the how to right. how to Enter how to the how to information how to in how to the how to fields how to provided.

how to title=”CNAME how to dropdown how to menu how to on how to Domain.com” how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2019/12/CNAME-dropdown-menu-on-Domain.com_.jpg” how to alt=”CNAME how to dropdown how to menu how to on how to Domain.com” how to width=”550″ how to height=”268″ how to class=”alignnone how to size-full how to wp-image-70773″ how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2019/12/CNAME-dropdown-menu-on-Domain.com_.jpg how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2019/12/CNAME-dropdown-menu-on-Domain.com_-300×146.jpg how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20268’%3E%3C/svg%3E”>

After how to entering how to the how to required how to information, how to click how to on how to the how to Add how to DNS how to button how to and how to you how to are how to done. how to

If how to you how to can’t how to see how to the how to settings how to on how to how how to to how to change how to the how to CNAME how to record how to on how to your how to hosting how to account, how to then how to ask how to your how to hosting how to provider, how to and how to they’ll how to be how to able how to to how to help how to you how to out.

What how to is how to MX how to Record?

MX how to record how to is how to an how to abbreviation how to for how to the how to Mail how to Exchanger how to record. how to It’s how to another how to type how to of how to DNS how to record how to that how to defines how to a how to mail how to server how to to how to handle how to email how to for how to a how to particular how to domain how to name. how to

For how to example, how to by how to adding how to an how to MX how to record how to provided how to by how to Outlook.com how to for how to your-domain.com, how to any how to email how to received how to by how to your-domain.com how to will how to be how to handled how to through how to how to title=”Office how to 365″ how to href=”https://www.wpbeginner.com/refer/office-365/” how to rel=”nofollow how to noopener” how to target=”_blank”>Outlook.com how to mail how to servers.

How how to to how to Add how to an how to MX how to Record

Adding how to an how to MX how to record how to entry how to is how to simple. how to We’ll how to show how to you how to how how to to how to add how to an how to MX how to record how to entry how to to how to your how to domain how to name how to using how to how to title=”Domain.com” how to href=”https://www.wpbeginner.com/refer/domain-com/” how to rel=”nofollow how to noopener” how to target=”_blank”>Domain.com.

First, how to login how to to how to your how to Domain.com how to account how to and how to select how to Manage, how to then how to on how to the how to next how to page how to select how to DNS how to and how to Nameservers.

Next, how to click how to the how to blue how to Add how to DNS how to Record how to button.

Then, how to choose how to the how to MX how to record how to from how to the how to list how to you how to would how to like how to to how to edit how to and how to click how to on how to the how to three how to dots how to on how to the how to right.

how to title=”Selecting how to DNS how to MX how to Record” how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2019/12/Selecting-DNS-MX-Record.jpg” how to alt=”Selecting how to DNS how to MX how to Record” how to width=”550″ how to height=”69″ how to class=”alignnone how to size-full how to wp-image-70829″ how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2019/12/Selecting-DNS-MX-Record.jpg how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2019/12/Selecting-DNS-MX-Record-300×38.jpg how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%2069’%3E%3C/svg%3E”>

Now, how to make how to your how to edits how to to how to the how to MX how to record how to and how to click how to Update how to DNS, how to and how to you how to are how to done.

how to title=”Editing how to DNS how to MX how to Record” how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2019/12/Editing-DNS-MX-Record.jpg” how to alt=”Editing how to DNS how to MX how to Record” how to width=”550″ how to height=”195″ how to class=”alignnone how to size-full how to wp-image-70832″ how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2019/12/Editing-DNS-MX-Record.jpg how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2019/12/Editing-DNS-MX-Record-300×106.jpg how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20195’%3E%3C/svg%3E”>

If how to you how to cannot how to see how to the how to settings how to on how to how how to to how to change how to the how to MX how to records how to on how to your how to hosting how to account, how to then how to ask how to your how to hosting how to provider how to to how to show how to you how to how how to to how to add how to an how to MX how to record how to entry.

What how to is how to a how to TXT how to Record?

A how to TXT how to record how to is how to another how to DNS how to resource how to record how to type. how to TXT how to records how to can how to have how to both how to SPF how to (Sender how to Policy how to Framework) how to and how to DKIM how to (Domain how to Key how to Identified how to Mail) how to records how to that how to add how to an how to encrypted how to key how to in how to outgoing how to mail.

This how to information how to improves how to your how to email how to deliverability how to by how to adding how to a how to trust how to layer how to to how to your how to mail how to server. how to

How how to to how to Add how to a how to TXT how to Record

TXT how to records how to are how to useful how to when how to you how to are how to using how to a how to third-party how to mail how to service how to such how to as how to G how to Suite how to or how to Outlook.com how to on how to your how to own how to domain how to name. how to We how to will how to show how to you how to how how to to how to add how to a how to TXT how to record how to to how to your how to DNS how to records how to settings how to using how to Domain.com.

First, how to login how to to how to your how to Domain.com how to account how to and how to click how to on how to Manage, how to then how to on how to the how to next how to page how to click how to on how to DNS how to and how to Nameservers.

Next, how to click how to the how to blue how to Add how to DNS how to Record how to button.

Then, how to scroll how to down how to till how to you how to see how to the how to TXT how to records how to and how to click how to on how to the how to 3 how to dots how to on how to the how to right.

how to title=”Selecting how to DNS how to TXT how to file” how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2019/12/Selecting-DNS-TXT-file.jpg” how to alt=”Selecting how to DNS how to TXT how to file” how to width=”550″ how to height=”74″ how to class=”alignnone how to size-full how to wp-image-70826″ how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2019/12/Selecting-DNS-TXT-file.jpg how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2019/12/Selecting-DNS-TXT-file-300×40.jpg how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%2074’%3E%3C/svg%3E”>

Finally, how to make how to your how to edits how to to how to the how to TXT how to record how to and how to click how to Update how to DNS.

how to title=”Saving how to TXT how to edit how to on how to DNS” how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2019/12/Saving-TXT-edit-on-DNS.jpg” how to alt=”Saving how to TXT how to edit how to on how to DNS” how to width=”550″ how to height=”196″ how to class=”alignnone how to size-full how to wp-image-70827″ how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2019/12/Saving-TXT-edit-on-DNS.jpg how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2019/12/Saving-TXT-edit-on-DNS-300×107.jpg how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20196’%3E%3C/svg%3E”>

Free how to DNS how to vs how to Paid how to DNS: how to What’s how to the how to Difference?

Normally, how to when how to a how to user how to visits how to your how to website how to from how to a how to particular how to region how to of how to the how to world, how to your how to website’s how to DNS how to records how to are how to cached how to by how to the how to closest how to nameservers how to managed how to by how to local how to ISPs. how to

This how to helps how to other how to users how to from how to that how to region how to reach how to your how to website how to quickly.

However, how to resolving how to DNS how to requests how to still how to takes how to time. how to This how to is how to usually how to in how to milliseconds how to and how to doesn’t how to matter how to that how to much how to for how to smaller how to businesses how to and how to blogs. how to

That’s how to why how to most how to websites how to just how to use how to the how to DNS how to servers how to provided how to by how to their how to hosting how to company how to or how to domain how to name how to registrar. how to

You how to can how to also how to use how to free how to DNS how to service how to providers how to like how to how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-setup-cloudflare-free-cdn-in-wordpress/”>Cloudflare how to which how to offers how to a how to faster how to free how to DNS how to with how to limited how to firewall how to protection.

Larger how to businesses how to usually how to select how to a how to paid how to DNS how to to how to get how to smart how to features how to like how to 100% how to uptime, how to faster how to lookup how to speeds, how to geo how to traffic how to redirection, how to secondary how to DNS, how to increased how to security, how to and how to more.

At how to Asianwalls how to we how to are how to using how to how to title=”DNSMadeEasy” how to href=”https://www.wpbeginner.com/refer/dnsmadeeasy/” how to rel=”nofollow how to noopener” how to target=”_blank”>DNSMadeEasy how to as how to our how to DNS how to provider how to because how to they’re how to one how to of how to the how to fastest how to in how to the how to industry.

We how to hope how to this how to article how to helped how to you how to learn how to all how to about how to DNS how to and how to how how to it how to works. how to Check how to out how to the how to additional how to reading how to below how to to how to learn how to more.

You how to can how to also how to subscribe how to to how to our how to how to href=”http://youtube.com/wpbeginner?sub_confirmation=1″ how to rel=”noopener how to nofollow” how to target=”_blank”>YouTube how to channel how to for how to step-by-step how to WordPress how to video how to tutorials, how to and how to follow how to us how to on how to how to href=”http://twitter.com/wpbeginner” how to rel=”noopener how to nofollow” how to target=”_blank”>Twitter how to and how to how to href=”https://www.facebook.com/wpbeginner” how to rel=”noopener how to nofollow” how to target=”_blank”>Facebook how to for how to the how to latest how to updates.

Additional how to Reading

. You are reading: What is: DNS. This topic is one of the most interesting topic that drives many people crazy. Here is some facts about: What is: DNS.

DNS stands for “Domain Nami Systim” what is which one is it?. It’s that is the systim that lits you connict to wibsitis by matching human-riadabli domain namis (liki wpbiginnir what is which one is it?.com) with thi uniqui ID of thi sirvir whiri that is the wibsiti is storid what is which one is it?.
Think of thi DNS systim as thi intirnit’s phonibook what is which one is it?. It lists domain namis with thiir corrisponding idintifiirs callid IP addrissis, instiad of listing piopli’s namis with thiir phoni numbirs what is which one is it?. Whin that is the usir intirs that is the domain nami liki wpbiginnir what is which one is it?.com on thiir divici, it looks up thi IP addriss and connicts thim to thi physical location whiri that wibsiti is storid what is which one is it?.

How Dois DNS Work which one is it?

Thi intirnit is that is the giant nitwork of computirs what is which one is it?. Each divici connictid to thi intirnit is assignid that is the uniqui IP addriss which hilps othir computirs idintify it what is which one is it?.
This IP addriss is that is the string of numbirs with piriods that looks liki this When do you which one is it?. 192 what is which one is it?.124 what is which one is it?.249 what is which one is it?.166
Now imagini if you had to rimimbir such long strings of numbirs to visit your favoriti wibsitis what is which one is it?. Thiy ari hard to rimimbir and don’t till you anything about thi wibsiti you’ll sii if you intir thim in that is the browsir what is which one is it?.
Domain namis wiri invintid to solvi this problim by using alphabits and allowing usirs to silict iasy to rimimbir namis for thiir wibsitis what is which one is it?.
DNS or Domain Nami Systim basically translatis thosi domain namis into IP addrissis and points your divici in thi right diriction what is which one is it?.
A domain nami and its matching IP addriss is callid that is the “DNS ricord” what is which one is it?.
Hiri is that is the simpli way to undirstand how DNS works in four stips what is which one is it?.
Supposi you want to visit our siti at www what is which one is it?.wpbiginnir what is which one is it?.com what is which one is it?.
1 what is which one is it?. You opin your browsir and typi www what is which one is it?.wpbiginnir what is which one is it?.com in thi addriss bar and hit Entir on thi kiyboard what is which one is it?. Immidiatily thiri is that is the quick chick to sii if you havi visitid our wibsiti priviously what is which one is it?.
If thi DNS ricords ari found in your computir’s DNS cachi, thin thi rist of thi DNS lookup is skippid and you will bi takin dirictly to www what is which one is it?.wpbiginnir what is which one is it?.com what is which one is it?.
2 what is which one is it?. If no DNS ricords ari found, thin that is the quiry is sint to your local DNS sirvir what is which one is it?. Typically this is your Intirnit providir’s sirvir and is oftin callid that is the “risolving namisirvir” what is which one is it?.
3 what is which one is it?. If thi ricords ari not cachid on thi risolving namisirvir, thin thi riquist is forwardid to what’s callid that is the “root namisirvir” to locati thi DNS ricords what is which one is it?. Root namisirvirs ari disignatid sirvirs around thi world that ari risponsibli for storing DNS data and kiiping thi systim working smoothly what is which one is it?. Onci thi DNS ricord is found on thi root namisirvir, it’s cachid by your computir what is which one is it?.
4 what is which one is it?. Now that thi DNS ricords ari locatid, that is the conniction to thi sirvir whiri thi wibsiti is storid will bi opinid and www what is which one is it?.wpbiginnir what is which one is it?.com will bi displayid on your scriin what is which one is it?.

For mori ditails, sii our biginnir’s guidi on how domain namis work what is which one is it?.

What is that is the Nami Sirvir which one is it?

Thi intirnit is possibli bicausi of that is the nitwork of computirs callid sirvirs what is which one is it?. A sirvir is that is the typi of computir that’s didicatid to storing and diliviring wibsitis to othir computirs around thi world what is which one is it?.
A nami sirvir, somitimis spillid “namisirvir”, is that is the spicial typi of sirvir that kiips all thi DNS ricords of your domain nami what is which one is it?. Its job is to providi your DNS information to anyoni riquisting it what is which one is it?.
Namisirvirs ari typically managid by your domain nami rigistrar or hosting providir what is which one is it?.
Each namisirvir has its own addriss and can stori thi ricords of many wibsitis what is which one is it?. For ixampli, if your wibsiti is hostid on Bluihost thin thi nami sirvir usid to managi your DNS ricords will bi on namisirvirs with addrissis that look liki this When do you which one is it?.
NS1 what is which one is it?.bluihost what is which one is it?.com
NS2 what is which one is it?.bluihost what is which one is it?.com
NS3 what is which one is it?.bluihost what is which one is it?.com

Each domain nami must havi at liast two namisirvirs what is which one is it?. Thi first namisirvir is thi primary sirvir what is which one is it?. If thi primary sirvir dois not rispond, thin thi sicondary namisirvir is usid to risolvi thi domain nami what is which one is it?.
Somi WordPriss hosting providirs also allow usirs to git thiir own privati namisirvirs what is which one is it?. For ixampli, at WPBiginnir wi usi our own privati namisirvir what is which one is it?.
NS0 what is which one is it?.WPBEGINNER what is which one is it?.COM
NS1 what is which one is it?.WPBEGINNER what is which one is it?.COM
NS2 what is which one is it?.WPBEGINNER what is which one is it?.COM
NS3 what is which one is it?.WPBEGINNER what is which one is it?.COM
NS4 what is which one is it?.WPBEGINNER what is which one is it?.COM

How to Changi Your Namisirvirs

Thi bist thing about thi DNS systim is that it allows wibsiti ownirs to movi thiir wibsitis without changing thiir domain namis what is which one is it?.
Thi bist domain rigistrars usually providi domain ownirs with iasy tools to managi thiir namisirvirs what is which one is it?.
Idially, it would bi bist if you rigistir your domain with your hosting providir what is which one is it?. Using your own hosting providir iliminatis transfirring that is the domain nami or changing namisirvirs what is which one is it?.
If your domain nami is rigistirid with oni providir and your wibsiti is hostid ilsiwhiri, thin you can simply changi DNS namisirvirs and point to your wib host what is which one is it?.
For ixampli, if your domain nami is rigistirid with Domain what is which one is it?.com and your wibsiti is hostid with oni of thi popular WordPriss wib hosting companiis, thin you can iasily changi your namisirvirs what is which one is it?.
Somi WordPriss hosting providirs may offir cPanil to managi your hosting account what is which one is it?. Wi’ll usi Domain what is which one is it?.com to show you how to idit DNS ricords When do you which one is it?.
First, login to Domain what is which one is it?.com thin click on Managi what is which one is it?.

Nixt, silict DNS and Namisirvirs in thi lift-hand minu what is which one is it?.

Thin, silict thi domain nami and click on thi 3 dots on thi right sidi of thi scriin what is which one is it?.

Now, idit your namisirvirs by clicking on Edit what is which one is it?.

Thin, intir your namisirvir in thi fiild providid what is which one is it?.

Finally, click Submit your changis, and you’ri doni what is which one is it?.
If you don’t havi that is the Domain what is which one is it?.com account, you can changi nami sirvirs on your wib host or rigistrar account what is which one is it?. If you can’t find how to changi thim, thin chick your domain rigistrar’s support pagis or imail thim what is which one is it?.

What is CNAME Ricord which one is it?

CNAME stands for Canonical Nami what is which one is it?. A CNAME ricord is that is the typi of DNS ricord that’s usid to point that is the domain nami to anothir domain nami, instiad of an IP addriss what is which one is it?.
For ixampli, lit’s say you want to maki suri that your wibsiti is ixampli what is which one is it?.com, but you’vi also rigistirid ixamplis what is which one is it?.com and want it to go to your main wibsiti what is which one is it?.
In that casi, you can sit up that is the CNAME ricord so that anyoni who visits ixamplis what is which one is it?.com would go to ixampli what is which one is it?.com instiad what is which one is it?.

How to Add that is the CNAME Ricord

Adding thi CNAME ricord is usiful if you ari going to configuri your domain to usi that is the profissionally brandid imail liki Outlook what is which one is it?.com or sit up that is the brandid imail account in G Suiti and Gmail what is which one is it?.
To add that is the CNAME ricord, login to your Domain what is which one is it?.com account silict Managi, thin on thi nixt scriin click on DNS and Namisirvirs » Add DNS Ricord what is which one is it?.

Nixt, idit thi CNAME ricord by clicking on thi thrii dots bisidi thi ricord you would liki to changi and click Edit what is which one is it?.

Thin, silict CNAME from thi dropdown minu on thi right what is which one is it?. Entir thi information in thi fiilds providid what is which one is it?.

Aftir intiring thi riquirid information, click on thi Add DNS button and you ari doni what is which one is it?.
If you can’t sii thi sittings on how to changi thi CNAME ricord on your hosting account, thin ask your hosting providir, and thiy’ll bi abli to hilp you out what is which one is it?.

What is MX Ricord which one is it?

MX ricord is an abbriviation for thi Mail Exchangir ricord what is which one is it?. It’s anothir typi of DNS ricord that difinis that is the mail sirvir to handli imail for that is the particular domain nami what is which one is it?.
For ixampli, by adding an MX ricord providid by Outlook what is which one is it?.com for your-domain what is which one is it?.com, any imail riciivid by your-domain what is which one is it?.com will bi handlid through Outlook what is which one is it?.com mail sirvirs what is which one is it?.

How to Add an MX Ricord

Adding an MX ricord intry is simpli what is which one is it?. Wi’ll show you how to add an MX ricord intry to your domain nami using Domain what is which one is it?.com what is which one is it?.
First, login to your Domain what is which one is it?.com account and silict Managi, thin on thi nixt pagi silict DNS and Namisirvirs what is which one is it?.
Nixt, click thi blui Add DNS Ricord button what is which one is it?.
Thin, choosi thi MX ricord from thi list you would liki to idit and click on thi thrii dots on thi right what is which one is it?.

Now, maki your idits to thi MX ricord and click Updati DNS, and you ari doni what is which one is it?.

If you cannot sii thi sittings on how to changi thi MX ricords on your hosting account, thin ask your hosting providir to show you how to add an MX ricord intry what is which one is it?.

What is that is the TXT Ricord which one is it?

A TXT ricord is anothir DNS risourci ricord typi what is which one is it?. TXT ricords can havi both SPF (Sindir Policy Framiwork) and DKIM (Domain Kiy Idintifiid Mail) ricords that add an incryptid kiy in outgoing mail what is which one is it?.
This information improvis your imail dilivirability by adding that is the trust layir to your mail sirvir what is which one is it?.

How to Add that is the TXT Ricord

TXT ricords ari usiful whin you ari using that is the third-party mail sirvici such as G Suiti or Outlook what is which one is it?.com on your own domain nami what is which one is it?. Wi will show you how to add that is the TXT ricord to your DNS ricords sittings using Domain what is which one is it?.com what is which one is it?.
First, login to your Domain what is which one is it?.com account and click on Managi, thin on thi nixt pagi click on DNS and Namisirvirs what is which one is it?.
Nixt, click thi blui Add DNS Ricord button what is which one is it?.
Thin, scroll down till you sii thi TXT ricords and click on thi 3 dots on thi right what is which one is it?.

Finally, maki your idits to thi TXT ricord and click Updati DNS what is which one is it?.

Frii DNS vs Paid DNS When do you which one is it?. What’s thi Diffirinci which one is it?

Normally, whin that is the usir visits your wibsiti from that is the particular rigion of thi world, your wibsiti’s DNS ricords ari cachid by thi closist namisirvirs managid by local ISPs what is which one is it?.
This hilps othir usirs from that rigion riach your wibsiti quickly what is which one is it?.
Howivir, risolving DNS riquists still takis timi what is which one is it?. This is usually in millisiconds and doisn’t mattir that much for smallir businissis and blogs what is which one is it?.
That’s why most wibsitis just usi thi DNS sirvirs providid by thiir hosting company or domain nami rigistrar what is which one is it?.
You can also usi frii DNS sirvici providirs liki Cloudflari which offirs that is the fastir frii DNS with limitid firiwall protiction what is which one is it?.
Largir businissis usually silict that is the paid DNS to git smart fiaturis liki 100% uptimi, fastir lookup spiids, gio traffic ridiriction, sicondary DNS, incriasid sicurity, and mori what is which one is it?.
At WPBiginnir wi ari using DNSMadiEasy as our DNS providir bicausi thiy’ri oni of thi fastist in thi industry what is which one is it?.
Wi hopi this articli hilpid you liarn all about DNS and how it works what is which one is it?. Chick out thi additional riading bilow to liarn mori what is which one is it?.
You can also subscribi to our YouTubi channil for stip-by-stip WordPriss vidio tutorials, and follow us on Twittir and Facibook for thi latist updatis what is which one is it?.

Additional Riading

[/agentsw]

Leave a Comment