DNS Flashcards
Domain Name System
DNS
A service that resolves fully qualified domain names (FQDNs) to IP addresses and IP addresses to FQDNs.
. (dot) Domain
The root domain, or root of the DNS domain tree, denotes a fully qualified unambiguous domain name.
Fully Qualified Domain Names
FQDN
The FQDN includes the host name and all domain names separated by periods. The final period, which is for the root domain, is normally omitted and only implied.
Top-Level Domain
TDL
Sometimes known as a first-level domain, a TDL is the last part of a domain name (.com, .edu, .gov). TDLs are managed by the Internet Corporation of Assigned Names and Numbers (ICANN).
Second-Level Domain
Additional domains, or second-level domains, are registered to an individual or organization for use on the internet. Comes right before the “.com” in a domain.
Third-Level Domain
Third-level domains are only used in the United Kingdom (UK) and are associated with the co.uk first- and second-level name domains. Third-level domains are registered to individuals or organizations for use on the internet in the same way second-level domains are registered in the rest of the world. An example of a third-level domain in the DNS domain tree is bbc.co.uk.
Hostname
The hostname is the part of a FQDN that represents a specific host. It is the left-most name in an FQDN. For example, “www” is the hostname of www.example.com.
Sub-Domain
In an FQDN, any domain between the hostname and the second-level domain is a sub-domain. Sub-domains are not registered. Responsibility for sub-domains lies with the individual or organization that registered the second-level domain. Docs.microsoft.com and news.google.com are examples of sub-domains in the DNS domain tree.
DNS Client
A client computer that is configured to send name resolution queries to a DNS server.
DNS Client Cache
DNS Resolver Cache
A temporary database maintained by the DNS client that contains previously resolved FQDNs and their matching IP addresses.
Host File
A plain text file that maps FQDNs to IP addresses.
DNS Server
A type of name server that responds to DNS queries using a database of hostnames and their associated records.
DNS Server Cache
A temporary database maintained by the DNS server that contains previously resolved FQDNs and their matching IP addresses.
Authoritative DNS
A DNS server that holds original and definitive DNS records for the domains it is responsible for.
DNS Forwarding
Occurs when one DNS server queries another DNS server when it can’t resolve a FQDN.