Wide Area Networks
Wide Area Networks
Networks
CHAPTER 11 – WIDE AREA NETWORKS
Presentation_ID 2
Chapter 2
Presentation_ID 4
Purpose of WANs
Why Choose a WAN?
Always-on connection
technology that uses
existing twisted-pair
telephone lines to
transport high-
bandwidth data, and
provides IP services to
subscribers.
A DSL modem converts
an Ethernet signal from
the user device to a DSL
signal, which is
transmitted to the
central office.
Private WAN Infrastructures
Cable
Network access is
available from some
cable television
networks.
Cable modems
provide an always-on
connection and a
simple installation.
Private WAN Infrastructures
Wireless
New developments in
broadband wireless
technology:
Municipal Wi-Fi – Many
cities have begun setting up
municipal wireless
WiMAX – Worldwide
Interoperability for
Microwave Access
(WiMAX) is a new
technology that is just
beginning to come into use.
Satellite Internet
Private WAN Infrastructures
3G/4G Cellular
Benefits:
Cost savings
Security
Scalability
Compatibility with broadband
technology
Connecting Networks
Presentation_ID 27
Serial Communications
Point-to-Point Communication Links
Point-to-point links can connect two geographically distant sites.
Carrier dedicates specific resources for a line leased by the customer (leased-
line).
Point-to-point links are usually more expensive than shared services.
Serial Communications
DTE-DCE
DTE – Commonly CPE, generally a router, could also be a terminal, computer,
printer, or fax machine if they connect directly to the service provider
network.
DCE – Commonly a modem or CSU/DSU, it is a device used to convert the
user data from the DTE into a form acceptable to the WAN service provider
transmission link. The signal is received at the remote DCE, which decodes
the signal back into a sequence of bits; the remote DCE then signals this
sequence to the remote DTE.
Serial Communications
Serial Cables
Serial Communications
Serial Bandwidth
Bandwidth refers to the rate at which data is transferred over the
communication link.
HDLC Encapsulation
WAN Encapsulation Protocols
Data is encapsulated into frames before crossing the WAN link; an appropriate
Layer 2 encapsulation type must be configured.
HDLC Encapsulation
HDLC Encapsulation
Presentation_ID 42
Benefits of PPP
Introducing PPP
PPP permits
multiple network
layer protocols to
operate on the
same
communications
link.
For every network
layer protocol
used, PPP uses a
separate NCP.
LCP and NCP
PPP Frame Structure
PPP Sessions
Establishing a PPP Session
During link maintenance, LCP can use messages to provide feedback and test
the link.
Echo-Request, Echo-Reply, and Discard-Request can be used to test the
link.
Code-Reject and Protocol-Reject provides feedback when one device
receives an invalid frame due to either an unrecognized LCP code (LCP
frame type) or a bad protocol identifier.
PPP Sessions
LCP Operation (cont.)
PPP Sessions
LCP Packet
PPP Sessions
LCP Packet
PPP Sessions
LCP Packet (cont.)
PPP Sessions
PPP Configuration Options
Optional functions
include:
Authentication
using either PAP
or CHAP
Compression
using either
Stacker or
Predictor
Multilink that
combines two or
more channels to
increase the
WAN bandwidth
PPP Sessions
NCP Explained
3.3 CONFIGURING PPP
Presentation_ID 60
Configure PPP
PPP Configuration Options
PPP Callback – PPP callback is used to enhance security. With this LCP option,
a Cisco router can act as a callback client or a callback server. The client
makes the initial call, requests that the server call it back, and terminates its
initial call. The callback router answers the initial call and makes the return
call to the client based on its configuration statements. The command is ppp
callback [accept | request].
Multilink – This alternative provides load balancing over the router
interfaces that PPP uses. Multilink PPP provides a method for spreading
traffic across multiple physical WAN links while providing packet
fragmentation and reassembly, proper sequencing, multivendor
interoperability, and load balancing on inbound and outbound traffic.
Configure PPP
PPP Basic Configuration Command
Configure PPP
PPP Compression Commands
Configure PPP
PPP Link Quality Monitoring Command
The output indicates the interface Multilink 1, the hostnames of both the local
and remote endpoints, and the serial interfaces assigned to the multilink
bundle.
PPP Authentication
PPP Authentication Protocols
PPP Authentication
Password Authentication Protocol (PAP)
Initiating PAP
Completing PAP
PPP Authentication
Challenge Handshake Authentication Protocol
Initiating CHAP
Responding CHAP
PPP Authentication
CHAP (cont.)
Completing CHAP
PPP Authentication
PPP Encapsulation and Authentication Process
PPP Authentication
Configuring PPP Authentication
PPP Authentication
Configuring PPP Authentication (cont.)
PPP Authentication
Configuring PPP Authentication (cont.)