1.8 - Network Services Flashcards
What are the DNS record types A and AAAA?
The records that hold the name-to-address mapping (conversion) for a given host. A = IPv4, AAAA = IPv6.
What is a TXT record?
A Text record. Used to provide freely formatted text to network administrators regarding any network related issues or comments.
What is SPF?
The Sender Provider Framework. A TXT file and part of the DNS zone file. Validates the e-mail servers allowed to send e-mail.
What is DKIM?
DomainKeys Identified Mail. An encryption-based authentication method that validates the domain name of e-mails.
What is SRV?
The service record. Contains hostname and port details for hosts providing specific services. Used for email, FTP, H.323, SIP, etc.
What is MX?
Mail Exchanger record. Supports e-mail traffic by identifying e-mail servers.
What is CNAME?
Canonical Name record. Contains the alias for a host’s CNAME. Allows a hostname alias like google to be identified by its canonical name www.google.com
What is NS?
Name Server record. Specified the authoritative name server for a domain. Used by name servers to locate each other.
What is PTR?
Pointer record. Consider it the opposite of the A record. Supports reverse look ups by providing the IP address-to-hostname in a reverse lookup zone file (reverse zone).
Explain Internal DNS vs. External DNS
The external DNS is placed in the DMZ and will only provide access to public services like a web server or VPN. The internal DNS servers the domain and is inaccessible from the internet.
Explain third-party/cloud hosted DNS
It can be more affordable to use cloud-based DNS as it is scalable, resilient, and secure. Administration is simplified. A large provider such as Google can reduce latency with its multiple geographical locations.
Give me a rundown of DNS hierarchy
DNS root servers are shown as a dot at the top. Top level domains (TLDs), are things like .com, .org, .edu, .uk, etc. Second level domainds (SLDs) are things like microsoft, google, and wikipedia. Third level domainds are subdomains of SLDs. (Example: Play.google.com. Play = subdomain.)
Explain MAC reservations
A MAC reservation can be created on your DHCP server to give a particular device the same IP address. Useful for printers, servers, etc.
What is a DHCP pool?
AKA the DHCP scope. A predefined range of IP addresses.
What are IP exclusions?
And IP exclusion removes the IP address from the DHCP server. This is useful when setting up static IPs.