Section 9: Network Services Flashcards
DHCP
Dynamic Host Configuration Protocol
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
DNS
Domain Name System
o Converts domain names to IP addresses using a hierarchical and decentralized system of naming
o Operates over UDP (Domain Lookup) and TCP (Zone Transfers) using port 53
NTP
Network Time Protocol
o Synchronizes clocks between systems communicating over a packet-switched (TCP/IP), variable-latency data network
o Sent over UDP using port 123
DNS Zone Transfer
Sharing of information between DNS servers about which domain names they have and their associated IP addresses - Uses TCP Port 53
IP Helper
Forwards several UDP broadcasts (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.)
FQDN
Fully Qualified Domain Name (WWW.DomainName.com)
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
URL
Uniform Resource Locator
(https:// FQDN = https://www.DomainName.com,…)
*DNS A Record
▪ Address Record
▪ Used to link a hostname to an IPv4 address
▪ A-records work for IPv4 addresses
▪ AAAA records work for IPv6 addresses
*DNS 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
*DNS MX record
Mail Exchange Record
▪ Used to direct emails to a mail server
▪ 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
DNS SOA Record
Start of Authority Record
▪ Used to store important information about a domain or zone
DNS Zone Transfer
The process of sending DNS records data from the primary nameserver to a secondary name server
▪ Uses the TCP protocol to transfer the data to ensure data is successfully sent by the primary server and received by the second server
*DNS PTR Record
Pointer Records
▪ Used to correlate an IP address with a domain name
▪ The opposite of an A record
▪ Always stored under the .arpa (top-level domain)
(Reverse Lookup - IP address to domain name)
*DNS AAAA Record
Links a hostname to an IPv6 address
*DNS TXT Record
Text records
▪ Used by domain administrators to add text into the domain name system (DNS)
▪ A place to store machine-readable data