Domain Name System (DNS) Flashcards
Internet service that translates domain names into IP addresses
DNS resolves IP addresses based on Fully Qualified Domain Names (FQDNs)
Domain Name System (DNS)
Root domain
.
.edu .gov .com .org .mil
Top-level Domain
mit - (.edu), lsu - (.edu), google - (.com), nexgent - (.com), redcross -(.org), af army - (.mil)
Second-level Domain
web (mit.edu), mail (google.com), www (google.com), learn (nexgent.com), givingday (redcross.org), www (af.mil), www (army.mil)
Host-level Domain
Displays information about DNS names and their corresponding IP addresses, and it can be used to diagnose DNS servers
nslookup command
The hostname combined with the host’s domain name.
Identifies the specific server or host at the domain
www.google.com, mail.google.com
FQDN (Full Qualified Domain Name)
is a protocol (http, https, and ftp) that helps locate and find websites, files, documents on the internet
(ie: https://mail.google.com https://learn.nexgent.com)
URL (Uniform Resource Locator)
A free to use DNS server on the public Internet (ie: 8.8.8.8 which is google)
ip config /all: will show DNS Servers
nslookup: will show website address and DNS server 8.8.8.8
Resolves public FQDNs to IP Addresses
Most ISPs have their own public DNS Server for their customers to use
Public DNS Server
Windows Server, Linux BIND
Third party DNS software for most any operating system
Provides for internal hostname lookups within a private organization
Private DNS Server
A mechanism for DNS servers to supply different results based on the source
For example, imagine an organization hosting their own website with public facing DNS
Split Horizon DNS (aka Split Brain)