Chapter 02 03
Chapter 02 03
Table of Contents
WAN Services
WANs provide for the exchange of
data packets/frames between
routers/bridges and the LANs they
support.
A WAN interconnects LANs that
are usually separated by large
geographic areas.
WANs connect devices. Such
devices include...
Routers
Routers offer many services
including:
Internetworking
Table of Contents
WAN Standards
Whatlayers of the OSI model do
WAN standards describe?
Physical and Data Link Layers
WAN Physical Layer
Protocols that describe how to provide
electrical, mechanical, operational, and
functional connections for WAN services.
These services are most often obtained
from WAN service providers such as
RBOCs, alternate carriers, post-
telephone, and telegraph (PTT) agencies.
Describes the interface between the
data terminal equipment (DTE) and the
data circuit-terminating equipment
(DCE).
WAN Physical Layer
Typically,the DCE is the service
provider and the DTE is the
attached device.
In this model, the services offered
to the DTE are made available
through a modem or a CSU/DSU.
WAN Physical Layer
Several physical layer standards
specifying this interface between
the DTE & DCE are...
EIA/TIA-232
EIA/TIA-449
V.24
V.35
X.21
G.703
EIA-530
WAN Data-Link Layer
WAN data link protocols describe
how frames are carried between
systems on a single data link.
They include protocols designed to
operate over dedicated point-to-
point, multipoint, and multi-access
switched services.
WAN standards are defined and
managed by a number of
WAN Data-Link Encapsulations
High-Level Data Link Control (HDLC)
Cisco default encapsulation; typically
used between routers running Cisco
IOS; replacing SDLC
Streamlined: no windowing or flow
control
may not be compatible with different
vendors because of the way each
vendor has chosen to implement it.
HDLC supports both point-to-point and
WAN Data-Link Encapsulations
Frame Relay
uses high-quality digital facilities;
uses simplified framing with no error
correction mechanisms
(connectionless!!);
it can send Layer 2 information much
more rapidly than other WAN
protocols
WAN Data-Link Encapsulations
PPP (Point-to-Point Protocol)
Developed by IETF; replacing SLIP
Contains a field to identify the
network layer protocol
PPP can check for link quality during
connection establishment
Supports PAP (Password
Authentication Protocol) & CHAP
(Challenge Handshake Authentication
Protocol)
WAN Technologies
Table of Contents
WAN Technologies Overview
Analog
Dedicated
• Dial-up
• T1, E1, T3,
modems
E3 Switche • Cable
• xDSL d modems
• SONET
• Wireless
Table of Contents
Internal Components
Packet buffering
NVRAM
Non-volatile RAM
Stores backup/startup
configuration files
Content is not lost when router is
powered down or restarted.
Flash
EEPROM (Electronically Erasable
Programmable Read-Only Memory)
Holds the Cisco IOS (Internet
Operating System)
Allows updating of software
without replacing the Flash chip
Multiple versions of IOS can be
stored
Retained on power down
ROM
Contains POST (Power On Self Test)
A bootstrap program (loads the
Cisco IOS)
And operating system software
Backup, trimmed down version of the
IOS
Upgrades require installing new chip
set
Interfaces
Network connections through
which packets enter and exit the
router
Attached to the motherboard or as
separate modules.
Labs
Beforemoving on to Ch. 3, make
sure you have done both of the
required labs for Ch. 2
Lab 2.2.2
Lab 2.2.3.2
Router User Interface
Table of Contents
User EXEC Modes
User mode
Limited mode used for checking the
routers status, looking at routing
tables, etc.
You cannot configure the router
Once you’ve typed the password to
enter user mode, you will see the >
prompt. The word “Router” will be the
name of the router. Means you’re in
user mode
Password:
Privileged EXEC Modes
Privileged mode
Does everything User mode does
Full power to configure the router
Table of Contents