28
CHABOT COLLEGE CISCO NETWORKING ACADEMY CHABOT COLLEGE CISCO NETWORKING ACADEMY Chabot College Chabot College Point-to-Point Protocol Point-to-Point Protocol

Chabot College

Embed Size (px)

DESCRIPTION

Chabot College. Point-to-Point Protocol. Point-to-Point Protocol. Point-to-Point Protocol. successor to SLIP router-to-router host-to-network synchronous or asynchronous developed in the 80’s. Layering PPP Elements. PPP Operation. PPP Physical Interfaces. - PowerPoint PPT Presentation

Citation preview

Page 1: Chabot College

CHABOT COLLEGE CISCO NETWORKING ACADEMYCHABOT COLLEGE CISCO NETWORKING ACADEMY

Chabot CollegeChabot College

Point-to-Point ProtocolPoint-to-Point Protocol

Page 2: Chabot College

CHABOT COLLEGE CISCO NETWORKING ACADEMYCHABOT COLLEGE CISCO NETWORKING ACADEMY

Point-to-Point ProtocolPoint-to-Point Protocol

Page 3: Chabot College

CHABOT COLLEGE CISCO NETWORKING ACADEMYCHABOT COLLEGE CISCO NETWORKING ACADEMY

Point-to-Point ProtocolPoint-to-Point Protocol

• successor to SLIP

• router-to-router

• host-to-network

• synchronous or asynchronous

• developed in the 80’s

Page 4: Chabot College

CHABOT COLLEGE CISCO NETWORKING ACADEMYCHABOT COLLEGE CISCO NETWORKING ACADEMY

Layering PPP ElementsLayering PPP Elements

Page 5: Chabot College

CHABOT COLLEGE CISCO NETWORKING ACADEMYCHABOT COLLEGE CISCO NETWORKING ACADEMY

PPP OperationPPP Operation

Page 6: Chabot College

CHABOT COLLEGE CISCO NETWORKING ACADEMYCHABOT COLLEGE CISCO NETWORKING ACADEMY

PPP Physical InterfacesPPP Physical Interfaces

PPP runs on the following types of WAN physical interfaces:

Asynchronous serial ISDN Synchronous serial

Page 7: Chabot College

CHABOT COLLEGE CISCO NETWORKING ACADEMYCHABOT COLLEGE CISCO NETWORKING ACADEMY

PPP Datagram TransmissionPPP Datagram Transmission

Encapsulation - supports HDLC protocol to provide encapsulation.

Link Control Protocol (LCP) - used to establish, configure, and test the data link.

Network Control Protocols (NCPs) - used to establish and configure different network layer protocols.

Page 8: Chabot College

CHABOT COLLEGE CISCO NETWORKING ACADEMYCHABOT COLLEGE CISCO NETWORKING ACADEMY

PPP Frame ExamplePPP Frame Example

Page 9: Chabot College

CHABOT COLLEGE CISCO NETWORKING ACADEMYCHABOT COLLEGE CISCO NETWORKING ACADEMY

PPP Link NegotiationPPP Link Negotiation

Page 10: Chabot College

CHABOT COLLEGE CISCO NETWORKING ACADEMYCHABOT COLLEGE CISCO NETWORKING ACADEMY

PPP stagesPPP stages

• LCP frames configure and test the data link

• The link is established, and facilities are negotiated.

Page 11: Chabot College

CHABOT COLLEGE CISCO NETWORKING ACADEMYCHABOT COLLEGE CISCO NETWORKING ACADEMY

PPP stagesPPP stages

• NCP frames are sent to choose and configure network layer protocols.

• The chosen network layer protocols (IP, IPX, etc.) are configured, and packets from each network layer protocol are sent.

Page 12: Chabot College

CHABOT COLLEGE CISCO NETWORKING ACADEMYCHABOT COLLEGE CISCO NETWORKING ACADEMY

LCP Options

Page 13: Chabot College

CHABOT COLLEGE CISCO NETWORKING ACADEMYCHABOT COLLEGE CISCO NETWORKING ACADEMY

PPP LCP Configuration OptionsPPP LCP Configuration Options

Page 14: Chabot College

CHABOT COLLEGE CISCO NETWORKING ACADEMYCHABOT COLLEGE CISCO NETWORKING ACADEMY

