Ronit Pandaronit.dev·Jul 14, 2024Finally building out the DNS serverNow that our parser and builder is ready and tested, let's move on to building the UDP server that is actually going to resolve DNS queries for us if you don't have the codebase yet:https://github.com/rtpa25/dns-server In this blog we will see and un...28 readsBuilding a simple DNS server from scratch with NodeJS and TypescriptUDP
Darshan Atkariatkaridarshan04.hashnode.dev·Jul 6, 2024A Beginner's Guide to DNS ServersUnderstanding DNS Servers The Domain Name System (DNS) is a fundamental component of the internet, responsible for translating human-friendly domain names (like www.example.com) into IP addresses (like 192.0.2.1) that computers use to identify each o...NetworkingDNS server working
Sayansayan713.hashnode.dev·May 10, 2024Networking Basics: What's a DNS Server?In the vast labyrinth of the internet, there exists a silent hero: the DNS server. It's like a phone-book but for the Internet. Just like we can search for the name of a person in our contact list to get their phone number, we (or, in this case, our ...11 likes·31 readsnetwork
Pankaj Suryavanshidevtestops.hashnode.dev·Aug 17, 2023Navigating the DNS Journey: From Client to SOAIntroduction: Domain Name System (DNS) is the backbone of the internet, translating human-friendly domain names into IP addresses. In this blog, we'll demystify the DNS process step by step, tracing the path of a request from the client to the Start ...AWS Unleashed: Exploring Cloud Possibilitiesdns
John McDovecyberfield.hashnode.dev·Jan 14, 2023What Happens When I Type "www.google.com" and Press "Enter"?INTRODUCTION This is my attempt to answer the question, “What happens when you type www.google.com into your browser’s address box and press enter?”. I want first to create a background scenario to work from. So I am on my desktop PC in my room at my...39 readsGoogle