Components and Devices
Components and Devices
Components and Devices
DEVICES
PREPARED BY: JOHN PAUL B. VILLARIN
COMMON NETWORK
DEVICES
What is a Network Device?
Components used to
connect computers as well
as other electrical devices
together in order to share
resources such as printers
and fax machines.
ACCESS
POINT
An access point is a device that creates a wireless local area network,
or WLAN, usually in an office or large building. An access point
connects to a wired router, switch, or hub via an Ethernet cable, and
projects a WiFi signal to a designated area.
APs come in all different shapes and sizes. Many are cheaper and designed
strictly for home or small office use. Such APs have low-powered antennas
and limited expansion ports. Higher-end APs used for commercial purposes
have high-powered antennas, enabling them to extend how far the wireless
signal can travel.
ANALOG
MODEM
An analog modem, usually just referred to as a modem (short for
modulator/demodulator), is a device that converts the digital signals
generated by a computer into analog signals that can travel over
conventional phone lines.
The modem at the receiving end converts the signal back into a format that
the computer can understand. Modems can be used as a means to
connect to an ISP or as a mechanism for dialing up a LAN.
Hubs are simple devices that direct data packets to all devices
connected to the hub, regardless of whether the data package is
destined for the device. This makes them inefficient devices and
can create a performance bottleneck on busy networks.
Example:
If computer 1 wants to
communicate with
computer 3, the data
will be sent to all the
computers on the
network since hubs
do not know the
destination of the
information it
receives.
In its most basic form, a hub does nothing except provide a pathway
for the electrical signals to travel along. Such a device is called
a passive hub. Far more common nowadays is an active hub,
which, as well as providing a path for the data signals, regenerates
the signal before it forwards it to all the connected devices. In
addition, an active hub can buffer data before forwarding it.
However, a hub does not perform any processing on the data it
forwards, nor does it perform any error checking.
Hubs come in a variety of shapes and sizes. Small hubs with five or
eight connection ports are commonly called workgroup hubs.
Others can accommodate larger numbers of devices (normally up
to 32). These are called high-density devices.
SWITCH
Switches are key building blocks for any network. They connect
multiple devices, such as computers, wireless access points,
printers, and servers; on the same network within a building or
campus. A switch enables connected devices to share information
and talk to each other. Devices connect to switches via twisted-pair
cabling, one cable for each device.
The difference between hubs and switches is in how the devices deal
with the data they receive. Whereas a hub forwards the data it
receives to all the ports on the device, a switch forwards it to only
the port that connects to the destination device. It does this by the
MAC address of the devices attached to it and then by matching the
destination MAC address in the data it receives.
By forwarding data to only the connection that should
receive it, the switch can greatly improve network
performance. By creating a direct path between two
devices and controlling their communication, the switch
can greatly reduce the traffic on the network and
therefore the number of collisions.
Content servers can help with load balancing because they can
distribute requests across servers and target data to only the
servers that need it, or distribute data between application
servers. For example, if multiple mail servers are used, the
content switch can distribute requests between the servers,
thereby sharing the load evenly. This is why the content switch
is sometimes called a load-balancing switch.
A content switch can distribute incoming data to specific
application servers and help distribute the load.