PPP LCP Configuration PPP LCP Configuration OptionsOptions• PPP options:

– Authentication– Compression– Error Detection– Callback– Multilink

• Only Authentication is covered on the CCNA exam.

Page 15: Chabot College

CHABOT COLLEGE CISCO NETWORKING ACADEMYCHABOT COLLEGE CISCO NETWORKING ACADEMY

PPP CompressionPPP Compression

• Compression should only be used on low speed WAN interfaces (typically 56 Kbps and less).

• When compression is performed in software, it might substantially degrade system performance. – Disable compression if the router CPU load

exceeds 40 percent.

Page 16: Chabot College

CHABOT COLLEGE CISCO NETWORKING ACADEMYCHABOT COLLEGE CISCO NETWORKING ACADEMY

Compression AlgorithmsCompression Algorithms

• Predictor - Determines whether the data is already compressed. If so, the data is just sent-no time is wasted trying to compress already compressed data.

• Stacker - A Lempel-Ziv (LZ)-based compression algorithm looks at the data, and sends each data type only once with information about where the type occurs within the data stream. The receiving side uses this information to reassemble the data stream.

Page 17: Chabot College

CHABOT COLLEGE CISCO NETWORKING ACADEMYCHABOT COLLEGE CISCO NETWORKING ACADEMY

Compression AlgorithmsCompression Algorithms

• MPPC - This protocol (RFC 2118) allows Cisco routers to exchange compressed data with Microsoft clients. MPPC uses an LZ-based compression algorithm.

• TCP header compression - This type of compression is used to compress the TCP headers. (Good for Telnet)

Page 18: Chabot College

CHABOT COLLEGE CISCO NETWORKING ACADEMYCHABOT COLLEGE CISCO NETWORKING ACADEMY

PPP MultilinkPPP Multilink

Page 19: Chabot College

CHABOT COLLEGE CISCO NETWORKING ACADEMYCHABOT COLLEGE CISCO NETWORKING ACADEMY

PPP Authentication

Page 20: Chabot College

CHABOT COLLEGE CISCO NETWORKING ACADEMYCHABOT COLLEGE CISCO NETWORKING ACADEMY

PPP Authentication OverviewPPP Authentication Overview

Page 21: Chabot College

CHABOT COLLEGE CISCO NETWORKING ACADEMYCHABOT COLLEGE CISCO NETWORKING ACADEMY

Authentication Phase (optional)Authentication Phase (optional)

Takes place before entering the network-layer protocol phase.

PPP supports two authentication protocols:

• PAP (RFC 1334)

• CHAP (RFC 1334 and 1994)

Page 22: Chabot College

CHABOT COLLEGE CISCO NETWORKING ACADEMYCHABOT COLLEGE CISCO NETWORKING ACADEMY

PAPPAP• simple

• two-way handshake

• done only upon initial link establishment

• passwords are sent across the link in cleartext

• remote node is in control of the frequency and timing of the login attempts

Page 23: Chabot College

CHABOT COLLEGE CISCO NETWORKING ACADEMYCHABOT COLLEGE CISCO NETWORKING ACADEMY

PAPPAP

Page 24: Chabot College

CHABOT COLLEGE CISCO NETWORKING ACADEMYCHABOT COLLEGE CISCO NETWORKING ACADEMY

CHAPCHAP

• used at the startup of a link, and periodicallyperiodically

• three-way handshake

• the local router sends a “challenge” message to the remote node

• local router (or a third-party authentication server such as TACACS) is in control of the frequency and timing of the challenges

Page 25: Chabot College

CHABOT COLLEGE CISCO NETWORKING ACADEMYCHABOT COLLEGE CISCO NETWORKING ACADEMY

CHAPCHAP

Page 26: Chabot College

CHABOT COLLEGE CISCO NETWORKING ACADEMYCHABOT COLLEGE CISCO NETWORKING ACADEMY

Configuring AuthenticationConfiguring Authentication

Page 27: Chabot College

CHABOT COLLEGE CISCO NETWORKING ACADEMYCHABOT COLLEGE CISCO NETWORKING ACADEMY

Configuring AuthenticationConfiguring Authentication

Page 28: Chabot College

CHABOT COLLEGE CISCO NETWORKING ACADEMYCHABOT COLLEGE CISCO NETWORKING ACADEMY

Verifying PPPVerifying PPP