Feb 1 · 4 min read · Okay, so imagine the internet is like a phone, and every website is a name in your contact list. You can’t remember everyone’s numbers (IP addresses), right? You just know the names. That’s where DNS comes in. DNS is like the phonebook of the interne...
Join discussion
Jan 31 · 2 min read · Introduction When we type a website name like google.com in a browser, the website opens instantly. But the browser does not understand names it only understands IP addresses. DNS exists to solve this problem. It converts domain names into IP address...
Join discussion
Jan 31 · 3 min read · In my childhood, when I used to search something on Internet a question always arose in my mind 'How Internet works ?' If you also have same questions in your mind let’s try to understand 'How internet works behind your Display?' When we talk about b...
Join discussion
Jan 31 · 8 min read · What is DNS? The Domain Name System (DNS) is the phonebook of the Internet. Humans access information online through domain names, like nytimes.com or espn.com Web browsers interact through Internet Protocol (IP) addresses. DNS translates domain name...
Join discussionJan 31 · 10 min read · You type google.com into your browser, hit Enter, and within moments, Google's familiar search page appears. It feels like magic, doesn't it? But behind this seemingly instantaneous act lies a sophisticated, distributed system that powers almost ever...
Join discussion
Jan 31 · 3 min read · Understanding DNS Using dig: From Root Servers to Google.com Whenever you type google.com into your browser, a lot happens behind the scenes before the page loads. This blog explains DNS and name resolution step by step using the dig command, so you ...
Join discussionJan 31 · 4 min read · Understanding DNS Resolution Using dig When you type a website name like google.com into your browser, it loads in milliseconds.Behind the scenes, however, multiple systems work together to figure out where that website actually lives. To understand ...
Join discussionJan 30 · 5 min read · In the last article, we discussed various network devices and the basics of how a request travels across the internet. If you’re interested, you can read it here: Understanding Network Devices: How the Internet Reaches Your Device In this article, ...
Join discussion
Jan 31 · 3 min read · What is DNS and why name resolution exists Computers communicate using numbers called IP addresses, but humans find it easier to remember names. It is simple for us to remember google.com, but it is almost impossible to remember the numeric IP addre...
Join discussion