Network Devices
Network Devices
NETWORK CEVICES
*Network Connectivity Devices-
*HUB-
What is Network Hub and How it Works?
Hub in networking plays a vital role in data transmission
and broadcasting. A hub is a hardware device used at the
physical layer to connect multiple devices in the network.
Hubs are widely used to connect LANs. A hub has
multiple ports. Unlike a switch, a hub cannot filter the
data, i.e. it cannot identify the destination of the packet,
So it broadcasts or sends the message to each port.
What is HUB?
A hub is a multi-port repeater. A hub connects multiple
wires coming from different branches, for example, the
connector in star topology which connects different
stations. Hubs cannot filter data, so data packets are sent
to all connected devices. In other words, the collision
domain of all hosts connected through hub remains one.
Hub does not have any routing table to store the data of
ports and map destination addresses., the routing table is
used to send/broadcast information across all the ports.
What is a Repeater?
Repeaters are defined as a networking device that is used
to amplify and generate the incoming signal. Repeaters
work at the physical layer of the OSI model. The main aim
of using a repeater is to increase the networking distance
by increasing the strength and quality of signals. The
performance of Local Area Networks (LANs) and Wide
Area Networks (WANs) repeaters are used. Using
repeaters helps to reduce error, and loss of data and
provides with delivery of data at specified locations only.
The major advantage of using a repeater is that it
provides with transfer of data with more security and
over a long distance.
Features of Repeaters
Repeater can regenerate the signal without modifying it.
Repeaters can be used in analog signals and digital
signals.
Repeaters can extend the range of networks.
Dynamic networking is supported by repeater.
Use of Repeaters reduces error and loss of data.
Power is required for working of repeaters.
Using repeater can add complexity in the network.
Bridge-
A bridge in a computer network is a device used to
connect multiple LANs together with a larger Local Area
Network (LAN). The mechanism of network aggregation
is known as bridging. The bridge is a physical or hardware
device but operates at the OSI model’s data link layer and
is also known as a layer of two switches.
Types of Bridges:
There are three types of bridges in computer networks,
which are as follows:
Transparent bridge
Source routing bridge
Spanning Tree Bridge
Transparent Bridge:
Transparent bridges are invisible to other devices on the
network. This bridge doesn’t reconfigure the network on
the addition or deletion of any station. The prime
function of the transparent bridge is to block or forward
the data according to the MAC address.
Switch-
The Switch is a network device that is used to segment
the networks into different subnetworks called subnets
or LAN segments. It is responsible for filtering and
forwarding the packets between LAN segments based on
MAC address.
What is a Router?
A Router is a networking device that forwards data
packets between computer networks. One or more
packet-switched networks or subnetworks can be
connected using a router. By sending data packets to
their intended IP addresses, it manages traffic between
different networks and permits several devices to share
an Internet connection.
Routers are the devices that are operated on the
Network Layer of the OSI Model, these are the most
common devices used in networking.
How Does Router Work?
A router determines a packet’s future path by examining
the destination IP address of the header and comparing it
to the routing database. The list of routing tables outlines
how to send the data to a specific network location. They
use a set of rules to determine the most effective way to
transmit the data to the specified IP address.
To enable communication between other devices and the
internet, routers utilize a modem, such as a cable, fiber,
or DSL modem. Most routers include many ports that can
connect a variety of devices to the internet
simultaneously. In order to decide where to deliver data
and where traffic is coming from, it needs routing tables.
A routing table primarily specifies the router’s default
path. As a result, it might not determine the optimum
path to forward the data for a particular packet. For
instance, the office router directs all networks to its
internet service provider through a single default
channel.
Static and dynamic tables come in two varieties in the
router. The dynamic routing tables are automatically
updated by dynamic routers based on network activity,
whereas the static routing tables are configured
manually.
Architecture of Router
A generic router consists of the following components:
Introduction of Gateways
A gateway is a network node or device that connects two
networks that use different transmission protocols.
Gateways play an important role in connecting two
networks. It works as the entry-exit point for a network
because all traffic that passes across the networks must
pass through the gateway. In this article, we are going to
discuss all important points related to Gateways.