1.6 Network Services Flashcards
Explain the DNS domain hierarchy from top to bottom.
- Root Domain- “.” (period always appears at the end of every domain address)
eg. “www.google.com.” - Top Level Domains- “com, net, org”
- Second level domains- “google”
- Third Level domains- “www, mail, docs”
What is the State of Authority (SOA) DNS record?
Indicates that the server is the best authoritative source for data concerning the zone.
Each zone must have an SOA record, and only one SOA record can be in a zone.
Determines caching duration(before requesting a new one)/usually 50% TTL (Time To Live)
What is the Name Server (NS) DNS record?
Identifies a DNS server functioning as an authority for the zone, Each DNS server in the zone (whether primary master or secondary) must be represented by an NS record
What is the Address (A) DNS record?
Providers a name –to-address mapping that supplies an IPv4 address for a specific DNS name.
What is the Quad Address (AAAA) DNS record?
Provides a name –to-address mapping that supplies an IPv6 address for a specific DNS name.