From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/glossary/domain/index.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 files/zh-cn/glossary/domain/index.html (limited to 'files/zh-cn/glossary/domain') diff --git a/files/zh-cn/glossary/domain/index.html b/files/zh-cn/glossary/domain/index.html new file mode 100644 index 0000000000..f2a26d24de --- /dev/null +++ b/files/zh-cn/glossary/domain/index.html @@ -0,0 +1,30 @@ +--- +title: 域 +slug: Glossary/Domain +tags: + - 域 +translation_of: Glossary/Domain +--- +

域是互联网中控制其自身资源的"权威"。它的“域名”是一种在{{Glossary("URL")}}中作为这个层次结构的一部分来标记出这种“权威性”的方式-通常是最令人难忘的部分,例如品牌名称。

+ +

完全限定域名(FQDN)包含通过 {{Glossary("DNS")}} 系统明确地按名称查找此“权威”的所有必要部分。

+ +

 

+ +

For example, in "developer.mozilla.org":

+ +
    +
  1. "org" is called a {{interwiki("wikipedia", "Top-level_domain", "top-level domain")}}. They are registered as an internet standard by the {{interwiki("wikipedia", "Internet_Assigned_Numbers_Authority", "IANA")}} . Here, "org" means "organization" which is defined in a top-level domain registry.
  2. +
  3. "mozilla" is the domain. If you like to own a domain you have to register it with one of the many {{interwiki("wikipedia", "Domain_name_registrar", "registrars")}} who are allowed to do so with a top-level domain registry.
  4. +
  5. "developer" is a "sub-domain", something you as the owner of a domain may define yourself. Many owners choose to have a subdomain "www" to point to their {{Glossary("World_Wide_Web")}} resource, but that's not required (and has even fallen somewhat out of favor).
  6. +
+ +

 

+ +

 

+ +

学习更多

+ + -- cgit v1.2.3-54-g00ecf