From 49daadf14c691232abcd178b4f69445bc9a1c09f Mon Sep 17 00:00:00 2001 From: Kevin CHEN <33132228+KevinZonda@users.noreply.github.com> Date: Wed, 16 Jun 2021 12:35:22 +0100 Subject: Fix Glossary/DNS, zh-CN (#1211) fix #1158 --- files/zh-cn/glossary/dns/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files') diff --git a/files/zh-cn/glossary/dns/index.html b/files/zh-cn/glossary/dns/index.html index 1e51b0c146..451ef4fd08 100644 --- a/files/zh-cn/glossary/dns/index.html +++ b/files/zh-cn/glossary/dns/index.html @@ -7,9 +7,9 @@ tags: - 域名系统 translation_of: Glossary/DNS --- -
DNS (Domain Name System) 域名系统,是一个层次化、分散化的Internet连接资源命名系统。DNS维护着一个包含{{glossary("domain name","域名")}}与对应资源例如{{Glossary("IP address","IP地址")}}的列表.
+DNS (Domain Name System) 域名系统,是一个层次化、分散化的Internet连接资源命名系统。DNS维护着一个包含{{glossary("domain name","域名")}}与对应资源例如{{Glossary("IP address","IP地址")}}的列表。
-DNS最突出的功能是将易于记忆的域名(例如mozilla.org)翻译成为数字化的IP地址(例如151,106,5,172).这一从域名到IP地址的映射过程被成为DNS查询(DNS lookup),与之对应,DNS反向查询(rDNS)用来找到与IP地址对应的域名.
+DNS最突出的功能是将易于记忆的域名(例如mozilla.org)翻译成为数字化的IP地址(例如151.106.5.172)。这一从域名到IP地址的映射过程被称为DNS查询(DNS lookup),与之对应,DNS反向查询(rDNS)用来找到与IP地址对应的域名。