1.8 DHCP/DNS services Flashcards
How does a DHCP reservation work?
When the client requests an IP address by sending a message to the DHCP server, the server will assign an IP from its DHCP scope and reserve it based on its MAC address.
It will match IP addresses to a specified MAC address.
What is a DHCP relay?
It is used to forward/proxy client requests for IP configurations across different physical subnets.
DNS is considered to be a heirarchal system, why?
DNS follows a specific path across a distributed database to locate the record assocaited with your query.
A query gets redirected from a root server to gTLD servers or ccTLD servers based on the URL presented.
What is a FQDN?
Fully Qualified Domain Name; It is a completely specified domain name that includes the top-level domain. Represents a web, mail, or file server.
(www.google.com -> google.com is the FQDN)
What is a URL?
Uniform Resource Locator;
An address that combines domain name and filepath syntax.
Contains the FQDN with method of accessing information.
(Https:// being a method of access.)
What is an internal DNS?
A DNS server maintained by and for exclusive use by an organization for internal devices.
What is an external DNS?
A DNS service provided for the public that does not have internal device information.
What is 3rd party/cloud-hosted DNS? What is its benefit?
DNS services meant to be used internally within an organization, but is maintained by a 3rd party.
They are highly scaleable for large businsesses or organizations that have services around the world.
What is an A record?
Address record;
Name to IP address.
It defines the IPv4 address of a host/FQDN.
What is an AAAA record?
Address record;
Name to IP address.
It defines the IPv6 address of a host/FQDN.
What is a TXT record?
Text;
Does not have to point to other records.
Holds human or machine readible information such as SPF, DKIM, or encryption rules.
What is an SRV record?
Service;
Name to A record.
A newer record that defines how to access a general service, does not need to be specific about the service like MX or CNAME.
Also defines the port number and target device.
For example, can specificy the VoIP controller, SMS server, or Windows domain controller (LDAP).
What is an CNAME record?
Canonical name;
Name to A record or another CNAME record.
Associates aliases (canonical names) with an existing A/AAAA record (primary name).
What is an NS record?
Name Server;
Name to A record.
Specifies the authoratative name server for a domain.
What is an PTR record?
Pointer;
reverse of A/AAAA record. Resolves an IP address into an FQDN.