# Introducing NetWork Devices

---

These devices are the building blocks that make communication possible between systems, users, and applications. From small home setups to large enterprise data centers, understanding how different devices work helps IT teams design networks that are fast, reliable, and secure.

![Network devices Images - Free Download on Freepik](https://img.freepik.com/free-vector/data-center-isometric-flowchart_1284-17130.jpg?semt=ais_hybrid&w=740&q=80 align="left")

# Devices list

## Modem

![Brits warned heatwave could BREAK their Wi-Fi – three ways to ensure your  route keeps running](https://www.thesun.co.uk/wp-content/uploads/2023/05/3d-rendering-router-blue-wi-733598881.jpg?quality=80&strip=all align="left")

lets start with most common one that most of us have heard of i.e. modem .

Modem is made using two words as that may sound weird as it does not feels so .

**MOD**ulator/**DEM**odulator is modem.It used to connect devices connected in the network to the **internet**. The main function of a modem is to convert the **analog signals** that come from telephone wire into a digital form. In digital form, these converted signals are stored in the form of 0s and 1s. The modem can perform both the task of **modulation** and demodulation simultaneously.

## Router

![D-Link AC1200 Dual Band Wi-Fi 5 Router (4 Antennas, 4 LAN Ports,  Beamforming, White)](https://media.tatacroma.com/Croma%20Assets/Computers%20Peripherals/Network%20Devices/Images/258806_e0anvq.png align="left")

* **Function:** Connects multiple networks (e.g., your Home LAN to the Internet WAN).
    
* **How it Works:** It uses IP Addresses to determine the best path for data packets to travel. It maintains a Routing Table to make these decisions.
    
* **Key Feature:** Routers stop broadcast traffic, isolating networks from each other.
    

## hub

![Network Hub at best price in Secunderabad by Sumith Eletronics Private  Limited | ID: 3994916133](https://3.imimg.com/data3/LX/QL/MY-3385751/hub.jpg align="left")

* **Function:** A central connection point for devices in a LAN.
    
* **How it Works:** It takes an incoming signal on one port and blindly broadcasts it to all other ports. It does not know who the recipient is.
    
* **Drawback:** High network traffic collisions and security risks (everyone sees everyone's data).
    
* **Status:** **Obsolete.** Replaced by Switches.
    

## Switch

![What is a Switch in Computer Network - VSOL](https://www.vsolcn.com/wp-content/uploads/2025/02/vsol-switch-v3500-28g.webp align="left")

* **Function:** Connects devices in a LAN (Local Area Network).
    
* **How it Works:** Unlike a Hub, a Switch learns the MAC address of every connected device. It sends data **only** to the specific port where the destination device is connected.
    
* **Benefit:** Reduces collisions and improves security and speed.
    
* **Types**
    
* **Unmanaged:** Plug-and-play (Home/Small Office).
    
* **Managed:** Configurable (VLANs, QoS) for enterprise use.
    

## Firewall

![Types of Network Firewall - GeeksforGeeks](https://media.geeksforgeeks.org/wp-content/uploads/20250805151242493838/network_firewall.webp align="left")

* **Function:** Security guard. Controls incoming and outgoing traffic based on security rules.
    
* **Hardware:** A physical appliance at the network edge.
    
* **Software:** Installed on a specific server/PC.
    
* **Packet Filtering:** Looks at headers (IP/Port).
    
* **Stateful Inspection:** Tracks active connections.
    

## Load Balancer

![Introduction to Load Balancer - GeeksforGeeks](https://media.geeksforgeeks.org/wp-content/uploads/20260112182015615865/load_balancer.webp align="left")

acts as a "traffic cop" in front of your servers, efficiently distributing incoming network or application traffic across multiple backend resources. By directing requests to healthy, available servers, it optimizes application performance, prevents single-server overload, and increases overall availability. 

---

# How all these devices work together in a real-world setup?

1. **Phone / Laptop**
    

* You type [`youtube.com`](http://youtube.com)
    

2. **Router**
    

* Knows this is NOT local
    
* Sends request outward
    

3. **Firewall**
    

* Checks: “Is this allowed?”
    
* Passes safe traffic
    

4. **Modem**
    

* Converts digital data to ISP format
    

5. **ISP / Internet**
    

* Routes traffic to Google servers
    

6. **Load Balancer (Google side)**
    

* Picks one healthy YouTube server
    

7. **Server responds**
    

* Response travels back same path
    

8. **Switch (inside LAN)**
    

* Delivers response to correct device
    

![How To use Switches in Network Diagram | Network Gateway Router | Design  elements - Network layout floorplan | Modem Router Firewall Switch Scheme](https://www.conceptdraw.com/How-To-Guide/picture/Network-diagram-System-design.png align="left")
