Network Devices (original) (raw)

Last Updated : 20 Apr, 2026

Network Devices are the physical appliances required for communication and interaction between computers on a computer network.

Common-Types-of-Network-Devices-1

Types of Network Devices

Layer 1 Devices: Physical Layer

These devices deal with raw electrical or optical signals (bits). These devices donnot understand IP addresses or MAC addresses.

1. Hub

It is a central connection point for devices in a LAN.

2. Repeater

It regenerates signals to extend the range of a network.

3. Modem (Modulator-Demodulator)

This bridges the gap between digital computer data and analog signals, allowing devices to connect to the internet via telephone, cable, or fiber lines.

These devices work with MAC Addresses (Physical Addresses). They are smarter than hubs.

4. Switch

A switch is a high-speed networking device that connects devices (computers, printers, servers) within a Local Area Network (LAN),

5. Bridge

This connects two separate LAN segments to make them appear as one.

6. Access Point (AP)

It is a networking hardware device that allows Wi-Fi-enabled devices, such as laptops and smartphones, to connect to a wired network.

Layer 3 Devices: Network Layer

These devices work with IP Addresses (Logical Addresses) and connect different networks together.

7. Router

It is a networking device that connects multiple networks and directs data packets between them using IP addresses.

8. Brouter (Bridging Router)

It is a networking device combining bridge and router functions, operating at both the Data Link and Network layers of the OSI model.

Layer 4-7 Devices: Advanced Processing

9. Gateway

It is a hardware device or software node that acts as an entry/exit point between two distinct networks using different protocols, translating data to ensure compatibility.

10. Firewall

It is a network security system, comprising hardware, software, or both that monitors and controls incoming and outgoing network traffic based on predetermined security rules

Hub vs. Switch vs. Router

**Feature **Hub **Switch **Router
**Layer Layer 1 (Physical) Layer 2 (Data Link) Layer 3 (Network)
**Address Type None (Bits) MAC Address IP Address
**Data Flow Broadcast (to all) Unicast (to destination) Route (best path)
**Intelligence Dumb Smart Smarter
**Used For Obsolete Connecting Devices (LAN) Connecting Networks (WAN)