How You Can Improve Internet Experience With Better DNSOne of the common problems with Indian Internet users face is a problem with DNS. The issue is kind of worst on BSNL’s DNS servers.

  • Make Telecom Talk My Trusted Source
  • Source of Google
  • Source of Google

What exactly is DNS?

DNS stands for Domain Name System. It is responsible for converting for domain names like google.com into IP address – 74.125.235.49. So you can visit the website on URL http://google.com then using a hard to remember IP address like http://74.125.235.49

How exactly DNS works?

For working, DNS relies on the core part – the root DNS servers also known as gTLD (Generic Top Level Domain) servers which hold the data for all popular extensions like .com/.net/.org etc, apart from that, there are root servers for ccTLD’s for Country Code Top Level Domains like .in, .us, .co.uk etc. These DNS servers just hold the data about the responsible DNS servers for a particular domain. E.g in case of “google.com” the root servers which hold data of all .com domain names, know that DNS servers responsible for google.com are ns1.google.com, ns2.google.com, ns3.google.com and ns4.google.com with their IP addresses. These servers actually hold the name to IP mapping of google.com. That is, there exists an A record (stands for address record) for google.com to the respective IP addresses.

How do you reach these root DNS servers?

This is where ISP comes in. To make things super simple – most of ISP’s use so-called DHCP – Dynamic Host Control Protocol – which is used for allocating certain things like IP address, subnet mask, default gateway and the DNS resolver addresses automatically whenever you connect to ISP. So, you actually use DNS via ISP’s DNS resolvers.