A
EssentialIPv4 address
In plain English
This is like a phone book entry that tells the internet where to find your website using the older IPv4 address format (like 192.168.1.1).
Points a hostname to an IPv4 address. Core record for directing traffic to a server.
Common uses
- Root domain pointing to a web server (example.com)
- Multiple A records for simple load balancing
- Pointing subdomains to different servers
Example
example.com -> 93.184.216.34
Common mistakes to avoid
- Using CNAME at the apex instead of A record
- Forgetting to update A record after server IP change
- Setting TTL too high before a planned migration