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/ja/glossary/tld/index.html | 41 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 files/ja/glossary/tld/index.html (limited to 'files/ja/glossary/tld') diff --git a/files/ja/glossary/tld/index.html b/files/ja/glossary/tld/index.html new file mode 100644 index 0000000000..bcd6c26673 --- /dev/null +++ b/files/ja/glossary/tld/index.html @@ -0,0 +1,41 @@ +--- +title: TLD (トップレベルドメイン) +slug: Glossary/TLD +tags: + - Glossary + - Web + - WebMechanics +translation_of: Glossary/TLD +--- +

TLD (トップレベルドメイン)は、インターネットの階層的な {{Glossary("DNS")}} (ドメインネームシステム) で最も一般的な {{Glossary("domain")}} です。TLD は {{Glossary("domain name")}} の最後の要素です。例えば、developer.mozilla.org の "org" です。

+ +

{{Glossary("ICANN")}} (Internet Corporation for Assigned Names and Numbers) designates organizations to manage each TLD. Depending on how strict an administrating organization might be, TLD often serves as a clue to the purpose, ownership, or nationality of a website.

+ +

Consider an example Internet address: https://developer.mozilla.org
+ Here org is the TLD; mozilla.org is the second-level domain name; and developer is a subdomain name. All together, these constitute a fully-qualified domain name; the addition of https:// makes this a complete URL.

+ +

{{Glossary("IANA")}} today distinguishes the following groups of top-level domains:

+ +
+
country-code top-level domains (ccTLD)
+
Two-character domains established for countries or territories. Example: .us for United States.
+
internationalized country code top-level domains (IDN ccTLD)
+
ccTLDs in non-Latin character sets (e.g., Arabic or Chinese).
+
generic top-level domains (gTLD)
+
Top-level domains with three or more characters.
+
unsponsored top-level domains
+
Domains that operate directly under policies established by ICANN processes for the global Internet community, for example "com" and "edu".
+
sponsored top-level domains (sTLD)
+
These domains are proposed and sponsored by private organizations that decide whether an applicant is eligible to use the TLD, based on community theme concepts.
+
infrastructure top-level domain
+
This group consists of one domain, the {{Glossary("ARPA", "Address and Routing Parameter Area")}} (ARPA).
+
+ +

Learn more

+ +

General knowledge

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