Skip to main content

Command Palette

Search for a command to run...

Understanding Network Devices

Updated
2 min read
Understanding Network Devices

What is a Network Device ?

Network Devices are the physical appliances required for communication between computers on a network. They act as the "plumbing" of the internet, directing data traffic, amplifying signals, and securing connections etc. Some of the network devices are listed below:

1. Hub

  • Function: Hub is a central connection point for devices in a LAN. 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).

2. Switch

  • Function: Connects devices in a LAN (Local Area Network) but 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.

3. Repeater

  • Function: Regenerates signals to extend the range of a network. It receives a weak signal (due to attenuation over long cables), amplifies it, and retransmits it.

  • Use Case: Extending WiFi range or Ethernet cables beyond 100 meters.

4. Modem (Modulator-Demodulator)

  • Function: Connects your home network to the ISP (Internet Service Provider). It Converts digital signals from your computer into analog signals for telephone/cable lines (Modulation) and converts incoming analog signals from telephone/cable lines, back into digital data (binary 0s and 1s) that computers and network devices can process (Demodulation).

5. Router

  • Function: Connects multiple networks (e.g., your Home LAN to the Internet).

  • 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.

6. Gateway

  • Function: A translator between two dissimilar networks.

  • How it Works: It can convert protocols, data formats, or architectures (e.g., connecting a TCP/IP network to a legacy Mainframe network).

  • Example: An "Internet Gateway" translates your private LAN requests into public internet requests.

7. Firewall

  • Function: Controls incoming and outgoing traffic based on security rules. Firewall is both hardware and software:

    • Hardware: A physical appliance at the network edge.

    • Software: Installed on a specific server/PC.

Below is a diagram illustrating how each network device connects to each other in a network.