×
Community Blog Essential Guide to Alibaba Cloud Domain Name System (DNS)

Essential Guide to Alibaba Cloud Domain Name System (DNS)

In this article, we will discuss about the Alibaba Cloud Domain Name System (DNS) product and explore its various benefits.

By Sai Sarath Chandra, Alibaba Cloud Tech Share Author. Tech Share is Alibaba Cloud’s incentive program to encourage the sharing of technical knowledge and best practices within the cloud community.

In this article, we will discuss about the Alibaba Cloud Domain Name System (DNS) product and explore its benefits. Whether you are just starting out or are already a user of a third-party DNS service, you can learn about Alibaba Cloud DNS in this article. We will discuss about:

  1. What is DNS?
  2. What are different use cases of DNS?
  3. How is Alibaba Cloud DNS service is different from others?

Before we go further, you need an Alibaba Cloud account for carrying out the steps in this article. If you don’t have one, you can get a free one by clicking on this link.

IP Addresses and DNS

All applications and services available on the web are mapped to a unique series of numbers called IP addresses. IP addresses are essential in IP (Internet Protocol), which itself is a connectionless protocol that receives information in smaller units called packets.

The length of an IP address vary depending on whether it is IPv4 or IPv6. An IP address is 32 bits long in IPv4 but is 128 bits long in IPv6. In IPv4, IP addresses can be any number between "0.0.0.0" to "255.255.255.255", which contains 4,294,967,296 (232) IPv4 addresses.

Because every physical system connected to Internet is identified by a unique IP address, the address space for IPv4 is insufficient. IPv6 was introduced to solve the issue of IP address exhaustion. However, for simplicity, we'll only talk about IPv4 in this article.

In real production scenarios, you may have a large amount of devices or websites connected to your network. Because IP addresses are just numbers, it can be quite tricky for people to memorize the addresses for every device. Therefore, we give them a unique name in a "readable" format – called domain names. For example, the IP address 47.88.251.174 corresponds to www.alibabacloud.com. This is called a Uniform Resource Locator (URL).

The Domain Name System (DNS) maps URL to IP addresses and IP addresses to URLs. With DNS, especially with Alibaba Cloud DNS, you can do much more than mapping a domain name to a IP Address. Alibaba Cloud DNS also provides a GEO DNS, which will synchronize the information to global nodes allowing for faster access.

Whenever users visit your domain name, they are basically just making a query to the DNS server, which in turn resolves the IP Address of the related Domain Name (website). For attackers, they can create an automated bot or program to make repeated queries to your server. This can overload your server, making your website or app unavailable for other users. This is called Denial-of-Service (DoS) Attack. If the attack originated from multiple sources, this is called a Distributed Denial-of-Service (DDoS) Attack. You can guard your website from this type of attack and you can achieve this with DNS.

How to Set Up Alibaba Cloud DNS

To start off, you just need to buy a domain name in Alibaba Cloud using Domains in your console.

On your console, navigate to Alibaba Cloud DNS and you will see the following screen.

1

Click on Add Domain Name

2

If you click on Configure, you will see the following screen. Your screen may not be identical with mine, but don’t worry. You will have to add a new record if you are using a new domain.

3

Click on Add Record and you will see the following screen

4

Your host may not be the same as mine (I'm using codertuts.com). Let’s look at the options for the "Type" field.

5

There are 8 options for you to choose from, and it is very important to understand what these are and which scenarios we use them.

A Record

Here, "A" stands for Address. When you are adding an A record, you are mapping the IPv4 address of the Instance with the Domain Name. You can also have the multiple A records for the same Domain Name.

CNAME Record

"CNAME" stands for Canonical name. As the name implies, it is used to map the canonical name to the Domain. For example, if I want to map "codertutorials.com" to "codertuts.com" then I should select this option.

6

AAAA Record

This is very much similar to the A Record. The only difference is that you will map the IPV6 version of IP address instead of the IPv4 address in A Record. All other values remain the same.

NS Record

NS Stands for Name servers. If you have your website in parts, then you need to use NS Record to map the Domain Name with your deployment. If you deployed your website on an ECS Instance or equivalent server, it will generate an IP and you can map it using the A Record. But if you already own a domain and you bought shared hosting for the deployment from another seller, you will get NS names, which can be used for mapping.

MX Record

MX Record stands for Mail Exchange. This configuration is used by mail servers to know where to deliver the mail. For example, if I send a mail to "admin@codertuts.com" it will check for the MX record for "codertuts.com". If it is not found, then by default it will check for the A record corresponding to that.

7

You also have the field "MX Priority", which specifies what priority the records are queried (smaller value means higher priority. Suppose you have 3 MX Records with different priorities say 5,10,15 then mail coming to codertuts.com will check for the server IP of the MX Record with priority 5 then if that doesn’t work then it will check for the Priority 10 then 15. Alibaba Cloud DNS provide 1-50 priority, theoretically you can map 50 Mail Exchange Servers.

SRV Record

SRV sands for Service. This is to map the IP's or Domain names of the specific services. This is primarily used to SIP & TCP protocols. The "Value" will be either SIP & TCP.

TXT Record

Short for TEXT Record. This is to provide any information related to the server in text form. The value should not be more than 255 characters.

CAA Record

CAA stands for Certificate Authority Authorization. This record is used specify which certificate authorities are allowed to publish certificates. If this record is not specified, any CA is allowed to issue certificate.

In additional to these options, there are two additional fields worth discussing: TTL and ISP Line. TTL stands for Time-to-live (in seconds). The maximum time the server can hold the mapping in the cache before refresh. ISP stands for Internet Service Provider. This will specify where you query resolution should happen to.

Benefits of Alibaba Cloud DNS

  1. Alibaba Cloud DNS leverages the great range security products from Alibaba Cloud, which protects the systems of Alibaba Group. Alibaba Cloud DNS provides the Anti-DDoS protection up to 500,000 QPS.
  2. Alibaba Cloud provides GEO DNS which make sure of the reliability, accuracy, the synchronization of all the information in real-time and provides early resolution to all the queries.
  3. Alibaba Cloud can handle up to 40 million QPS and holds around 20 million domain names. If you are looking for developing a product on Alibaba Cloud DNS you have 40 open API’s exposed exclusively for enterprises and developers.
  4. Using Alibaba Cloud DNS you can use even redirect bots to a separate service which are also responsible for reducing your website speed. You can use Search line for redirecting bots for crawling your website even your website shuts down.

How Is Alibaba Cloud DNS from Others?

Below are some of the features that make Alibaba Cloud DNS stand out when comparing with shared hosting providers.

  1. You can leverage the RAM (Resource Access Management) product of Alibaba Cloud Service to assign appropriate roles and controls to different users of DNS service.
  2. You can also use DNS load balancing provided by default. You can choose either Round Robin load balancing or weighted Round Robin. Make sure to set this up correctly.
  3. Alibaba Cloud DNS has an easy-to-use interface. You need not to worry about interacting with API's with the console.

Conclusion

There are lot of things you can do with Alibaba Cloud DNS, including protecting your websites and apps from DDoS attacks.

New to Alibaba Cloud? Sign up for an account and try over 40 products for free worth up to $1200. Or visit Getting Started with Alibaba Cloud to learn more.

1 2 2
Share on

Alibaba Clouder

2,605 posts | 747 followers

You may also like

Comments

Raja_KT February 12, 2019 at 6:25 am

Good one. I think AAAA is better . How about the prospect and future of IPv4? Maybe if we can see the advantages of CNAME...

Alibaba Clouder

2,605 posts | 747 followers

Related Products