- What's New
- Function Overview
- Service Overview
- Getting Started
-
User Guide
- Public Zones
- Private Zones
- Record Sets
- PTR Records
- Intelligent Resolution
- Permissions Management
- Using CTS to Collect DNS Key Operations
- Quota Adjustment
- Change History
-
API Reference
- Before You Start
- API Overview
- Calling APIs
- APIs
- Examples
- Permissions Policies and Supported Actions
- Appendix
- Best Practices
-
FAQs
-
DNS Overview
- Will I Be Billed for the DNS Service?
- How Many Zones, PTR Records, and Record Sets Can I Create?
- What Are Huawei Cloud DNS Servers?
- What Are Huawei Cloud Private DNS Server Addresses?
- What Are the Differences Between Public and Private Domain Names?
- Does DNS Support IPv6?
- Does DNS Support Explicit and Implicit URLs?
- Does DNS Support Dynamic Domain Name Resolution?
- Does DNS Support Wildcard Entries?
- What Is TTL?
- How Many Domain Name Levels Does DNS Support?
- How Are Zones Queried to Resolve a Domain Name?
- What Are the Priorities of Resolution Lines?
- Why Was the Email Address Format Changed in the SOA Record?
- What Is CAA?
- Why Should I Set Priority For an MX Record Set?
- Can DNS Point a Domain Name to a Specific Port?
- Invalid Domain Resolution
- Website Access Failures
-
Public Zones
- Why Is a Message Indicating Conflict with an Existing Record Set Displayed When I Add a Record Set?
- How Do I Add Record Sets to Subdomains?
- Which IP Address Is Returned for the Domain Name If There Are Multiple IP Addresses in a Record Set?
- Can I Modify a Zone?
- Can DNS Translate a Domain Name to IP Addresses of On-premises Servers or Third-Party Servers?
- How Can Multiple Domain Names Be Linked to the Same Website?
- How Do I View and Change the DNS Servers of a Domain Name?
-
Private Zones
- Why Is a Message Indicating Conflict with an Existing Record Set Displayed When I Add a Record Set?
- How Do I Change Default DNS Servers of an ECS to Huawei Cloud Private DNS Servers?
- How Can I Access an ECS Using Its Host Name?
- How Can I Map the Private IP Address of an ECS to a Domain Name?
- How Can I Use a Private Domain Name to Route Internet Traffic?
- Can I Use Private Domain Names Across Regions?
- Do I Need to Register Private Domain Names?
- Will a Deleted VPC Be Automatically Disassociated from the Private Zone?
- Are Private DNS Server Addresses the Same for All Users?
- What Are the Restrictions on Concurrent Private DNS Requests?
- Reverse Resolution
- Domain Transfer
-
DNS Overview
Show all
Which IP Address Is Returned for the Domain Name If There Are Multiple IP Addresses in a Record Set?
You can configure multiple IP addresses in A and AAAA record sets.
If you have configured multiple IP addresses for an A or AAAA record set, all configured IP addresses will be returned for each query in a random sequence, and the first IP address will be used.
The following describes how a domain name is resolved:
- An end user enters a domain name in a browser, and the request for the domain name is sent to the local DNS server.
- The local DNS server forwards the request to the authoritative DNS server.
- The authoritative DNS server returns all IP addresses to the local DNS server in a random sequence.
- The local DNS server returns all IP addresses to the browser.
- The browser uses the first IP address for connection.
Statistically, the probability of returning each IP address is approximately the same.
The following is an example how IP addresses are returned for a domain name. You have a website with a domain name of example.com and deployed on three servers. The IP addresses of the three servers are 192.168.1.1, 192.168.1.2, and 192.168.1.3.
An A record set is configured for example.com, with the Value field set to the three IP addresses.
Table 1 describes the IP addresses returned when different end users access the website.
End User |
IP Addresses Returned by the Local DNS Server |
IP Address Accessed by the Browser |
---|---|---|
User A |
192.168.1.1 192.168.1.2 192.168.1.3 |
192.168.1.1 |
User B |
192.168.1.2 192.168.1.1 192.168.1.3 |
192.168.1.2 |
User C |
192.168.1.3 192.168.1.1 192.168.1.2 |
192.168.1.3 |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.