1.8 Explain the functions of network services. Flashcards
An Overview of DNS
• Translates human-readable names into computer-readable IP addresses
FQDN
(Fully Qualified Domain Name)
The DNS Resolution Process
1 - Request sent to local name server
2 - Name server queries root server
3 - Root response sent to local name server
4 - Name server queries .com name server
5 - .com Response sent to local name server
6 - Name server queries specific domain server
7 - Domain server responds to name server
8 - Name server provides result to local device
9 - Answer is cached locally
Internal DNS
Managed on internal servers
• Contains DNS information about internal devices
• DNS service on Windows Server
External DNS
- Does not have internal device information
* Google DNS, Quad9
Resource Records (RR)
• The database records of domain name services
Address Records (A) (AAAA)
- Defines the IP address of a host• This is the most popular query
- A records are for IPv4 addresses
- Modify the A record to change the host name to IP address resolution
• AAAA records are for IPv6 addresses
• The same DNS server, different records
Canonical name records (CNAME)
• A name is an alias of another, canonical name
Service records (SRV)
- Find a specific service
* Where is the Windows Domain Controller? Where is the instant messaging server? Where is the VoIP controller?
Mail exchanger record (MX)
• Determines the host name for the mail server - this isn’t an IP address; it’s a name
Name server records (NS)
• List the name servers for a domain - NS records point to the name of the server
Pointer record (PTR)
• The reverse of an A or AAAA record
Text records (TXT)
- Human-readable text information
- SPF protocol (Sender Policy Framework)
- DKIM (Domain Keys Identified Mail) - • Digitally sign your outgoing mail
Managing DHCP in the enterprise
- Limited Communication range
- Multiple servers needed for redundancy
- Send DHCP request across broadcast domains