Announcements
July 15, 2025·Last updated on July 15, 2025
If you have ever tried to start a website, connect a domain to a host or set a custom E -mail, there is a good chance that you have encountered the term ‘a record’. But what is an A -record in DNS, and why does it matter?
This guide explains everything you need to know about a records – from how they work to add them and how they relate to other DNS types such as CNANTE and TXT. Whether you configure a domain or solve your DNS settings, this article will lead you through the supplies in regular English.
A DNS A Record (shortly before the “address” record) is one of the most essential components of the domain name system. It links a domain name to an IPv4 address – the numerical address of the server that host your website or application.
For example, if your domain is Example.com and your server ip address 192.0.2.1, your A -record the domain is assigned to that IP. So when someone type your domain in his browser, the DNS -Resolver checks the A -record and sends it to the right server.
Main features of a records:
- Only supports IPv4 addresses (use an AAAA record for IPv6)
- May apply to root domains and subdomains
- Usually contains a TTL value (Time to Live) that defines how long the record is cached
Example a record:
Example.com A 192.0.2.1 3600
This DNS input tells browsers: “Go to IP 192.0.2.1 and Cache This information for 3600 seconds (1 hour) to gain access to IP 192.0.2.1 and Cache.”
The process starts when a user enters a domain name in his browser. The browser sends a search for a DNS resolver, which checks the DNS zone for that domain.
If an A -record is present, the resolver picks up the corresponding IPv4 address and returns to the browser, which then connects to the correct web server.
In short:
Domain name → DNS Resolver → A Record lookup → IP address → Web server
This process is the basis of how websites on the internet are accessible.
An IP address is a unique numeric label that is assigned to every device or server on the internet. The version used by a plates is IPv4, which looks like this: 192.0.2.1.
This address works as a street address and tells your browser exactly where you can find the website or source that you request.
If you are not sure about the IP of your server, you can use an IP address tool to find it.
TTL (Time to Live) tells DNS resolvers how long they have to cache the A -record before it asks again. It is measured in seconds.
General TTL values:
- 1800 seconds (30 minutes) for quick updates
- 3600 seconds (1 hour) for standard use
- 86400 seconds (1 day) for stable setups
Lower TTLs allow changes to distribute faster, but increases DNS -lookup traffic. Higher TTLs improve performance but delay updates.
A frequent point of confusion in DNS configuration is the difference between an A -record and a CNAME record.
When you have to use each:
- Use an A -record to point out a domain directly to an IP address.
- Use a CNAME record to point out one domain or subdomain to another (eg blog.example.com → pages.hostingplatform.com).
Tools such as a CNAME -can help you check whether your CNACHT records are set correctly.
Understanding a records is crucial, but they are only part of a full DNS configuration. Here are some other DNS types to know:
- CNACHT RECORD: Reid traffic from a domain to others
- TXT Record: Used for verification (eg Google Search Console) and SPF/DKIM -E -MailAuthentication
- MX Record: specifies the e -mail server for a domain
- AAAA Record: points to an IPv6 address
These records are collectively managed in the DNS zone and define the behavior of your domain between services.
Basic steps to add a DNS record:
- Log in on your domain registrar
- Go to the Domain Management View
- Select the domain for which you want a record Modium
- Click on “Add new record” or “Edit existing record”
- Select one as the record type
- Enter your domain or subdomain in the ‘Name’ field, the IP address in the Value and TTL field
- Save and wait for DNS distribution
Changes can take 5 minutes to 24 hours to spread completely across the web. A DNS propagation control can help keep track when updates go live.
Remark: Although unstoppable offers identity functions onchain, DNS records such as A and CNET DNS-Native will remain. Changes work the same as with every traditional DNS provider.
Yes, several A -records can indicate a single domain to different IP addresses. This is common in:
- Load Balancing: Traffic is spread over several servers
- Failover -settings: Back -up servers take over when the primary server goes down
This technique is sometimes known as Round-Robin DNS-Mapping.
A records are the backbone of modern internet. They connect domain names with IP addresses and ensure that traffic reaches the correct web server. Whether you start a website or manage DNS on a scale, understanding a records is a must.
From DNS Zone Management to the recording and distribution, having a grip on your A -records that enables you to build, resolve and optimize with confidence.
And with platforms such as not to stop domains that offer integrated DNS and Onchain possibilities, the management of your domain has never been easier.


