blob: 1e51b0c146443f941aae9372d335a76c255e090a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
title: DNS
slug: Glossary/DNS
tags:
- DNS
- Web
- 域名系统
translation_of: Glossary/DNS
---
<p>DNS (Domain Name System) 域名系统,是一个层次化、分散化的Internet连接资源命名系统。DNS维护着一个包含{{glossary("domain name","域名")}}与对应资源例如{{Glossary("IP address","IP地址")}}的列表.</p>
<p>DNS最突出的功能是将易于记忆的域名(例如mozilla.org)翻译成为数字化的IP地址(例如151,106,5,172).这一从域名到IP地址的映射过程被成为<strong>DNS查询(DNS lookup)</strong>,与之对应,<strong>DNS反向查询(rDNS)</strong>用来找到与IP地址对应的域名.</p>
<h2 id="更多">更多</h2>
<h3 id="常识">常识</h3>
<ul>
<li><a href="/en-US/Learn/Understanding_domain_names">理解域名</a></li>
<li>在维基百科上的 {{interwiki("wikipedia", "Domain_Name_System", "Domain Name System")}} (DNS)</li>
</ul>
|