<?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: SKANDA B H</title>
    <description>The latest articles on DEV Community by SKANDA B H (@skanda_bh_cb430cb3e6d904).</description>
    <link>https://dev.to/skanda_bh_cb430cb3e6d904</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%2F3971103%2Fa16e960f-f046-433b-8b7d-f0e33b0e16b7.png</url>
      <title>DEV Community: SKANDA B H</title>
      <link>https://dev.to/skanda_bh_cb430cb3e6d904</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/skanda_bh_cb430cb3e6d904"/>
    <language>en</language>
    <item>
      <title>DAY 1 : CCNA LEARNING</title>
      <dc:creator>SKANDA B H</dc:creator>
      <pubDate>Sat, 06 Jun 2026 11:50:37 +0000</pubDate>
      <link>https://dev.to/skanda_bh_cb430cb3e6d904/day-1-ccna-learning-3o6e</link>
      <guid>https://dev.to/skanda_bh_cb430cb3e6d904/day-1-ccna-learning-3o6e</guid>
      <description>&lt;h1&gt;
  
  
  Map Computer Networking with Real-World
&lt;/h1&gt;

&lt;h2&gt;
  
  
  What is Computer Networking?
&lt;/h2&gt;

&lt;p&gt;Computer networking is the process of connecting devices so they can communicate and share resources.&lt;/p&gt;

&lt;p&gt;Think of networking like a city's road system.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Devices = Houses and offices&lt;/li&gt;
&lt;li&gt;Data packets = Vehicles&lt;/li&gt;
&lt;li&gt;Cables and Wi-Fi = Roads&lt;/li&gt;
&lt;li&gt;Switches and routers = Traffic controllers&lt;/li&gt;
&lt;li&gt;Internet = Global highway network&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Imagine you are sitting at home and open YouTube.&lt;/p&gt;

&lt;p&gt;Your request travels through:&lt;/p&gt;

&lt;p&gt;Laptop → Home Wi-Fi Router → ISP Network → Internet → YouTube Server&lt;/p&gt;

&lt;p&gt;The server then sends video packets back to your device.&lt;/p&gt;

&lt;p&gt;This entire process usually happens within milliseconds.&lt;/p&gt;




&lt;h2&gt;
  
  
  Networking Devices
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Client
&lt;/h3&gt;

&lt;p&gt;A client is a device that requests resources.&lt;/p&gt;

&lt;p&gt;eg:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Your mobile phone opening Instagram&lt;/li&gt;
&lt;li&gt;Your laptop accessing Google&lt;/li&gt;
&lt;li&gt;Your smart TV streaming Netflix&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The client always initiates the request.&lt;/p&gt;




&lt;h3&gt;
  
  
  Server
&lt;/h3&gt;

&lt;p&gt;A server provides resources or services.&lt;/p&gt;

&lt;p&gt;Eg:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;YouTube servers store videos&lt;/li&gt;
&lt;li&gt;Gmail servers store emails&lt;/li&gt;
&lt;li&gt;Amazon servers host shopping applications&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Without servers, websites and apps would not exist.&lt;/p&gt;




&lt;h3&gt;
  
  
  Switch
&lt;/h3&gt;

&lt;p&gt;A switch connects devices inside a Local Area Network.&lt;/p&gt;

&lt;p&gt;Real-world example:&lt;/p&gt;

&lt;p&gt;Suppose a company has:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;50 employees&lt;/li&gt;
&lt;li&gt;50 computers&lt;/li&gt;
&lt;li&gt;10 printers&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All these devices connect to a switch.&lt;/p&gt;

&lt;p&gt;The switch learns which device is connected to which port and sends data only to the intended destination.&lt;/p&gt;

&lt;p&gt;Think of it as a smart receptionist who knows exactly where every employee sits.&lt;/p&gt;




&lt;h3&gt;
  
  
  Hub
&lt;/h3&gt;

&lt;p&gt;A hub is an old networking device.&lt;/p&gt;

&lt;p&gt;Eg:&lt;br&gt;
If Employee A wants to send a file to Employee B:&lt;/p&gt;

&lt;p&gt;The hub sends that data to ALL connected devices.&lt;/p&gt;

&lt;p&gt;Everyone receives it even though only Employee B needs it.&lt;/p&gt;

&lt;p&gt;Think of a teacher shouting one student's message to the entire classroom.&lt;/p&gt;

&lt;p&gt;This creates unnecessary traffic.&lt;/p&gt;

&lt;p&gt;That's why switches replaced hubs.&lt;/p&gt;




&lt;h3&gt;
  
  
  Router
