WAN
WAN
Introduction
to WAN
WAN TECHNOLOGY OVERVIEW
Introduction to WANs 2
User Access to
network devices.
WAN Switching Concepts
WAN switched networks fall into two
categories:
Circuit switched.
POTS, ISDN
Packet switched.
Frame Relay, ATM, X.25
WAN Switching Concepts – Circuit
Switched
When a subscriber
makes a telephone
call, the dialed
number is used to set
switches in the
exchanges along the
route of the call so
that there is a
circuit from the originating caller to the receiver of the call.
Because of the switching operation used to establish the circuit,
the telephone system is called a circuit-switched network.
WAN Switching Concepts – Circuit
Switched
If the telephones are
replaced with
modems, then the
switched circuit is
able to carry data.
Suppose it is used
to access a web page.
There will be a burst
of activity that uses the entire bandwidth while the page is being
downloaded.
That will be followed by no activity while the user reads the page
and followed again by another burst while another page is
accessed.
WAN Switching Concepts – Circuit
Switched
If the circuit carries
data, it may not be
very efficient.
An alternative is
to allocate the
capacity to the
traffic only when
it is needed and
share capacity
among many
users.
If the circuit is to be shared, there must be some mechanism to
label the bits so that the system knows where to deliver them.
The bits are gathered into groups called cells, frames, or
packets.
WAN Switching Concepts – Packet
Switched
Each packet
must contain the
network
information
in order to be
delivered to the
correct
destination.
The packet passes from exchange to exchange for delivery
through the provider network.
Packet Switched describes the type of network in which relatively
small units of data called packets are routed through a network
based on the destination address contained within each packet.
WAN Switching Concepts – Packet
Switched
The circuits only
exist while data
travels through
them.
They are termed
virtual circuits
and are
categorized as
switched or permanent.
Switched Virtual Circuit (SVC): Is constructed at the time of the
connection and disappears when the user is done.
Permanent Virtual Circuit (PVC): Is a pre-configured pathway through
the provider’s network. This path is always available to the user for
data transmission.
WAN Switching Concepts – Packet
Switched
These networks
can also be
connectionless
or
connection-oriented.
The Internet is a
good example of a
connectionless, packet switched network. Each packet contains
all of the addressing information required for successful packet
delivery.
Frame Relay is an example of a connection-oriented packet
switched network. Each packet does not require addressing
information and travels a pre-configured path between the
source and the destination.
Introduction to WANs 1
7
A dedicated point-to-
point link is provided
by the vendor.
• Public:
Public connections
use the global
Internet infrastructure.
Until the development
of VPN technology,
the Internet was not
a viable connection
option. Security
issues prevented its use.
The Internet is now an inexpensive and secure option for
connecting to teleworkers and remote offices where
performance guarantees are not critical.
DSL, Cable Broadband Wireless
Dedicated Connection Link
Options
Dedicated or Leased Line Connection
• X.25:
• Legacy network
layer protocol.
• Typical applications
are point-of-sale
card readers.
X.25
• Speeds vary from
2400 b/s up to
2 Mb/s.
• The short-leased line to the Frame Relay network edge allows cost-
effective connections between widely scattered LANs.
Packet-Switched Connection
Options
ATM
Physical Addressing
Encapsulation
Flow Control
WAN Technology
3
Overview 1
WAN and the OSI Model:
In relation to the OSI reference model, WAN operations
focus on Layer 1 and Layer 2.
WAN access standards are defined and managed by a
number of recognized authorities, including the
International Organization for Standardization (ISO),
the Telecommunication Industry Association (TIA), and
the Electronic Industries Alliance (EIA).
WAN Technology
3
Overview 2
WAN and the OSI Model:
In relation to the OSI reference model, WAN operations focus
on Layer 1 and Layer 2.
Data Link layer protocols define how the data is encapsulated as well as how it is
transported between sites.
WAN Data Link Layer 4
Concepts 0