Feb 2 · 8 min read · Introduction When you type example.com into your browser, you expect a web page to appear. But how does your computer know where that page lives? The answer is DNS resolution — the process that turns a human-friendly domain name into an IP address a ...
Join discussion
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 · What is DNS, and why does name resolution exists DNS stands for Domain Name Server, which is used to map domain names to IP addresses. Why does name resolution exist? Humans understand names such as Google.com. Computers understand IP addresses. D...
Join discussionJan 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 · 4 min read · Understanding DNS Resolution Using the dig Command Before we use the dig command, it helps to understand why DNS exists in the first place.DNS works like the internet’s phonebook.We remember domain names. Computers remember IP addresses.DNS connects ...
Join discussionJan 30 · 5 min read · This article explains DNS resolution step by step, using simple language and practical dig commands, to help beginners build a clear mental model. 1.What is DNS? (Internet’s Phonebook) Imagine you want to call a friend. You don’t remember their phon...
Join discussionJan 30 · 6 min read · INTRODUCTION The Domain Name System (DNS) is the backbone of the internet that helps translate the easy to remember domain names into the IP addresses where the machine is actually hosted. A common phone-book analogy is used to define DNS, but is it ...
Join discussionJan 30 · 4 min read · We all regularly use a browser for web surfing and other activities. In those moments, we only care about typing a topic name, getting results on a webpage, clicking a desired link, and reading that page. Sometimes, if the internet is slow, we might ...
Join discussion