HexaHomedns-checker.hashnode.dev·Nov 23, 2024Understanding the Role of DNS Checkers in Diagnosing Network IssuesIn today’s digital world, a reliable internet connection is crucial for both personal and professional activities. However, issues like slow loading times, inability to access websites, or complete outages can occur, often leading to frustration. One...dns
Stimpmediastimpmedia.hashnode.dev·Oct 27, 2024Understanding DNS: The Backbone of the InternetThe Domain Name System, or DNS, is fundamental to how the internet functions. Without DNS, navigating the web as we know it would be far less accessible. So, what exactly is DNS, how does it work, and what are the types of DNS records? This article e...dns
Christian Hain (He/Him)www.christianhain.com·Oct 13, 2024Uh-oh, goodbye `.io`?If you haven’t heard by now, the .io ccTLD is at risk of removal due to a British Treaty that was signed on October 3, 2024. In short, the Chagos Islands (ccTLD: .io) in the Indian Ocean have been given to Mauritius (ccTLD: .mu); learn more by readin...io
OBULIPURUSOTHAMAN Kobulipurusothaman.hashnode.dev·Oct 5, 2024Domain Name System (DNS)DNS – The Domain Name System (DNS) is the phonebook of the Internet. Humans access information online through domain names, like google.com , youtube.com. Web browsers interact through Internet Protocol (IP) addresses. DNS translates domain names to ...10 likesdns
Satindarblog.satindar-is.me·Sep 16, 2024Understanding DNS: A Complete GuideHumans prefer to use letters or words to communicate and browse the web as they are easier to understand and remember. Computers on the other hand don’t understand letters or words, they understand numbers. DNS bridges that gap between human and comp...dns
Dinesh Kumar Kblog.dineshcloud.in·Sep 10, 2024Configuring DNS on Windows ServerDNS (Domain Name System) is a critical service that translates human-friendly domain names into IP addresses that computers use to identify each other on the network. Configuring DNS on Windows Server ensures that your network’s domain name resolutio...26 readsWindowsWindows
Kumar Priyanshukpriyanshu.hashnode.dev·Aug 1, 2024A brief introduction to DNSWhat 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. The Web browsers interact through Internet Protocol (IP) addresses and the DNS translate...dns
Anuoluwapo Alianniecodes.hashnode.dev·Jul 29, 2024How Your Browser Works When You Type google.comHave you ever wondered what magic occurs when you type "(google.com)" into your browser and hit Enter? Buckle up, because we're about to take a thrilling journey through the hidden harmony of the digital world! The Great Translation: DNS Resolution Y...Google
Allan WANJIKUblog.allanwanjiku.tech·Jul 19, 2024What Happens When You Type 'www.google.com' In Your Browser And Press EnterHave you ever wondered what happens when you type a domain name (like www.google.com) in your browser and hit Enter? Well, several crucial processes take place within milliseconds to resolve your request. From DNS lookup to encryption, the steps ensu...48 readssysadmin
Ronit Pandaronit.dev·Jul 14, 2024Building the recursive resolverWe have already explored the outline of our UDP server, now time comes to actually build the resolver which will resolve DNS queries. f you don't have the codebase yet:https://github.com/rtpa25/dns-server For this before jumping into code, let's unde...28 readsBuilding a simple DNS server from scratch with NodeJS and TypescriptRecursion