<?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: Rajat Shahi</title>
    <description>The latest articles on DEV Community by Rajat Shahi (@rajatshahi34).</description>
    <link>https://dev.to/rajatshahi34</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%2F3240945%2F3d146887-9561-4893-bccc-1c246a2cb151.png</url>
      <title>DEV Community: Rajat Shahi</title>
      <link>https://dev.to/rajatshahi34</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rajatshahi34"/>
    <language>en</language>
    <item>
      <title>Episode - 1 : Networking Basics for Noobs</title>
      <dc:creator>Rajat Shahi</dc:creator>
      <pubDate>Sat, 13 Jun 2026 23:33:12 +0000</pubDate>
      <link>https://dev.to/rajatshahi34/episode-1-networking-basics-for-noobs-3525</link>
      <guid>https://dev.to/rajatshahi34/episode-1-networking-basics-for-noobs-3525</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%2Fx7ygd44t9rsdoi2mmgl2.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%2Fx7ygd44t9rsdoi2mmgl2.png" alt="Image credits to the original creator" width="736" height="414"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hello, Rajat here.&lt;/p&gt;

&lt;p&gt;Most of us use the internet every day. If you are reading this blog, you are probably one of them too.&lt;/p&gt;

&lt;p&gt;We open multiple websites and applications every day, not counting the doom-scrolling on Instagram reels and posts on X. But once you start your tech career, the curiosity to understand what happens under the hood naturally increases.&lt;/p&gt;

&lt;p&gt;And if that curiosity has not kicked in yet, it should.&lt;/p&gt;

&lt;p&gt;This blog is an introductory piece meant to ignite that curiosity. My goal is simple : to help you understand why computer networking is worth learning, why you should spend time exploring it, and how it can help you become a better engineer.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Have you ever asked yourself questions like these?&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;How are we able to send messages to our friends on X ?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How are we able to create posts, upload files, watch videos, join  calls, and access websites from almost anywhere in the world?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What even is a computer network?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How is your mobile phone or laptop identified on the internet?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How does a website know where to send data when you open it? Why does the response come back to your computer instead of your friend’s computer?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;When you type &lt;code&gt;www.google.com&lt;/code&gt; in your browser, how does your computer know where Google’s servers are?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Why can you open five apps at once and receive data in all of them without anything getting mixed up?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Why does a video call feel different from loading a webpage, even when both are using the same Wi-Fi?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How does your data travel from your laptop to Google’s servers, which may be miles away, when you click “Upload” in Google Drive?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Why do some websites open instantly in India but take a few seconds from New Zealand?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What does a firewall actually do, and why does it not block everything?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What really happens when you connect to a server?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Why does your home router give every device an address, but only one address seems to talk to the outside world?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What does “cloud” actually mean at the network level?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is this IP address everyone keeps talking about?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What are CIDR, the OSI model, DNS, handshakes, and all these other networking terms?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is an AWS VPC?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is NAT?&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Many of you may have jumped directly into learning containers and Kubernetes. But do you really understand how container networking and Kubernetes networking work?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;And have you ever seriously thought about security? Not just as a “vibe coding” meme, but as something that matters in real systems?&lt;/p&gt;

&lt;p&gt;If even one of these questions makes you curious about computer networking, then the aim of this article is complete.&lt;/p&gt;

&lt;p&gt;This networking series will come in multiple parts. I do not want to dump everything into one huge blog and have people commenting “TL;DR” under it.&lt;/p&gt;

&lt;p&gt;Thanks for reading.&lt;br&gt;
Happy learning.&lt;/p&gt;

&lt;p&gt;Signing off!&lt;/p&gt;

</description>
      <category>networking</category>
      <category>devops</category>
      <category>ai</category>
      <category>infrastructure</category>
    </item>
  </channel>
</rss>
