<?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: karan</title>
    <description>The latest articles on DEV Community by karan (@knkrn5).</description>
    <link>https://dev.to/knkrn5</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%2F3941253%2Fbe185b37-f641-4aab-968f-8f1b34c5d025.png</url>
      <title>DEV Community: karan</title>
      <link>https://dev.to/knkrn5</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/knkrn5"/>
    <language>en</language>
    <item>
      <title>A Visual Guide to the OSI Model</title>
      <dc:creator>karan</dc:creator>
      <pubDate>Wed, 20 May 2026 03:04:22 +0000</pubDate>
      <link>https://dev.to/knkrn5/a-visual-guide-to-the-osi-model-5ce4</link>
      <guid>https://dev.to/knkrn5/a-visual-guide-to-the-osi-model-5ce4</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fe5horcffi2tqw300f4e2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fe5horcffi2tqw300f4e2.png" alt=" " width="800" height="1113"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I have been building a visual breakdown of the OSI Model and what actually happens when data travels from your browser to a server. 🌐&lt;/p&gt;

&lt;p&gt;Most explanations stop at “7 layers,” but I wanted to understand the real flow behind the scenes:&lt;br&gt;
• How HTTP requests move through the stack&lt;br&gt;
 • Where ARP, MAC addresses, switches, and routers come into play&lt;br&gt;
 • How Ethernet frames are created and stripped&lt;br&gt;
 • How bits become electrical signals, radio waves, or light pulses&lt;br&gt;
 • What happens at every hop between client and server&lt;/p&gt;

&lt;p&gt;While studying networking, I realized the OSI model becomes much easier once you connect theory with real packet flow.&lt;br&gt;
This diagram helped me visualize:&lt;br&gt;
 → Encapsulation &amp;amp; decapsulation&lt;br&gt;
 → Application → Physical layer journey&lt;br&gt;
 → Local subnet vs gateway communication&lt;br&gt;
 → Ethernet, Wi-Fi, fiber optics, and routing concepts&lt;br&gt;
If you're interested in exploring the full high-quality SVG version (the uploaded image might gets blurry when zoomed), here’s the complete diagram link: &lt;a href="https://github.com/knkrn5/Programming-Concepts/blob/main/computer-networking/network-models/open-systems-interconnection/osi.svg" rel="noopener noreferrer"&gt;https://github.com/knkrn5/Programming-Concepts/blob/main/computer-networking/network-models/open-systems-interconnection/osi.svg&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In upcoming posts, I’ll also break down each OSI layer in detail — what it does, how protocols work internally, and how data actually moves across networks. 🚀&lt;/p&gt;

</description>
      <category>networking</category>
      <category>webdev</category>
      <category>osimodel</category>
      <category>backend</category>
    </item>
  </channel>
</rss>
