# 简介

### 域名

域名（Domain Name）是用于识别一个或多个 IP 地址的字符串，用于标识互联网上的一个服务器、主机、组织或其它资源。域名可以简化互联网上的寻址系统，因为人们更容易记住一个易于记忆的域名而不是一串复杂的数字。域名通常由若干个部分组成，每个部分用点号分隔开，例如"example.com"。在域名系统中，每个域名对应着一个或多个 IP 地址，这样用户就可以通过域名来访问相应的服务器或主机。

### 权威解析

权威解析（Authoritative DNS）指的是域名解析过程中，由域名的授权服务器（也称为域名的权威服务器）提供的解析结果。授权服务器存储了该域名下所有主机记录的信息，当其他DNS服务器查询该域名下的解析记录时，授权服务器会提供权威解析结果。

具体来说，当你在浏览器输入一个网址，比如www\.example.com，本地DNS服务器会首先查询自己的缓存中是否存在该域名对应的解析记录。如果不存在，本地DNS服务器会向根域名服务器查询该域名对应的顶级域名服务器（如.com域名的顶级域名服务器）。顶级域名服务器返回该域名的权威服务器地址，本地DNS服务器再向该权威服务器查询该域名的解析结果，这个结果就是权威解析。

### Zenlayer DNS

Zenlayer DNS是提供权威DNS解析管理服务的平台。在这个平台上我们可以非常简单的进行域名托管、配置域名智能解析，轻松的将终端用户路由到最佳的可用资源上，能够显著的改善应用程序、流媒体服务等等业务的用户体验。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dnsdoczh.routerman.ecn.zenlayer.net/introduction/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
