<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>DNS on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/dns/</link><description>Recent content in DNS on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 25 Feb 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/dns/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 3: DNS: The Internet&amp;#39;s Address Book</title><link>https://ai-blog.noorshomelab.dev/network-security-analysis-2025/chapter-3-dns-address-book/</link><pubDate>Tue, 23 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/network-security-analysis-2025/chapter-3-dns-address-book/</guid><description>&lt;h2 id="chapter-3-dns-the-internets-address-book"&gt;Chapter 3: DNS: The Internet&amp;rsquo;s Address Book&lt;/h2&gt;
&lt;p&gt;Welcome back, aspiring network wizard! In our previous chapters, we laid the groundwork for understanding how devices communicate using IP addresses. You learned that every device on a network needs a unique numerical identifier, like a street address for your computer. But think about it for a moment: when you want to visit your favorite website, do you type in a long string of numbers like &lt;code&gt;172.217.160.142&lt;/code&gt;? Probably not! You type something memorable, like &lt;code&gt;google.com&lt;/code&gt;.&lt;/p&gt;</description></item><item><title>Chapter 6: Deep Dive into DNS: Zones, Security, and Troubleshooting</title><link>https://ai-blog.noorshomelab.dev/network-security-analysis-2025/chapter-6-dns-advanced/</link><pubDate>Tue, 23 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/network-security-analysis-2025/chapter-6-dns-advanced/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome back, future network wizard! In our previous chapters, we laid the groundwork for understanding how networks communicate and how firewalls protect them. You&amp;rsquo;ve learned the basics of IP addresses and how your browser finds websites. But how exactly does &lt;code&gt;google.com&lt;/code&gt; magically turn into an IP address that your computer can connect to? That&amp;rsquo;s the magic of the Domain Name System (DNS)!&lt;/p&gt;
&lt;p&gt;In this chapter, we&amp;rsquo;re going beyond the basics. We&amp;rsquo;re going to take a deep dive into DNS, exploring its advanced concepts like zones, the critical security mechanisms protecting it, and practical strategies for troubleshooting when things go wrong. By the end of this chapter, you&amp;rsquo;ll not only understand how DNS works under the hood but also how to diagnose and secure this fundamental internet service. Get ready to truly master DNS!&lt;/p&gt;</description></item><item><title>Chapter 8: Advanced Networking: Custom Networks and DNS</title><link>https://ai-blog.noorshomelab.dev/apple-containers-mac-2026/08-advanced-networking/</link><pubDate>Wed, 25 Feb 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/apple-containers-mac-2026/08-advanced-networking/</guid><description>&lt;h2 id="chapter-8-advanced-networking-custom-networks-and-dns"&gt;Chapter 8: Advanced Networking: Custom Networks and DNS&lt;/h2&gt;
&lt;p&gt;Welcome back, intrepid Mac developer! In our journey so far, you&amp;rsquo;ve mastered the basics of running, building, and managing individual Linux containers right on your macOS system using Apple&amp;rsquo;s powerful &lt;code&gt;container&lt;/code&gt; CLI. You&amp;rsquo;ve seen how easy it is to bring up isolated environments, but what happens when your application isn&amp;rsquo;t just one container, but a collection of services that need to talk to each other?&lt;/p&gt;</description></item><item><title>Chapter 14: Project: Building a Secure Home/Lab Network</title><link>https://ai-blog.noorshomelab.dev/network-security-analysis-2025/chapter-14-secure-home-lab/</link><pubDate>Tue, 23 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/network-security-analysis-2025/chapter-14-secure-home-lab/</guid><description>&lt;h2 id="chapter-14-project-building-a-secure-homelab-network"&gt;Chapter 14: Project: Building a Secure Home/Lab Network&lt;/h2&gt;
&lt;p&gt;Welcome to Chapter 14! So far, we&amp;rsquo;ve explored the intricate worlds of firewalls, DNS, subnetting, packet analysis, and network monitoring. You&amp;rsquo;ve built a solid foundation of theoretical knowledge and hands-on skills. Now, it&amp;rsquo;s time to bring all these powerful concepts together in a practical, real-world project: building your very own secure home or lab network!&lt;/p&gt;
&lt;p&gt;This chapter isn&amp;rsquo;t just about learning; it&amp;rsquo;s about &lt;em&gt;doing&lt;/em&gt;. We&amp;rsquo;ll guide you through designing a network architecture that prioritizes security, privacy, and control, then help you implement it step-by-step using popular, open-source tools. You&amp;rsquo;ll configure a powerful firewall, set up a network-wide ad and malware blocker, and learn how to keep an eye on your network&amp;rsquo;s health and security. Get ready to transform your understanding into tangible results and build a network you can truly trust.&lt;/p&gt;</description></item><item><title>How DNS Lookup Works: Deep Dive into Internals</title><link>https://ai-blog.noorshomelab.dev/how-it-works/how-dns-lookup-works-deep-dive/</link><pubDate>Wed, 21 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/how-it-works/how-dns-lookup-works-deep-dive/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;The internet, as we know it, relies on a fundamental service that often goes unnoticed: the Domain Name System (DNS). Often dubbed the &amp;ldquo;phonebook of the internet,&amp;rdquo; DNS is responsible for translating human-readable domain names, like &lt;code&gt;www.google.com&lt;/code&gt;, into machine-readable Internet Protocol (IP) addresses, such as &lt;code&gt;142.251.46.238&lt;/code&gt;. Without DNS, navigating the web would require memorizing long strings of numbers for every website you wish to visit, a task both impractical and prone to error.&lt;/p&gt;</description></item><item><title>A Comprehensive Guide to Teach me about firewall (everything about it from zero to mastery, concepts, erros, debugging, logs, cmds, different os, etc), DNS, subnets, packet tracer, packet analyizing, cyber security, network monitoring, network analysis, everything and concept, dont leave any topic, details, with example, real world sscenarios, case study etc (with all latest version and info available as of Dec 2025 Chapters</title><link>https://ai-blog.noorshomelab.dev/network-security-analysis-2025/</link><pubDate>Tue, 23 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/network-security-analysis-2025/</guid><description>&lt;p&gt;Explore an exhaustive collection of chapters designed to guide you from foundational concepts to mastery in network security. This resource delves deep into firewalls, DNS, subnets, packet analysis, and advanced cybersecurity practices, enhanced with real-world examples and case studies. Stay updated with the latest information and techniques available as of December 2025.&lt;/p&gt;</description></item><item><title>Network Security &amp;amp; Analysis Practical Field Guide</title><link>https://ai-blog.noorshomelab.dev/guides/network-security-analysis-guide/</link><pubDate>Tue, 23 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/guides/network-security-analysis-guide/</guid><description>&lt;p&gt;Welcome, future network guardian and digital detective!&lt;/p&gt;
&lt;h2 id="what-is-network-security-and-analysis"&gt;What is Network Security and Analysis?&lt;/h2&gt;
&lt;p&gt;In our increasingly connected world, networks are the lifeblood of communication, commerce, and daily life. But with great connectivity comes great responsibility – and great risk. This comprehensive guide is your passport to understanding, securing, and analyzing the very fabric of these digital highways.&lt;/p&gt;
&lt;p&gt;We&amp;rsquo;re going on an epic journey to explore everything from the foundational building blocks of network communication to the cutting-edge strategies for protecting them. You’ll learn about:&lt;/p&gt;</description></item></channel></rss>