An A record is the basic record type in the Domain Name System (DNS) that maps a domain name to its corresponding IPv4 address, representing the host on the network where the resource is located.
In simplified terms, the process looks like this. When you type a domain name into your browser, for example example.com, it sends a resolve request to a DNS server; the server looks up the corresponding A record (or AAAA record) and retrieves the IP address, for example 192.168.0.1.
The browser then builds a GET request (or POST), setting this IP address as the destination in order to fetch the site's content. The process is described in more detail in the article How a browser works
Despite the simplicity of their function, the uses of this record type are very diverse:
A records play a crucial role in ensuring the availability and reliability of websites and other internet services, essentially being synonymous with the word DNS.
