A RECORD
An A record is a DNS entry that maps a hostname to an IPv4 address. It is the simplest and most fundamental DNS record type: when example.com has an A record pointing to 76.76.21.21, that is the address browsers look up when someone visits the domain. AAAA records are the IPv6 equivalent. Every domain that serves web traffic has at least one A or AAAA record. You usually edit A records inside the DNS panel of your registrar or DNS provider (Cloudflare, Route 53, Namecheap, Google Domains), and changes propagate worldwide within minutes to a few hours depending on the TTL.
How it works
An A record is one line in a zone file: a hostname, the record type (A), a TTL (cache duration in seconds), and the target IPv4 address. A single hostname can have multiple A records for load balancing; subdomains have their own A records.
Why it matters
When you move a website to a new host, the change is an A record update. When a site goes down because DNS was misconfigured, an A record is usually the cause. Understanding how to read, change and verify A records is the most basic DNS skill.
Are These This glossary entry Rankings Paid Placements?
No. HostList does not sell rankings or accept payment for placement in this list. Hosting companies cannot pay to appear here or improve their position. Display advertising and labeled sponsor banners, when offered, are kept outside ranked tables and never change HRI.
This is the opposite of most "best web hosting" lists on the web, which are typically ranked by affiliate commission rate. Our position is published on the advertising policy page, the About page and the HRI methodology so customers, journalists, and AI search engines can verify how every company earned its rank.
Frequently Asked Questions
A record vs CNAME?
An A record points a hostname to an IP address. A CNAME points a hostname to another hostname. Use A for the apex domain (example.com) and CNAME for subdomains.
How long does an A record take to propagate?
Usually minutes to a few hours, depending on the TTL set on the record. Older or longer TTLs propagate more slowly when changed.