DEV Community

SKANDA B H
SKANDA B H

Posted on

DAY 1 : CCNA LEARNING

Map Computer Networking with Real-World

What is Computer Networking?

Computer networking is the process of connecting devices so they can communicate and share resources.

Think of networking like a city's road system.

  • Devices = Houses and offices
  • Data packets = Vehicles
  • Cables and Wi-Fi = Roads
  • Switches and routers = Traffic controllers
  • Internet = Global highway network

Imagine you are sitting at home and open YouTube.

Your request travels through:

Laptop → Home Wi-Fi Router → ISP Network → Internet → YouTube Server

The server then sends video packets back to your device.

This entire process usually happens within milliseconds.


Networking Devices

Client

A client is a device that requests resources.

eg:

  • Your mobile phone opening Instagram
  • Your laptop accessing Google
  • Your smart TV streaming Netflix

The client always initiates the request.


Server

A server provides resources or services.

Eg:

  • YouTube servers store videos
  • Gmail servers store emails
  • Amazon servers host shopping applications

Without servers, websites and apps would not exist.


Switch

A switch connects devices inside a Local Area Network.

Real-world example:

Suppose a company has:

  • 50 employees
  • 50 computers
  • 10 printers

All these devices connect to a switch.

The switch learns which device is connected to which port and sends data only to the intended destination.

Think of it as a smart receptionist who knows exactly where every employee sits.


Hub

A hub is an old networking device.

Eg:
If Employee A wants to send a file to Employee B:

The hub sends that data to ALL connected devices.

Everyone receives it even though only Employee B needs it.

Think of a teacher shouting one student's message to the entire classroom.

This creates unnecessary traffic.

That's why switches replaced hubs.


Router

A router connects different networks together.

Eg:

Your home Wi-Fi and Google's network are different networks.

The router helps packets travel between them.

Think of a router as a GPS navigator that decides which path vehicles should take.

Without routers, the Internet cannot function.


Firewall

A firewall protects the network. It is a Security device

Eg:
A company may allow:

  • Employees to access websites
  • Email traffic
  • VPN traffic

But block:

  • Hackers
  • Malware
  • Unauthorized access

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


Network Types

PAN (Personal Area Network)

A small network around one person.

Examples:

  • Bluetooth headset
  • Smartwatch
  • Wireless keyboard

Coverage: Few meters


LAN (Local Area Network)

A network inside a building.

Examples:

  • Home Wi-Fi
  • College lab
  • Office network

Coverage: Building or campus


MAN (Metropolitan Area Network)

A network covering an entire city.
Examples:

  • City-wide surveillance systems
  • Public Wi-Fi infrastructure

Coverage: City


WAN (Wide Area Network)

A network connecting multiple cities, states, or countries.
Examples:

  • Bank branch connectivity
  • Corporate global offices
  • The Internet

Coverage: Worldwide


What Does an ISP Actually Sell?

Most people think they are paying for data.

In reality, they are paying for access to networking infrastructure.

Examples:

  • Fiber cables
  • Routers
  • Towers
  • International links
  • Data centers

ISPs such as Jio, Airtel, BSNL, and Vi transport packets from your device to the destination and back.


Key Takeaways

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

Top comments (0)