&lt;/h3&gt;

&lt;p&gt;A router connects different networks together.&lt;/p&gt;

&lt;p&gt;Eg:&lt;/p&gt;

&lt;p&gt;Your home Wi-Fi and Google's network are different networks.&lt;/p&gt;

&lt;p&gt;The router helps packets travel between them.&lt;/p&gt;

&lt;p&gt;Think of a router as a GPS navigator that decides which path vehicles should take.&lt;/p&gt;

&lt;p&gt;Without routers, the Internet cannot function.&lt;/p&gt;




&lt;h3&gt;
  
  
  Firewall
&lt;/h3&gt;

&lt;p&gt;A firewall protects the network. It is a Security device&lt;/p&gt;

&lt;p&gt;Eg:&lt;br&gt;
A company may allow:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Employees to access websites&lt;/li&gt;
&lt;li&gt;Email traffic&lt;/li&gt;
&lt;li&gt;VPN traffic&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But block:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Hackers&lt;/li&gt;
&lt;li&gt;Malware&lt;/li&gt;
&lt;li&gt;Unauthorized access&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Think of a firewall as a security guard at a company gate.&lt;br&gt;
Windows/Microsoft defender firewall you may have seen which is software firewall , where big organizations gave hardware or cloud firewalls&lt;br&gt;
An NGFW is a smarter firewall.&lt;br&gt;
Besides basic filtering, it can:&lt;br&gt;
Think of it as an AI-powered security team instead of a single security guard.&lt;/p&gt;




&lt;h2&gt;
  
  
  Network Types
&lt;/h2&gt;

&lt;h3&gt;
  
  
  PAN (Personal Area Network)
&lt;/h3&gt;

&lt;p&gt;A small network around one person.&lt;/p&gt;

&lt;p&gt;Examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Bluetooth headset&lt;/li&gt;
&lt;li&gt;Smartwatch&lt;/li&gt;
&lt;li&gt;Wireless keyboard&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Coverage: Few meters&lt;/p&gt;




&lt;h3&gt;
  
  
  LAN (Local Area Network)
&lt;/h3&gt;

&lt;p&gt;A network inside a building.&lt;/p&gt;

&lt;p&gt;Examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Home Wi-Fi&lt;/li&gt;
&lt;li&gt;College lab&lt;/li&gt;
&lt;li&gt;Office network&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Coverage: Building or campus&lt;/p&gt;




&lt;h3&gt;
  
  
  MAN (Metropolitan Area Network)
&lt;/h3&gt;

&lt;p&gt;A network covering an entire city.&lt;br&gt;
Examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;City-wide surveillance systems&lt;/li&gt;
&lt;li&gt;Public Wi-Fi infrastructure&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Coverage: City&lt;/p&gt;




&lt;h3&gt;
  
  
  WAN (Wide Area Network)
&lt;/h3&gt;

&lt;p&gt;A network connecting multiple cities, states, or countries.&lt;br&gt;
Examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Bank branch connectivity&lt;/li&gt;
&lt;li&gt;Corporate global offices&lt;/li&gt;
&lt;li&gt;The Internet&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Coverage: Worldwide&lt;/p&gt;




&lt;h2&gt;
  
  
  What Does an ISP Actually Sell?
&lt;/h2&gt;

&lt;p&gt;Most people think they are paying for data.&lt;/p&gt;

&lt;p&gt;In reality, they are paying for access to networking infrastructure.&lt;/p&gt;

&lt;p&gt;Examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fiber cables&lt;/li&gt;
&lt;li&gt;Routers&lt;/li&gt;
&lt;li&gt;Towers&lt;/li&gt;
&lt;li&gt;International links&lt;/li&gt;
&lt;li&gt;Data centers&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;ISPs such as Jio, Airtel, BSNL, and Vi transport packets from your device to the destination and back.&lt;/p&gt;




&lt;h2&gt;
  
  
  Key Takeaways
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Clients request services.&lt;/li&gt;
&lt;li&gt;Servers provide services.&lt;/li&gt;
&lt;li&gt;Switches connect devices within a network.&lt;/li&gt;
&lt;li&gt;Routers connect different networks.&lt;/li&gt;
&lt;li&gt;Firewalls protect networks.&lt;/li&gt;
&lt;li&gt;Packets carry information.&lt;/li&gt;
&lt;li&gt;ISPs transport packets across the Internet.&lt;/li&gt;
&lt;li&gt;Networking is the foundation of every modern application.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>beginners</category>
      <category>learning</category>
      <category>networking</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
