DNS Flashcards
Forward lookup is …
is a dns query sent to external dns servers for resolution of a name into a ip address.
Reverse lookup is …
is a dns query sent to an external dns server for resolution of an IP address into a name.
Name 3 types of DNS Records and what they are used for. Also explain TTL of a DNS record.
- A Canonical Name or CNAME record is a type of DNS record that maps an alias name to a true or canonical domain name.
EX. if you have a server where you keep all of your documents online, it might normally be accessed through docs.example.com. You may also want to access it through documents.example.com. One way to make this possible is to add a CNAME record that points documents.example.com to docs.example.com.
- MX records: MX stands for Mail eXchange. MX Records tell email delivery agents where they should deliver your email.
If our organization receives email directly then our MX record would point to a public IP address for your firewall or internet-facing email server (eg Edge Transport server).
If we use a hosted cloud service for email filtering like Barracuda, then our MX record would point to their IP address(s).
- A or AAAA records: A record is used to find the IP address of a computer connected to the internet from a name. The A in A record stands for Address. For example, to access the DNSimple website you enter www.dnsimple.com. At our name server there is an A record that points to the IP address 208.93.64.253.
- TTLs are set by an authoritative nameserver for each resource record. TTLs are used for caching purpose. For example, www.dnsknowledge.com TTL value is 86400 seconds, which is 24 hours.
What does DNS Stand for?
Domain Name System
What is a SRV record?
Used by AD to find a DC
What is PTR record?
Point to Record. IP address to name (reverse lookup zone) Used for troubleshooting tools
DHCP Client automatically updae.
ipconfig/registerdns force update otherwise DNS updates automatically.
What is a SOA record?
Start of Authority
Primary name server
Email address of administrator
Domain Serial #