You are on page 1of 38

Chapter 15

Connecting LANs,
Backbone Networks,
and Virtual LANs
15.1

Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

151CONNECTINGDEVICES
In this section, we divide connecting devices into five
different categories based on the layer in which they
operate in a network.
Topics discussed in this section:
Passive Hubs
Active Hubs
Bridges
Two-Layer Switches
Routers
Three-Layer Switches
Gateways
15.2

Figure 15.1 Five categories of connecting devices

15.3

The five categories contain devices which can


be defined as
1. Those which operate below the physical
layer such as a passive hub.
2. Those which operate at the physical layer
(a repeater or an active hub).
3. Those which operate at the physical and
data link layers (a bridge or a two-layer
switch).
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
15.4

Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Passive Hubs
A passive hub is just a connector. It connects
the wires coming from different branches.
In a star-topology Ethernet LAN, a passive
hub is just a point where the signals coming
from different stations collide;
the hub is the collision point

15.5

A repeater is a connecting device that


operates in the physical layer of the Internet
model. A repeater regenerates a signal,
connects segments of a LAN, and has no
filtering capability.
A repeater is a device that operates only in
the physical layer
A repeater receives a signal and, before it
becomes too weak or corrupted, regenerates
the original bit pattern.
The repeater then sends the refreshed
15.6

Figure 15.2 A repeater connecting two segments of a LAN

15.7

Note

A repeater connects segments of a LAN.


A repeater forwards every frame;
it has no filtering capability.
A repeater is a regenerator,
not an amplifier.
1. bit for bit copy
2. remove noise, but do not correct/detect
error
3. Recover the signal strength
15.8

Figure 15.3 Function of a repeater

15.9

Figure 15.2 A repeater connecting two segments of a LAN

15.10

Active Hubs
An active hub is actually a multipart repeater.
It is normally used to create connections
between stations in a physical star topology.,
hubs can also be used to
create multiple levels of hierarchy, as shown
in Figure 15.4.

15.11

Figure 15.4 A hierarchy of hubs


A hub is actually a multiport repeater

15.12

A bridge is a connecting device that operates


in the physical and data link layers of
the Internet model
As a physical layer device, it regenerates the
signal it receives.
As a data link layer device, the bridge can
check the physical (MAC) addresses (source
and destination) contained in the frame.

15.13

Note

A bridge checks MAC addresses. It has


a table used in filtering decisions
(Forward? Drop?). The table shows the
map between MAC addresses and ports.
In Ethernet, Ethernet switch
is a bridge device
15.14

Figure 15.5 A bridge connecting two LANs

15.15

Transparent Bridges
A transparent bridge is a bridge in which the
stations are completely unaware of the
bridge's existence. If a bridge is added or
deleted from the system, reconfiguration of
the stations is unnecessary. According to the
IEEE 802.1 d specification, a system
equipped with transparent bridges must meet
three criteria:
I. Frames must be forwarded from one station
to another.
2. The forwarding table is automatically made
by learning frame movements in the network.
3. Loops in the system must be prevented

Figure 15.5 A bridge connecting two LANs

15.17

Figure 15.6 A learning bridge and the process of learning

15.18

Let us elaborate on this process by using


Figure 15.6.
1. When station A sends a frame to station D,
the bridge does not have an entry for
either D or A. The frame goes out from all
three ports; the frame floods the network.
The bridge adds this entry to its table. The
table has its first entry now.
2. When station E sends a frame to station A,
the bridge has an entry for A.There is no
flooding.
3. When station B sends a frame to C
4. The process of learning continues as the
15.19
bridge
forwards frames.

Loop Problem Transparent bridges work fine


as long as there are no redundant
bridges in the system.
Systems administrators, however, like to have
redundant bridges(more than one bridge
between a pair of LANs) to make the system
more reliable. If a bridge fails, another bridge
takes over until the failed one is repaired or
replaced.Redundancy can create loops in the
system, To solve the looping problem,
the IEEE specification requires that bridges
use the spanning tree algorithm to create a
loop less topology
15.20

Figure 16.7

Loop problem

Figure 15.7 Loop problem in a learning bridge

15.22

Figure 15.8 A system of connected LANs and its graph representation

15.23

Figure 15.9 Finding the shortest paths and the spanning


tree in a system of bridges

15.24

Figure 15.10 Forwarding and blocking ports after using spanning


tree algorithm

15.25

Figure 15.11 Routers connecting independent LANs and WANs

Routers it is a three-layer device that routes


packets based on their logical addresses
(host-to-host addressing). A router normally
connects LANs and WANs in the Internet
and has a routing table that is used for
making decisions about the route. The routing
tables are normally dynamic and are updated
using routing protocols.

15.26

152BACKBONENETWORKS
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.

Topics discussed in this section:


Bus Backbone
Star Backbone
Connecting Remote LANs
15.27

Note

In a bus backbone, the topology


of the backbone is a bus.

15.28

Figure 15.12 Bus backbone

15.29

Note

In a star backbone, the topology of the


backbone is a star;
the backbone is just one switch.

15.30

Figure 15.13 Star backbone

15.31

Figure 15.14 Connecting remote LANs with bridges

15.32

Note

A point-to-point link acts as a LAN in a


remote backbone connected by
remote bridges.

15.33

153VIRTUALLANs
We can roughly define a virtual local area network
(VLAN) as a local area network configured by
software, not by physical wiring.

Topics discussed in this section:


Membership
Configuration
Communication between Switches
IEEE Standard
Advantages
15.34

Figure 15.15 A switch connecting three LANs

15.35

Figure 15.16 A switch using VLAN software

15.36

Figure 15.17 Two switches in a backbone using VLAN software

15.37

Note

VLANs create broadcast domains.

15.38

You might also like