Connecting Devices U5 Nots
Connecting Devices U5 Nots
In this section, we divide connecting devices into five different categories based on the
layer in which they operate in a network
4. Those which operate at the physical, data link, and network layers (a router or a three-
layer switch).
5. Those which can operate at all five layers (a gateway)
Switches
A switch is a multiport device that improves network efficiency. Switches maintain limited
routing information about nodes in the internal network, allowing connections to systems
like hubs or routers. Strands of LANs are usually connected using switches. Generally,
switches read the hardware addresses of incoming packets to transmit them to the
appropriate destination.
Switches can be managed or unmanaged. Managed switches let users tweak settings like
LAN traffic and channel prioritization. Unmanaged switches are for basic connection and
do not allow users to control settings.
Switches improve network efficiency better than hubs or routers due to their virtual circuit
capability. Because virtual circuits are challenging to examine with network monitors,
switches also boost network security. Think of a switch as a device combining the best
capabilities of routers and hubs. A switch can work at the data link or the OSI model’s
network layer. A multilayer switch operates at both layers, meaning it can operate as a
switch and a router. A multilayer switch is a high-performance device that supports the
same routing protocols as routers.
Switches can be subject to distributed denial of service (DDoS) attacks; flood guards
prevent malicious traffic from halting the switch. Because of this, switch port security is
critical, meaning you must secure all switches. To do this, disable all unused ports and use
dynamic host configuration protocol (DHCP) snooping, address resolution protocol (ARP),
and Media Access Control (MAC) address filtering. These methods prevent unauthorized
servers and IP addresses from entering networks and help guarantee that only trusted
ports send and receive information.
Bridges
Bridges connect two or more hosts or network segments by storing or hosting frames
between them. Bridges use hardware MAC addresses for transferring frames. They can
forward or block data with the MAC address of the devices connected to each segment.
They can also connect two physical LANs into a larger logical LAN.
Bridges are like hubs in many respects, including connecting LAN components with
identical protocols. However, bridges filter incoming data packets, known as frames, for
addresses before being forwarded. As it filters frames, the bridge makes no modifications
to the formatting or content of the incoming data. Instead, the bridge filters and forwards
frames on the network with the help of a dynamic bridge table. The bridge table, which is
initially empty, maintains the LAN addresses for each computer in the LAN and the
addresses of each bridge interface that connects the LAN to other LANs. Bridges, like
hubs, are either simple or multiple-port.
Bridges have mostly fallen out of favor in recent years, replaced by more functional
switches. In fact, switches are sometimes referred to as “multiport bridges” because of how
they operate.
Routers
The main job of a router is to direct traffic. Routers transfer packets to their destinations
by charting a path through interconnected networking devices using different network
topologies. Routers are intelligent devices that store information about their connected
networks. Most routers also operate as packet-filtering firewalls and use access control lists
(ACLs).
In conjunction with a channel service unit/data service unit (CSU/DSU), routers also
translate from LAN framing to WAN framing. This is needed because LANs and WANs
use different network protocols. Such routers are known as border routers; they serve as
the outside connection of a LAN to a WAN and operate at the border of your network.
Routers also divide internal networks into two or more subnetworks and can be connected
internally to other routers, creating zones that operate independently. Routers establish
communication by maintaining tables about destinations and local connections. A router
contains information about the systems connected to it and where to send requests if the
destination isn’t known. Routers usually communicate routing and other information using
one of three standard protocols: Routing Information Protocol (RIP), Border Gateway
Protocol (BGP) or Open Shortest Path First (OSPF).
Routers act as your first line of defense. You must configure them to pass only traffic
authorized by network administrators. The routers themselves are configured as static or
dynamic:
Static routers can only be configured manually and stay that way until changed.
Dynamic routers use information about nearby routers to build their routing tables.
Repeaters
A repeater is an electronic device that works at the physical layer of the OSI model to
amplify a received signal. It receives a signal and retransmits it at a higher level or higher
power. As a result, the signal covers longer distances, sometimes more than 100 meters for
standard LAN cables.
Repeaters are useful for anyone working in a large facility where the Wi-Fi might be spotty
in the outer reaches of the space. Large office buildings, warehouses, laboratories and
campuses are all locations that can benefit from repeaters.
Gateways
Gateways connect networks operating on different protocols so data can transfer between
destinations. These devices normally work at the Transport and Session layers of the OSI
model. At the Transport layer and above, there are numerous protocols and standards
from different vendors, and gateways help deal with them.
Hubs
Hubs connect multiple computer networking devices, working only on the Physical layer of
the OSI. Hubs do not perform packet filtering or addressing functions. Instead, they send
data packets to all connected devices. A hub also acts as a repeater, amplifying signals that
deteriorate after traveling long distances over connecting cables. A hub is the most
straightforward network connecting device because it connects LAN components with
identical protocols.
A hub can be used with digital and analog data, provided its settings are configured to
prepare for the formatting of the incoming data. For example, if the incoming data is in
digital format, the hub must pass it on as packets. But if the incoming data is analog, it
passes it on in signal form.
A simple hub has only one port for connecting a device to other networks.
Multiple-port hubs allow users to connect many devices, and some expand
modularly.
There are also active and passive hubs. Active hubs boost the signal, as a repeater would,
while passive hubs have no boosting capabilities.
BACKBONE NETWORKS
Some connecting devices discussed in this chapter can be used to connect LANs in a
backbone network. A backbone network allows several LANs to be connected. In a
backbone network, no station is directly connected to the backbone; the stations are
part of a LAN, and the backbone connects the LANs. The backbone is itself a LAN
that uses a LAN protocol such as Ethernet; each connection to the backbone is itself
another LAN.
Although many different architectures can be used for a backbone, we discuss only
the two most common: the bus and the star.
Bus Backbone
In a bus backbone, the topology of the backbone is a bus. The backbone itself can use
one of the protocols that support a bus topology such as lOBase5 or lOBase2.
In a bus backbone, the topology of the backbone is a bus.
Bus backbones are normally used as a distribution backbone to connect different
buildings in an organization. Each building can comprise either a single LAN or
another backbone (normally a star backbone). A good example of a bus backbone is
one that connects single- or multiple-floor buildings on a campus. Each single-floor
building usually has a single LAN. Each multiple-floor building has a backbone (usually a
star) that connects each LAN on a floor. A bus backbone can interconnect these
LANs and backbones. Figure 15.12 shows an example of a bridge-based backbone with
four LANs
VIRTUAL LANs
A station is considered part of a LAN if it physically belongs to that LAN. The criterion
of membership is geographic. What happens if we need a virtual connection between
two stations belonging to two different physical LANs? We can roughly define a virtual
local area network (VLAN) as a local area network configured by software, not by
physical wiring.
Let us use an example to elaborate on this definition. Figure 15.15 shows a
switched LAN in an engineering firm in which 10 stations are grouped into three LANs
that are connected by a switch. The first four engineers work together as the first group,
the next three engineers work together as the second group, and the last three engineers
work together as the third group. The LAN is configured to allow this arrangement.
But what would happen if the administrators needed to move two engineers from
the first group to the third group, to speed up the project being done by the third group?
The LAN configuration would need to be changed. The network technician must
rewire. The problem is repeated if, in another week, the two engineers move back to
their previous group. In a switched LAN, changes in the work group mean physical
changes in the network configuration.
Figure 15.16 shows the same switched LAN divided into VLANs. The whole idea
of VLAN technology is to divide a LAN into logical, instead of physical, segments. A
LAN can be divided into several logical LANs called VLANs. Each VLAN is a work
group in the organization. If a person moves from one group to another, there is no need
to change the physical configuration. The group membership in VLANs is defined by
software, not hardware. Any station can be logically moved to another VLAN. All members
belonging to a VLAN can receive broadcast messages sent to that particular VLAN.
This means if a station moves from VLAN 1 to VLAN 2, it receives broadcast messages
sent to VLAN 2, but no longer receives broadcast messages sent to VLAN 1.
It is obvious that the problem in our previous example can easily be solved by
using VLANs. Moving engineers from one group to another through software is easier
than changing the configuration of the physical network.
VLAN technology even allows the grouping of stations connected to different
switches in a VLAN. Figure 15.17 shows a backbone local area network with two
switches and three VLANs. Stations from switches A and B belong to each VLAN.
Cellular Telephony
• Cellular network is an underlying technology for mobile phones, personal
communication systems, wireless networking etc.
• The technology is developed for mobile radio telephone to replace high power
transmitter/receiver systems. Cellular networks use lower power, shorter range and
more transmitters for data transmission.
Features of Cellular Systems-
• Wireless Cellular Systems solves the problem of spectral congestion and increases user
capacity. The features of cellular systems are as follows −
• Offer very high capacity in a limited spectrum.
• Reuse of radio channel in different cells.
• Enable a fixed number of channels to serve an arbitrarily large number of users by
reusing the channel throughout the coverage region.
• Communication is always between mobile and base station (not directly between
mobiles).
• Each cellular base station is allocated a group of radio channels within a small
geographic area called a cell.
• Neighboring cells are assigned different channel groups.
• By limiting the coverage area to within the boundary of the cell, the channel groups
may be reused to cover different cells.
• Keep interference levels within tolerable limits.
• Frequency reuse or frequency planning.
• Organization of Wireless Cellular Network
Advantages of Cellular Networks-
• Mobile and fixed users can connect using it. Voice and data services also provided.
• Has increased capacity & easy to maintain.
• Easy to upgrade the equipment & has consumes less power.
• It is used in place where cables can not be laid out because of its wireless existence.
• To use the features & functions of mainly all private and public networks.
• Can be distributed to the larger coverage of areas.
Disadvantages of Cellular Networks-
• It provides a lower data rate than wired networks like fiber optics and DSL. The data
rate changes depending on wireless technologies like GSM, CDMA, LTE, etc.
• Macrophage cells are impacted by multipath signal loss.
• To service customers, there is a limited capacity that depends on the channels and
different access techniques.
• Due to the wireless nature of the connection, security issues exist.
• For the construction of antennas for cellular networks, a foundation tower and space
are required. It takes a lot of time and labor to do this.
Satellite NETWORK-
• A satellite is an object that revolves around another object. For example, earth is a
satellite of The Sun, and moon is a satellite of earth.
• A communication satellite is a microwave repeater station in a space that is used for
telecommunication, radio and television signals. A communication satellite processes
the data coming from one earth station and it converts the data into another form and
send it to the second earth station
• The transmission system from the earth station to the satellite through a channel is
called the uplink. The system from the satellite to the earth station through the
channel is called the downlink
Advantages of Satellite-
• The advantages of Satellite Communications are as follows −
• The Coverage area is very high than that of terrestrial systems.
• The transmission cost is independent of the coverage area.
• Higher bandwidths are possible.
Disadvantages of Satellite-
• The disadvantages of Satellite Communications are as follows −
• Launching satellites into orbits is a costly process.
• The bandwidths are gradually used up.
• High propagation delay for satellite systems than the conventional terrestrial systems
SONET-
• SONET stands for Synchronous Optical Network. SONET is a communication protocol,
developed by Bellcore – that is used to transmit a large amount of data over relatively
large distances using optical fibre. With SONET, multiple digital data streams are
transferred at the same time over the optical fibre.
• Key Points:
• Developed by Bellcore
• Used in North America
• Standardized by ANSI (American National Standards Institute)
• Similar to SDH (Synchronous Digital Hierarchy) which is used in Europe and Japan.
SONET Connections:
• Section: Portion of network connecting two neighbouring devices.
• Line: Portion of network connecting two neighbouring multiplexers.
• Path: End-to-end portion of the network
Layers of SONET:
• SONET includes four functional layers:
• Path Layer:
• It is responsible for the movement of signals from its optical source to its
optical destination.
• STS Mux/Demux provides path layer functions.
• Line Layer:
• It is responsible for the movement of signal across a physical line.
• STS Mux/Demux and Add/Drop Mux provides Line layer functions.
• Section Layer:
• It is responsible for the movement of signal across a physical section.
• Each device of network provides section layer functions.
• Photonic Layer:
• It corresponds to the physical layer of the OSI model.
• It includes physical specifications for the optical fibre channel (presence of light
= 1 and absence of light = 0)
Benefits of SONET-
• transmits information over long distances
• very little electromagnetic interference
• greater data rates
• Broad Bandwidth
• SONET's drawbacks include:
• No standard that is compatible.
• SONET mux services are necessary for tributary services.
• Low cost and efficient for few channels.
• The SONET/SDH network management system is inadequate for managing and using
the DWDM technique.
• At higher capacities, bandwidth efficiency is a problem.
• There must be more overhead.
Virtual Tributaries-
• The STS SPE can be subdivided into smaller structures, known as virtual tributaries
(VTs). VTs are used for transporting and switching payloads smaller than the STS-1
rate.
• All services below the DS3, such as DS1 signals, are transported in the VT structure.
The various sub-DS3 TDM payloads that can be carried over VTs are shown in Table 5-
6. An individual VT containing a DS1 can be added or dropped without multiplexing or
demultiplexing the entire STS-1.
• This improved accessibility improves switching and grooming at VT or STS levels. The
STS-1 payload can be subdivided into VTs that are synchronous signals used to
transport lower-speed transmissions.
• Working:
• Frame relay switches set up virtual circuits to connect multiple LANs to build a WAN.
Frame relay transfers data between LANs across WAN by dividing the data in packets
known as frames and transmitting these packets across the network. It supports
communication with multiple LANs over the shared physical links or private lines
• Types:
• Permanent Virtual Circuit (PVC) –
These are the permanent connections between frame relay nodes that exist for long
durations. They are always available for communication even if they are not in use.
These connections are static and do not change with time.
• Switched Virtual Circuit (SVC) –
These are the temporary connections between frame relay nodes that exist for the
duration for which nodes are communicating with each other and are closed/
discarded after the communication. These connections are dynamically established as
per the requirements.
• Advantages:
• High speed
• Scalable
• Reduced network congestion
• Cost-efficient
• Secured connection
• Disadvantages:
• Lacks error control mechanism
• Delay in packet transfer
• Less reliable
• Telephone networks support a single quality of service and are expensive to boot.
ATM Applications:
• ATM WANs –
It can be used as a WAN to send cells over long distances, a router serving as an end-
point between ATM network and other networks, which has two stacks of the
protocol.