Jump to content

Recommended Posts

Posted

DNS A record

A DNS A record (Address Record) is a fundamental DNS (Domain Name System) record that maps a domain name to an IPv4 address. It allows users to access websites using easy-to-remember domain names instead of numerical IP addresses.

Example of an A Record:

Hostname: example.com

Record Type: A

IP Address: 192.168.1.1

TTL: 3600 (Time to Live, in seconds)

This means when someone enters example.com in their browser, it will resolve to the IP address 192.168.1.1.

How It Works:

A user types example.com in a web browser.

The browser queries a DNS resolver to find the IP address for example.com.

The resolver checks the A record and returns the IP 192.168.1.1.

The browser connects to that IP address to load the website.

When to Use an A Record:

To point your domain to a web server with a static IPv4 address.

For setting up nameservers (ns1.example.com → 192.168.1.1).

To create subdomains (blog.example.com → 192.168.1.2).

  • Nulledin changed the title to DNS A Record

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Terms and Conditions