From eaef64145457b320674dad2ec734413a62b67327 Mon Sep 17 00:00:00 2001 From: 2hou2hou <76297759@qq.com> Date: Wed, 14 Aug 2024 10:46:22 +0800 Subject: [PATCH] Update readme.md Modify the wrong address --- dns/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/readme.md b/dns/readme.md index 5a85436..c456fee 100644 --- a/dns/readme.md +++ b/dns/readme.md @@ -71,7 +71,7 @@ The DNS namespace is organized into a tree that contains both forward mappings a Every complete hostname (e.g., nubark.atrust.com) is a node in the forward branch of the tree, and (in theory) every IP address is a node in the reverse branch. -To allow the same DNS system to manage both names (which have the most significant information on the right), and IP addresses (on left), the IP branch of the namespace is inverted by listing the octets of the IP address backwards. For example if host `nubark.atrust.com` has IP `63.173.189.1`, the corresponding node of the forward branch is `nubark.atrust.com.` and the node of the reverse branch is `1.189.173.53.in-addr.arpa.`. Both of these names end with a dot, just as the full pathnames of files always start with slash. That makes the **Fully Qualified Domain Names** or FQDNs. +To allow the same DNS system to manage both names (which have the most significant information on the right), and IP addresses (on left), the IP branch of the namespace is inverted by listing the octets of the IP address backwards. For example if host `nubark.atrust.com` has IP `63.173.189.1`, the corresponding node of the forward branch is `nubark.atrust.com.` and the node of the reverse branch is `1.189.173.63.in-addr.arpa.`. Both of these names end with a dot, just as the full pathnames of files always start with slash. That makes the **Fully Qualified Domain Names** or FQDNs. Two types of TLDs exists: country code domains (ccTLDs) and generic domains (gTLDs).