Chapter 04 of 12

Network Devices

Computers and other devices cannot communicate efficiently on a network without some hardware to connect and manage them. These hardware components are called network devices.

A network device is a physical device that helps computers and other devices connect, communicate, transmit data, or manage network traffic.

For example, when you connect your laptop to the internet using Wi-Fi, several network devices may be involved, such as a router, switch, modem, or wireless access point.

Common Network Devices

Some of the most important network devices are:

  • Network Interface Card (NIC)

  • Hub

  • Switch

  • Router

  • Modem

  • Repeater

  • Bridge

  • Wireless Access Point

  • Gateway

Let's understand each one.


1. Network Interface Card (NIC)

A Network Interface Card (NIC) is a hardware component that allows a device to connect to a network.

A NIC can provide either a wired Ethernet connection or a wireless connection.

For example, your laptop's Wi-Fi adapter is a type of network interface that allows it to communicate with a wireless network.

Main Purpose

Connects a device to a network.


2. Hub

A hub is a basic networking device used to connect multiple devices in a network.

When a hub receives data, it sends that data to all connected devices, even though only one device may actually be the intended receiver.

        PC
         |
PC ─── Hub ─── PC
         |
        PC

Because of this inefficient behavior, hubs are rarely used in modern networks and have largely been replaced by switches.

Main Purpose

Connect multiple devices and broadcast incoming data to them.


3. Switch

A switch connects multiple devices within a network, such as computers, printers, and servers.

Unlike a hub, a switch can identify the intended destination and forward data to the appropriate device.

        PC
         |
PC ─── Switch ─── PC
         |
       Printer

For example, if Computer A wants to send data to Computer B, the switch forwards the data toward Computer B instead of unnecessarily sending it to every connected device.

Main Purpose

Connect devices and efficiently forward data within a local network.

Switches are widely used in modern LANs.


4. Router

A router connects different networks and determines where data should go.

For example, your home router connects your home network to your Internet Service Provider's network, allowing your devices to access the internet.

Laptop ──┐
Phone  ──┼── Router ─── Internet
PC     ──┘

A router uses IP addresses to help determine the appropriate path for data.

Main Purpose

Connect different networks and route packets between them.


5. Modem

The word Modem comes from Modulator-Demodulator.

A modem is used to establish communication between your local network and the service provided by your Internet Service Provider, depending on the access technology being used.

For example, with certain broadband connections, a modem or modem-like device converts signals between the form used by the ISP's access network and the form used by your local network equipment.

Main Purpose

Provides the interface between a local network and certain types of ISP connections.

In many modern home setups, the modem and router functions are combined into a single device.


6. Repeater

A repeater receives a signal and regenerates it so that it can travel farther.

Signals can become weaker as they travel over long distances. A repeater helps extend the communication distance.

Device ─── Weak Signal ─── Repeater ─── Stronger Signal ─── Device

Main Purpose

Regenerate signals to extend network communication distance.


7. Bridge

A bridge connects and helps separate different sections of a network.

It examines MAC addresses to determine whether traffic needs to be forwarded between network segments.

Bridges were commonly used in older Ethernet networks. Today, switches largely perform the same basic role with greater capability.

Main Purpose

Connect and filter traffic between network segments.


8. Wireless Access Point

A Wireless Access Point (WAP) allows wireless devices to connect to a wired network using Wi-Fi.

Phone ── Wi-Fi ──┐
Laptop ─ Wi-Fi ──┼── Access Point ─── Wired Network
Tablet ─ Wi-Fi ──┘

For example, an office may use access points to provide Wi-Fi to employees while connecting those wireless users to the company's wired network.

Main Purpose

Provide wireless network access to devices.


9. Gateway

A gateway acts as a connection point between networks that may use different communication methods or architectures.

It can perform protocol translation when necessary, allowing systems using different protocols or network environments to communicate.

The term default gateway is also commonly used in IP networking. In a typical local network, the default gateway is usually the router that provides a path to other networks.

Main Purpose

Provide communication between different networks or network environments.


Network Devices Comparison

Device

Main Purpose

NIC

Connects a device to a network

Hub

Sends incoming data to all connected devices

Switch

Forwards data to the appropriate device

Router

Connects different networks and routes packets

Modem

Interfaces with certain ISP access technologies

Repeater

Regenerates signals to extend their range

Bridge

Connects and filters network segments

Access Point

Provides wireless network access

Gateway

Connects different network environments

Switch vs Router

Students often confuse switches and routers, so here's a simple way to remember them:

Switch

Router

Mainly connects devices within a network

Connects different networks

Commonly used inside a LAN

Used to communicate between networks

Uses MAC addresses for local forwarding

Uses IP addresses for routing

Example: connecting office computers

Example: connecting a home network to the Internet

Think of it this way:

Switch → Connects devices

Router → Connects networks

Conclusion

Network devices are the hardware components that make communication between devices and networks possible.

The most important ones to understand at this stage are NIC, hub, switch, router, modem, repeater, bridge, access point, and gateway. Among them, switches and routers are especially important because they play major roles in modern computer networks.