Feb 15 · 12 min read · How DNS Works : From Domain Name to IP Address When you want to visit a website like youtube.com, you just type the name in your browser. This name is easy for humans to remember, but computers don’t understand it. Computers need the IP address of th...
Join discussion
Feb 13 · 4 min read · When you open your browser and type google.com, the internet somehow knows where Google’s servers are located and loads the website in seconds. But computers don’t actually understand names like google.com they understand IP addresses such as 142.250...
Join discussion
Feb 11 · 5 min read · Prerequisite - If you have some idea about how DNS works (if not refer to this blog ) you may think how exactly the Resolver is getting to whether the response recieved is directing to TLD or Auth DNS Server ? DNS Record Types comes in this situation...
Join discussion
Feb 10 · 3 min read · How does DNS work? DNS resolution involves converting example.com into an IP address, an IP address is given to each device on interent, think of it like a street address to find a home, an IP address works like that. How does DNS work? There are 4 D...
Join discussionFeb 10 · 5 min read · www.google.comHave you ever thought that how exactly the browser is bringing Chaicode website to your screen, although not hosted on your machine, by entering the above query?Today lets talk about this. While we are very comfortable in searching webs...
Join discussion
Jan 31 · 6 min read · Every time you type sukanta.dev into your browser to see my cool portfolio, a fascinating chain of events flows behind the scenes. Our computers, as a node in the network, does not know what sukanta.dev, chaicode.com or google.com actually means. It ...
Join discussionJan 31 · 3 min read · What DNS is (explained in very simple terms) DNS stands for domain name system. It is the internet’s phonebook. Whenever you type google.com on your browser it does not understand what is it . Browsers cannot access the website using the domain name...
Join discussionJan 31 · 4 min read · Ever wondered when you want to visit a website and you simply go to your browser and write something and your desired website shows up on the screen, How cool! Lets understand what are the “behind the scenes” ? For that we will understand about DNS f...
Join discussion