Common DNS Record Types
Learn A, AAAA, CNAME, MX, and other records and what they do.
Records Hold the Answers
A DNS zone stores different kinds of resource records, each mapping a name to a specific piece of information. The record type tells you what kind of answer it provides.
The exam expects you to recognize the most common types and what each does. This lesson covers the essentials.
The A Record
The A record (Address record) maps a domain name to an IPv4 address. It is the most common record and the one most lookups ultimately seek.
For example, an A record might map example.com to 93.184.216.34. When you browse to a name, an A record usually supplies the IPv4 address you connect to.
example.com A 93.184.216.34All lessons in this course
- Why DNS Exists
- Walking Through a DNS Lookup
- Common DNS Record Types
- Caching, TTL, and DNS Issues