Thursday, April 18, 2024
HomeCloudAWSWhat is DNS and How it works

What is DNS and How it works

The Domain Name System provides mapping between human readable names (like www.foxutech.com) and their associated IP addresses (like 192.168.0.161). How DNS works can be best compared to a phone book where you look up the phone numbers listed by easier-to-remember names. DNS comes under the application layer protocol.

How DNS works
Image: tcpipguide

A user types “www.foxutech.com” in his browser, which then queries the Domain Name System server for foxutech.com’s IP addresses. DNS servers return Foxutech’s address so the browser can request data from Foxutech’s web host, which returns the elements necessary to build their home page in the local browser.

How DNS works: Domain Name System Terminology

Domain Names

A domain name is human readable name – like Foxutech.com – that we type in a web browser URL field. The Internet Corporation for Assigned Names and Numbers (ICANN) manages  these domain names

Top Level Domain (TLD)

TLD refers to the last part of a domain name. For example, the .com in Foxutech.com is the Top level domain. The most common TLDs include .com, .net, org, and .info. Country code TLDs represent specific geographic locations. For example: .in represents India. Here are some more examples:

  • com – Commercial businesses.
  • gov – U.S. government agencies.
  • edu – Educational institutions such as universities.
  • org – Organizations (mostly non-profit).
  • mil – Military.
  • net – Network organizations.
  • eu – European Union.

Second level Domain

This is the part of a domain name which comes right before the TLD, “Foxutech.com”, for example.

Sub Domain

A sub domain can be created to identify unique content areas of a web site. For example, the cloud of “cloud.Foxutech.com”.

Domain Name Registrar

By managing domain name reservations, name registrars are critical to how DNS works. ICANN currently grants permission to organizations to act as domain name registrars for specific higher level domains.

Name Server

Like a phone book, the name server is a collection of domain names matched to IP addresses.

How DNS works: Domain Name System record types

A Record

Address records (“A Records”) map server IP addresses to domain names. For example, 72.21.206.6 to Foxutech.com.

CNAME

Canonical Name record. A CNAME record establishes one domain as an alias to another (thereby routing all traffic addressed to the alias to the target; the canonical address)

Alias Record

Like a CNAME record, Alias records can be used to map one address to another. But Aliases can coexist with other records using the same name.

MX Record

Mail Exchange Record. These records will redirect a domain’s email to the servers hosting the domain’s user accounts. Mail exchange records are used for determining the priority of email servers for a domain.

How DNS works

When a user types a human-readable address in his browser, the operating system’s DNS client will check for information in a local cache. If the requested address isn’t there, it will look for a Domain Name System server in local area network (LAN). When the local DNS server receives the query and the requested domain name is found, it will return the result.

Read More: How Does SSL/TLS Works – Explained

If the name is not found, the local server will forward the query to a DNS cache server, often provided by the Internet service provider (ISP). Since the DNS server’s cache contains a temporary store of DNS records, it will be able to quickly respond to requests. These DNS cache servers are called “not authoritative DNS servers” as they provide request resolution based in a cached value acquired from “authoritative DNS servers.”

An Authoritative Root name server maintains and provides a list of authoritative name servers for each of the top-level domains (.com, .org etc).

An Authoritative Top level domain name server maintains and provides a list of authoritative name servers for all domains (ammarecipe.com, wikipedia.org etc). Its job is to query name servers to find and return the authoritative name server for the requested domain.

Refer: https://howdns.works/ep1/ for learn how DNS work in animated view

RELATED ARTICLES
- Advertisment -

Most Popular

Recent Comments