Skip to content
Help Center

What is an A record and what is it used for in DNS?

A Record: what it is, what it's for, and how it relates to domains and DNS within a hosting service.

Quick summary

  • What it is: An A Record is one of the most common and fundamental types of DNS records used in mapping domain names to IP addresses.
  • What it's for: it helps connect the domain with the website, email and other associated services.
  • When to check it: when changing DNS servers, connecting a domain, configuring email or reviewing propagation.

An A Record is one of the most common and fundamental types of DNS records used in mapping domain names to IP addresses. This record specifically links a domain name to an IPv4 address, which is the numerical address that identifies each device connected to the Internet network.

Main characteristics of the A Record:

  • Direct association: The A Record directly associates a domain name with its corresponding IPv4 address. This allows that when users enter the domain name in their browser, the Domain Name System (DNS) can direct them to the appropriate IP address.
  • How it works: When a user types a URL in their browser, it queries the DNS to find the A Record corresponding to the domain name, and thus obtain the IP address it needs to connect to in order to access the desired website.
  • Fast and efficient: Using A Records is an efficient way to resolve domain names because it directly provides the IP address without requiring additional steps or queries.

Example of how an A Record works:

Suppose you have a website with the domain "example.com". When you configure your web server, you assign it a static IP address like "192.168.1.1". In your DNS, you set up an A Record that points "example.com" to "192.168.1.1". When someone enters "example.com" in their browser, the DNS resolves this name to "192.168.1.1" allowing the browser to connect to the corresponding web server.

Importance of the A Record:

  • Website accessibility: A Records are essential for websites to be accessible through domain names rather than requiring users to type IP addresses directly in their browsers.
  • Network management: They facilitate network administration by allowing IP address changes to be handled by updating a simple record instead of requiring each user to adjust their bookmarks or memorize new addresses.

A Records are a vital part of how the Internet works, connecting easy-to-remember domain names with the IP addresses needed to locate resources on the network. Their simplicity and directness make them indispensable tools in the configuration and operation of any domain on the Internet.

Why it matters in hosting

Understanding this concept will help you make better decisions when managing your service. In practice, it relates to the connection between the domain, the website, email and other associated services. If it appears in a guide, the control panel or a support response, review the context before making changes.

Related articles

  • Domain
  • DNS
  • Nameservers
  • CNAME Record
  • MX Record