diff --git a/categories/infrastructure-and-networking/rules-to-better-internet-and-networks.md b/categories/infrastructure-and-networking/rules-to-better-internet-and-networks.md index f18f0c32638..655c8986ba7 100644 --- a/categories/infrastructure-and-networking/rules-to-better-internet-and-networks.md +++ b/categories/infrastructure-and-networking/rules-to-better-internet-and-networks.md @@ -24,7 +24,7 @@ index: - how-to-find-your-mac-address - do-you-use-network-intrusion-prevention-systems - do-you-know-how-to-setup-a-pptp-vpn-in-windows-7 -- dns-what-and-how-it-works +- what-is-dns --- Networks are the lifeblood of any business. This is why we have developed a few rules for better Internet and Networks. diff --git a/categories/infrastructure-and-networking/rules-to-better-system-administrators.md b/categories/infrastructure-and-networking/rules-to-better-system-administrators.md index 5b50ac98700..f7af8e294d1 100644 --- a/categories/infrastructure-and-networking/rules-to-better-system-administrators.md +++ b/categories/infrastructure-and-networking/rules-to-better-system-administrators.md @@ -35,7 +35,7 @@ index: - ups-send-email - entra-group-access-reviews - run-rsat-from-non-domain-computer -- dns-what-and-how-it-works +- what-is-dns --- System Administrators (SysAdmins) are the lifeblood of any business. They mantain the infrastructure, networks and systems and cloud of businesses. This is why we have developed these standards for better System Administrators. diff --git a/rules/dns-what-and-how-it-works/DNS-how-it-works.png b/rules/what-is-dns/DNS-how-it-works.png similarity index 100% rename from rules/dns-what-and-how-it-works/DNS-how-it-works.png rename to rules/what-is-dns/DNS-how-it-works.png diff --git a/rules/dns-what-and-how-it-works/rule.md b/rules/what-is-dns/rule.md similarity index 95% rename from rules/dns-what-and-how-it-works/rule.md rename to rules/what-is-dns/rule.md index 50a3f69c4a7..96367853240 100644 --- a/rules/dns-what-and-how-it-works/rule.md +++ b/rules/what-is-dns/rule.md @@ -1,12 +1,14 @@ --- type: rule title: Do you know what DNS is and how it works? -uri: dns-what-and-how-it-works +uri: what-is-dns authors: - title: Dhruv Mathur - url: https://`www.ssw.com.au`/people/dhruv-mathur/ + url: https://www.ssw.com.au/people/dhruv-mathur/ - title: Gordon Beeming - url: https://`www.ssw.com.au`/people/gordon-beeming + url: https://www.ssw.com.au/people/gordon-beeming +redirects: + - dns-what-and-how-it-works created: 2024-02-28T07:04:54.685Z guid: 21275f4c-aaf4-4964-9d25-804f3cb56e75 --- @@ -64,11 +66,10 @@ Each of these steps involves complex interactions between your computer, various Domain names are structured hierarchically, with the right-most component being the top-level domain (TLD). In the domain name `www.ssw.com.au`: -- `.au` is the country-code top-level domain (ccTLD) for Australia. -- `com.au` is considered a second-level domain within the `.au` ccTLD. It's commonly used by commercial entities in Australia. -- `ssw.com.au` is a domain registered by an entity (in this case, SSW) within the `com.au` space. -- `www.ssw.com.au` includes a subdomain (www) of the `ssw.com.au` domain. - +* `.au` is the country-code top-level domain (ccTLD) for Australia. +* `com.au` is considered a second-level domain within the `.au` ccTLD. It's commonly used by commercial entities in Australia. +* `ssw.com.au` is a domain registered by an entity (in this case, SSW) within the `com.au` space. +* `www.ssw.com.au` includes a subdomain (www) of the `ssw.com.au` domain. ### How DNS Knows `com.au` is a TLD