Objectives
Learn about the Internetworking Devices
Repeaters
Hubs
Switches
Bridges
Routers
Basic Internetworking Devices
Repeaters
Hubs
Switches
Bridges
Routers
Repeaters
Operates only in the physical layer.
Used to overcome attenuation for digital
signaling in a LAN
It extends the physical length of the LAN
It receives the (weak) signal and regenerates
the original bit pattern.
A repeater is a regenerator not an amplifier
Repeaters
It connects segments of a single LAN
A repeater forwards every frame, it has
no filtering capability, e.g. can be used
to overcome the 10Base5 Ethernet
length restriction.
It cannot connect two LANs using
different protocols. It is used within a
single LAN.
Repeaters
Function of a repeater
Hubs
Unintelligent device works at the Physical
layer
Used in Star topology of LAN e.g. used in
10BaseT
Can be called a multi-port repeater
All devices in the same collision domain
All devices in the same broadcast domain
Devices share the same bandwidth
With Hubs, normally CSMA/CD is used
Hubs
Switches and Bridges
Switches
Mostly used within a LAN in place of a
HUB in star topology
Bridges
Mostly used to connect two similar or
different Networks
Similarities
Both are called Layer 2 devices (Data
Link Layer)
Switches and Bridges
Both filters the traffic on the basis of
MAC address
Each segment has its own collision
domain
All segments are in the same broadcast
domain
Switches and Bridges
Routers
A router is Layer 3 i.e. Network Layer device
It doesnt support broadcasting
Each segment has separate collusion and
broadcast domains.
Use Layer 3 addresses : IP addresses
Main function performed is Routing using the IP
addresses
Maintains routing tables, ARP caches.
Exchanges information with other routers
Responsible for routing the packet from source
network to the destination network.
Hubs operate at Physical layer
Hubs operate at Physical layer
Hubs and Switches
When a workstation transmits data to a
hub, the hub immediately resends the data
frame out all connecting links.
A switch is a combination of a hub and a
bridge.
It can interconnect two or more
workstations, but like a bridge, it observes
traffic flow and learns.
When a frame arrives at a switch, the
switch examines the destination address and
forwards the frame out the one necessary
connection.
Hubs and Switches
Workstations that connect to a hub are
on a shared segment.
Workstations that connect to a switch
are on a switched segment
Switches and Bridges operate
at Data link layer
Network Device Domains
Backbone LANs
A backbone LAN is a high capacity LAN
that is used to connect different lowcapacity LANs with increased reliability.
Bus Backbone
In a Bus Backbone, the topology of the backbone
is bus.The backbone itself can use one of the
protocols that supports a bus topology such as
10Base5, 10Base2.
Star Backbone
In Star backbone, the topology of the backbone is
star. The backbone is just one switch that
connects different LANs.
Bus backbone
Star backbone
Bus backbone