Networking Devices
Networking Devices
PRESENTED BY
SHILPA KHURANA
A.P CSE DEPT
Introduction
• LANs do not normally operate in isolation but
they are connected to one another or to the
Internet.
• To connect LANs, connecting devices are
needed and various connecting devices are
such as bridge, switch, router, hub, repeater.
CONNECTING DEVICES
• Connecting devices into five different
categories based on the layer in which they
operate in a network.
Hubs
• A hub is used as a central point of connection among
media segments.
• Cables from network devices plug in to the ports
on the hub.
• Types of HUBS :
– A passive hub is just a connector. It connects the
wires coming from different branches.
– The signal pass through a passive hub without regeneration
or amplification.
– Connect several networking cables together
– Active hubs or Multiport repeaters- They regenerate
or amplify the signal before they are retransmitted.
Repeaters
• A repeater is a device that operates only at the
PHYSICAL layer.
• A repeater can be used to increase the length of the network by
eliminating the effect of attenuation on the signal.
• It connects two segments of the same network, overcoming the
distance limitations of the transmission media.
• A repeater forwards every frame; it has no
filtering capability.
• A repeater is a regenerator, not an amplifier.
• Repeaters can connect segments that have the same access method.
(CSMA/CD, Token Passing, Polling, etc.)
Repeater connecting two segments of a LAN
Function of a repeater
Bridges
Routers connecting
independent LANs and
WANs
Advantages and Disadvantages of Routers
• Advantages
– Routers
provide sophisticated routing, flow control, and traffic
isolation
are configurable, which allows network manager to
make policy based on routing decisions
allow active loops so that redundant paths are available
• Disadvantages
– Routers
– are protocol-dependent devices that must understand
the protocol they are forwarding.
– can require a considerable amount of
initial configuration.
– are relatively complex devices, and generally are more
expensive than bridges.
Routers versus Bridges
• Addressing
– Routers are explicitly addressed.
– Bridges are not addressed.
• Availability
– Routers can handle failures in links, stations, and other
routers.
– Bridges use only source and destination MAC address,
which does not guarantee delivery of frames.
Message Size
» Routers can perform fragmentation on packets and thus handle
different packet sizes.
» Bridges cannot do fragmentation and should not forward
a frame which is too big for the next LAN.
Forwarding
» Routers forward a message to a specific destination.
» Bridges forward a message to an outgoing network.
Priority
» Routers can treat packets according to priorities
» Bridges treat all packets equally.
Error Rate
» Network layers have error-checking
algorithms that examines each received
packet.
» The MAC layer provides a very low undetected bit
error rate.
Security
» Both bridges and routers provide the ability
to put “security walls” around specific
stations.
» Routers generally provide greater security than
bridges because
– they can be addressed directly and
– they use additional data for implementing
security
Brouters: Bridging Routers