Skip to content

Commit

Permalink
XS✔ ◾ Fixing typos and rule slug (#8027)
Browse files Browse the repository at this point in the history
* Updating rule slug

* fixed rule folder

* Auto-fix Markdown files

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
GordonBeeming and github-actions[bot] authored Feb 29, 2024
1 parent 5b3a9b7 commit 5f41312
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 5f41312

Please sign in to comment.