<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Aditya Madhavi</title>
    <description>The latest articles on DEV Community by Aditya Madhavi (@aditya_madhavi_e99e7007da).</description>
    <link>https://dev.to/aditya_madhavi_e99e7007da</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3937323%2F722f5866-9b28-496a-ae4c-b3b80e1234df.jpg</url>
      <title>DEV Community: Aditya Madhavi</title>
      <link>https://dev.to/aditya_madhavi_e99e7007da</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aditya_madhavi_e99e7007da"/>
    <language>en</language>
    <item>
      <title>From Youtube.com to Your Screen: How Routers Route Web Traffic</title>
      <dc:creator>Aditya Madhavi</dc:creator>
      <pubDate>Mon, 18 May 2026 20:22:58 +0000</pubDate>
      <link>https://dev.to/aditya_madhavi_e99e7007da/from-youtubecom-to-your-screen-how-routers-route-web-traffic-23gh</link>
      <guid>https://dev.to/aditya_madhavi_e99e7007da/from-youtubecom-to-your-screen-how-routers-route-web-traffic-23gh</guid>
      <description>&lt;p&gt;Your router acts as a local network’s traffic manager. It is responsible for sending data coming from the internet to the correct device in your home. Let's break down exactly how that happens.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. The Request
&lt;/h2&gt;

&lt;p&gt;When you search for &lt;code&gt;youtube.com&lt;/code&gt;, your device sends a request out to the internet. &lt;/p&gt;

&lt;p&gt;Because the internet communicates via &lt;strong&gt;IP addresses&lt;/strong&gt; rather than domain names, this request is first resolved (via DNS) into an IP address. &lt;/p&gt;

&lt;h2&gt;
  
  
  2. NAT: Network Address Translation
&lt;/h2&gt;

&lt;p&gt;Your router is aware of every device's &lt;strong&gt;Local IP address&lt;/strong&gt;. However, the outside internet only sees one &lt;strong&gt;Public IP address&lt;/strong&gt; for your entire house. &lt;/p&gt;

&lt;p&gt;To manage this, the router uses &lt;strong&gt;NAT (Network Address Translation)&lt;/strong&gt;. It converts the local address of your device into its single public address before sending it out.&lt;/p&gt;

&lt;h3&gt;
  
  
  The NAT Table
&lt;/h3&gt;

&lt;p&gt;To keep track of everything, the router maintains a &lt;strong&gt;NAT table&lt;/strong&gt;. This table acts as a log containing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The &lt;strong&gt;Requester Device&lt;/strong&gt; (e.g., your laptop)&lt;/li&gt;
&lt;li&gt;The &lt;strong&gt;Port&lt;/strong&gt; used&lt;/li&gt;
&lt;li&gt;The &lt;strong&gt;Response Destination&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  3. Receiving the Data
&lt;/h2&gt;

&lt;p&gt;When the server (like YouTube) sends information back, it arrives at the router’s public IP address. &lt;/p&gt;

&lt;p&gt;The router then:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Consults the &lt;strong&gt;NAT table&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Finds the original requester device by matching the IP and port.&lt;/li&gt;
&lt;li&gt;Forwards the data packets directly to your device.&lt;/li&gt;
&lt;/ol&gt;


&lt;div class="crayons-card c-embed"&gt;

  &lt;br&gt;
&lt;strong&gt;In short:&lt;/strong&gt; NAT keeps multiple devices reachable on the internet while presenting only a single public address to the outside world.&lt;br&gt;

&lt;/div&gt;





&lt;h2&gt;
  
  
  What do you think?
&lt;/h2&gt;

&lt;p&gt;I wrote this because I remember being fascinated by how my router knew exactly which phone was requesting which video! &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How do you explain networking basics to beginners? Do you have a favorite analogy for NAT? Let's discuss in the comments!&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>networking</category>
      <category>webdev</category>
      <category>internet</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Hello World: Embracing the Chaos of the Shifting Tech Landscape 👋</title>
      <dc:creator>Aditya Madhavi</dc:creator>
      <pubDate>Mon, 18 May 2026 08:24:47 +0000</pubDate>
      <link>https://dev.to/aditya_madhavi_e99e7007da/hello-world-embracing-the-chaos-of-the-shifting-tech-landscape-44hn</link>
      <guid>https://dev.to/aditya_madhavi_e99e7007da/hello-world-embracing-the-chaos-of-the-shifting-tech-landscape-44hn</guid>
      <description>&lt;p&gt;The tech landscape is shifting faster than ever, and adaptation is no longer optional—it’s the default. 🚀&lt;/p&gt;

&lt;p&gt;In a world driven by constant technological evolution, staying in one place means falling behind. That is why I am incredibly thrilled to officially join this platform today.&lt;/p&gt;

&lt;p&gt;Throughout my software development journey, I have realized that the best way to solidify your own understanding is by sharing it with others. Every bug fixed, every framework mastered, and every architecture designed comes with a story and a lesson.&lt;/p&gt;

&lt;p&gt;Moving forward, I will be using this space to share:&lt;br&gt;
• Real-world learnings from my day-to-day development journey.&lt;br&gt;
• Deep dives and viewpoints on emerging tech trends and tools.&lt;br&gt;
• Practical breakdowns of complex engineering challenges.&lt;/p&gt;

&lt;p&gt;I am excited to connect, learn from this brilliant community, and build in public. Let's connect and grow together! 📈&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>career</category>
      <category>linux</category>
    </item>
  </channel>
</rss>
