COMMON
NETWORK DEVICES
It can be noticed that many devices are used in computer
networks. Let us consider the details of the essential devices in computer
networking
MODEM
The telephone line can be used to
access Internet. The MODEM is a device that has to be used here to build the
necessary relationship to connect the computer to Internet through telephone
lines.
The word MODEM is coined with the
parts of the two words 'MODulation' and 'DEModulation'. The task of Modulation
is to convert Digital signals to Analog signals while the task of Demodulation
is to convert Analog signals to Digital signals. Analog signals are used in
general telephone lines and digital signals are used in computers.
Hub
Hub is one of the basic icons of networking devices which
works at physical layer and hence connect networking devices physically
together. Hubs are fundamentally used in networks that use twisted pair cabling to connect devices. They are
designed to transmit the packets to the other appended devices without altering
any of the transmitted packets received. They act as pathways to direct
electrical signals to travel along. They transmit the information regardless of
the fact if data packet is destined for the device connected or not.
Switches
Switches are the linkage points of an Ethernet network. Just
as in hub, devices in switches are connected to them through twisted pair
cabling. But the difference shows up in the manner both the devices; hub and a
switch treat the data they receive. Hub works by sending
the data to all the ports on the device whereas a switch transfers it only to that port which is
connected to the destination device. A switch does so by having an
in-built learning of the MAC address of the devices connected to it. Since the
transmission of data signals are well defined in a switch hence the network performance is
consequently enhanced. Switches operate in full-duplex mode
where devices can send and receive data from the switch at the simultaneously
unlike in half-duplex mode. The transmission speed in switches is double than
in Ethernet hub transferring a 20Mbps connection into 30Mbps and a 200Mbps
connection to become 300Mbps. Performance improvements are observed in
networking with the extensive usage of switches in the modern days.
Bridges
A bridge is a computer-networking device that builds the
connection with the other bridge networks that use the same protocol. It works
at the Data Link layer of the OSI Model and connects the different networks
together and develops communication between them. It connects two local-area
networks; two physical LANs into larger logical LAN or two segments of the same LAN that use the same
protocol. Apart from building up larger networks, bridges are also used to
segment larger networks into smaller portions.
The bridge does so by placing itself between the two portions of two physical
networks and controlling the flow of the data between them. Bridges nominate to
forward the data after inspecting into the MAC address of the devices connected
to every segment. The forwarding of the data is dependent on the
acknowledgement of the fact that the destination address resides on some other
interface. It has the capacity to block the incoming flow of data as well.
Today Learning bridges have been introduced that build a
list of the MAC addresses on the interface by observing the traffic on the
network. This is a leap in the development field of manually recording of MAC
addresses.
Routers
Routers are network layer devices and are
particularly identified as Layer- 3 devices of the OSI Model. They
process logical addressing information in the Network
header of a packet such as IP Addresses. Router is used to create larger
complex networks by complex traffic routing. It has the ability to connect
dissimilar LANs on the same protocol. It also has the ability to limit the flow
of broadcasts. A router primarily comprises of a hardware device or a system of
the computer, which has more than one network interface and routing software.
No comments:
Post a Comment