Network Services/ DNS Records Flashcards
Dynamic Host Configuration Protocol (DHCP)
o Assigns devices with IP addresses and also provides them a subnet mask, default
gateway, and DNS server
o Operates over ports 67 and 68 using UDP
Domain Name System (DNS)
o Converts domain names to IP addresses using a hierarchical and decentralized
system of naming
o Operates over UDP and TCP using port 53
Zone Transfer
Sharing of information between DNS servers about which domain names they
have and their associated IP addresses
Network Time Protocol (NTP)
o Synchronizes clocks between systems communicating over
o a packet-switched, variable-latency data network
o Sent over UDP using port 123
Dynamic Host Configuration Protocol (DHCP) Part 2
o DHCP also help eliminate configuration errors
▪ Each device will automatically get assigned an IP from a scope
● Scope
o A list of valid IP addresses that are available for
assignment or lease to a client computer or endpoint
device on a given subnet
▪ Use a DHCP reservation
▪ DHCP server will acknowledge the IP that is being used
o D-O-R-A process
▪ Discover, Offer, Request and Acknowledge
If a device attempts to use DHCP and fails to receive its configuration, what
should it do?
▪ It is set to use an APIPA address, or automatic private IP address
o DHCP Relay
▪ Any host that forwards DHCP packets between clients and servers
o DHCP is that it operates using the User Datagram Protocol or UDP
o If the DHCP client and server are on different network segments, the router on
the client’s network segment must be configured with an IP helper address for
DHCP to work properly
Domain Name System (DNS) EX
o Used to help your network clients find a website using human-readable
hostnames instead of numeric IP addresses
o Converts names to numbers and numbers to names
▪ Fully Qualified Domain Name (FQDN)
● This is when a domain name is under a top-level provider
● The most common top-level provider:
o .com
o .mil
o .edu
o .org
o .net
Root Level
The highest level in the DNS hierarchy tree and the root name server
answers requests in the root zone
▪ These servers contain the global list of all the top-level domains, such as
.com, .net, .org, .mil, and others
Top-level Domains
▪ Organizational hierarchy
● .com
● .net
● .org
▪ Geographic hierarchy
● .uk for the United Kingdom
● .fr for France
● .it for Italy
Second-level Domains
These domains site directly below the top-level domain
● For example: diontraining.com is a second level domain, and it
sits underneath the top-level domain of .com
Sub-domain
▪ A new server underneath a second-level domain
Host Level
This is the lowest and most detailed level inside of the DNS hierarchy and
refers to a specific machine
A Records
▪ Address Record
▪ Used to link a hostname to an IPv4 address
▪ A records work for IPv4 addresses
▪ AAAA records work for IPv6 addresses
CNAME Record
▪ Canonical Name Record
▪ Used instead of a A record or AAAA record if you want to point a domain
to another domain name or subdomain
MX Record
▪ Mail Exchange Record
▪ Used to direct emails to a mail serve
▪ Used to indicate how email messages should be routed using the Simple
Mail Transfer Protocol, or SMTP, over port 25
▪ Can only be used to point to another domain, not an IP address
SOA Record
▪ Start of Authority Record
▪ Used to store important information about a domain or zone