Skip to content

Commit 3074dd4

Browse files
authored
Merge pull request Tikam02#132 from franciosi/patch-2
Small Type Fix
2 parents 12646f9 + 2945f91 commit 3074dd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Networking/networking-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223

224224
- Authoritative nameserver - This final nameserver can be thought of as a dictionary on a rack of books, in which a specific name can be translated into its definition. The authoritative nameserver is the last stop in the nameserver query. If the authoritative name server has access to the requested record, it will return the IP address for the requested hostname back to the DNS Recursor (the librarian) that made the initial request.
225225

226-
- dns records
226+
- DNS Records
227227

228228
- A record:
229229
- The A record, which is also called a host record contains the ipv4-address of a computer.When a DNS client queries a DNS server for an A record, then the DNS server will resolve the hostname in the query to an ip address. An AAAA record is similar but contains an ipv6 address instead of ipv4.

0 commit comments

Comments
 (0)