New Jan 21, 2026

Understanding Network Devices: What Every IT Student Should Know 👨‍🎓

The Giants All from DEV Community View Understanding Network Devices: What Every IT Student Should Know 👨‍🎓 on dev.to

Introduction

Hi mate , want to know what Network and Network Devices are ? Let me tell you. Here in this blog we will cover topics :

HMMM.. So much to talk about . Dont get overwhelmed 😝 Sit back and grab some popcorn .

Network

Lets learn network from a real life example

Imagine a college classroom.
You , your friends and teacher want to share notes , assignments and work with each other.

Imagine :

Everyone is connected and sharing becomes easy. So ,

A network is simply a way to connect devices so that they can talk to each other and share information .

network

The ways to connect over a network

There are only two ways that we can connect over a netwrok

Now discuss about the Wired one first

So , in this type of network wires are used such as Ethernet , LAN cables and Fibre Optic cables

cables

Now discuss about the Wireless one

In this type of network there is no physical cable is used to share data such as Wifi , Mobile Internet and Bluetooth .

wireless

Now that we understand what a network is and the ways devices connect to it (wired and wireless) , the next question is

How does this network get internet access ?

This is where the Modem comes in

Modem

A Modem is the device that brings the internet into your home or office

Your network ( phones , laptop , Wifi ) does not access the internet on its own .

👉 Modem acts as a bridge between your netwrok and your Internet Service Provider (ISP)

Modem

How it connects your network to the internet ?

Lets understand how the modem connects to your internet with some example

Imagine your home as a private space
Inside the house there is your laptop and your phone , They can talk with each other via bluetooth and some cables
But they can't talk to the outside world .

The internet lives far away from your home that is managed by your
Internet service Provider (ISP)

The modem is like the main gate of your house .

Now you can connect with the outside world 😎

But once the internet enters our network , how does it reach the right device ?

ISP ---> Modem ---> ❓ ---> Devices

Router

Imagine you are searching something on your device and suddenly this search goes to your mom's or dad's phone . Scary right ?

A router is a device that takes internet from the modem and sends it to the right device .

If modem brings the internet into your home , the router decide where it should go

How a Router Directs traffic

  1. Sends the request to the internet

  2. Recieves the response

  3. Forwards it to the correct device.

wifi

Ever thought how do multiple device communicate without involving the internet

No its not bluetooth

Hub And Switches

Hub

Imagine your classroom with a big loudspeaker
If Your friend wants to say something to you , the speaker will announces it to the entire class
Everyone hears it , even if the message is not for them

👉 A hub is a networking device that connects multiple computers and forwards data to everyone . Weather it wants or not !!

Hub

How it actually works

Switch

Switch is like a post office
When a letter arrives , it checks the address and delivers it to the correct person only

👉 A switch is a networking device that connects multiple computers and forwards data only to the intended device.

Switch

How it actually works

Internal traffic is now handled. What about external traffic ?🤔

How do we identify what traffic you are dealing with it might be
malicious or safe

Maybe a wall can protect us 😉

Firewall

Imagine your house has a main door
You dont allow everyone to enter except your friend and family member

👉 A firewall is like a main door of the device , it checks the incoming traffic and decides what is allowed inside and what should be blocked

firewall

Now you are thinking why the security lives at the firewall not in my mouse , keyboard or somewhere else ? 🤔

Why security lives at the firewall ?

A firewall sits between the internet and your device , so it see all incomming and outgoing traffic.
This makes it the best place to check the data to allow or block it

Safe traffic inside , but who handles the load when users inscrease?

Load Balancer

Imagine a popular restaurant in your city with only one counter
When there are less customer it can handle the crowd easily right ? But when there are too many customers it gets crowded and also service become slow
Now the restaurant opens multiple counter to tackle this problem and now the service become fast and less crowded

👉 A load balancer distributes incoming traffic across multiple severs so no single server gets overloaded

But why do scalable system need this if your server can handle request 🤔🤔

Why do scalable system need a Load Balancer ?

Before Load Balancer â˜šī¸

When users increase :

After Load Balancer 😁

When User Increase :

So far , we have looked at each device individually

But how do they work in real life setup ?

All these devices with Real life setup

Example

Workflow

ISP sends internet to your home/office .

         âŦ‡ī¸

Modem receives internet from ISP .

         âŦ‡ī¸

Router receives data from modem and decide where it should go .

         âŦ‡ī¸

Switch connect multiple device ( Used where there are multiple devices eg office )

         âŦ‡ī¸

Firewall check whether traffic is safe or not

         âŦ‡ī¸

Loadbalancer recieves safe traffic and distributes it across multiple servers

         âŦ‡ī¸

Servers process the request and send response back the same path.

Fun Fact :- Every time you open a website , this entire process take only few miliseconds

Thanks for reading ! if enjoyed this blog , you can read more on this 👇

Scroll to top