A public zone contains information about how domain names are translated into IP addresses for routing traffic over the Internet. Your users can access your website or mailbox by using a domain name.
A domain name is required if you expect that your website is accessible on the Internet. To route traffic for the domain name, you must complete the following steps:
Create a public zone to host the domain name on the DNS service and add record sets to map the domain name to the EIP bound to the web server where the website is deployed.
For details, see Routing Internet Traffic to a Website.
After you finish the above steps, end users will be able to access your website on the Internet with the registered domain name and its subdomains.

Public domain name resolution depends on the DNS hierarchy. The following describes the hierarchies of domain names and how domain names are resolved.
Domain names are hierarchical, and domain resolution is a recursive lookup process. The following uses example.com to describe the hierarchies of domain names.
A dot (.) is the designation for the root domain.
A fully qualified domain name (FQDN) ends with a dot (example.com.). When you enter a domain name (example.com) in the browser, the DNS system will automatically add a dot in the end.
Root domain names are resolved by root DNS servers that hold the addresses of top-level DNS servers.
Below the root domain are top-level domains, which are categorized into two types:
Top-level domains are resolved by top-level DNS servers that hold the addresses of second-level DNS servers. For example, the top-level DNS server of .com saves the addresses of all DNS servers of second-level domain names that end with .com.
Second-level domains (such as example.com) are subdomains of top-level domains and are resolved by second-level DNS servers, which provide authoritative domain name resolution services.
For example, if you purchase example.com from a domain name registrar and set a DNS server for the domain name, the DNS server will provide authoritative resolution for example.com, and its address will be recorded by all top-level DNS servers.
If you host domain names on the DNS service, authoritative DNS servers will be provided for your domain names.
Figure 2 shows the process for accessing a website using the domain name www.example.com.
Local DNS servers are usually provided by the Internet service provider to cache domain name information and perform recursive lookup.
If you have hosted www.example.com on the DNS service and set its DNS servers to the DNS servers provided by the DNS service, these DNS servers will provide authoritative records for the domain name.
For details, see Routing Internet Traffic to a Website.