User Tools

Site Tools


protocols:dns

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
protocols:dns [2026/07/03 13:21] v1ctorprotocols:dns [2026/07/03 13:53] (current) – [Resource Records] v1ctor
Line 9: Line 9:
  
 Finding authoritative DNS servers: Finding authoritative DNS servers:
-<code> +<code bash
-dig NS apple.com +short   # the NS record identifies which servers are supposed to be authoritative; +dig NS apple.com +short  # the NS record identifies which servers are supposed to be authoritative; 
-                          # querying those servers directly and checking for aa confirms they actually are.+                         # querying those servers directly and checking for aa confirms they actually are
 </code> </code>
 +
 +===== Resource Records =====
 +
 +Resource record is a four-tuple - **(Name, Value, Type, TTL)** 
 +  * TTL determines when the resource should be removed from the cache
 +  * Type **A**:
 +    * ''Name'' is the hostname
 +    * ''Value'' is the IP address
protocols/dns.1783084888.txt.gz · Last modified: by v1ctor