Java Games: Flashcards, matching, concentration, and word search.

IV. 4 PPP (part 2)

AB
In the link establishment and configuration negotiation phase, each PPP device sendsLCP packets to configure and establish the data link.
LCP packets contain a configuration option field that allows devices to negotiate the use of options, such asthe maximum transmission unit (MTU), compression of certain PPP fields, and the link authentication protocol.
. If a configuration option is not included in an LCP packet, thedefault value for that configuration option is assumed.
Before any network-layer datagrams (for example, IP) can be exchanged, LCP must first open theconnection and negotiate the configuration parameters.
The link establishment and configuration negotiation phase is completed whena configuration acknowledgment frame has been sent and received.
In the link-quality determination phase, the link is tested to determinewhether the link quality is good enough to bring up network-layer protocols.
after the link has been established and the authentication protocol chosen,the client or user workstation can be authenticated
Authentication, if used, takes place beforethe network-layer protocol configuration phase begins.
two authentication protocols PPP supportsPassword Authentication Protocol (PAP) and Challenge Handshake Authentication Protocol (CHAP).
When LCP finishes the link-quality determination phase, network-layer protocols can beseparately configured by the appropriate NCP and can be brought up and taken down at any time.
PPP devices send NCP packets tochoose and configure one or more network-layer protocols
When PPP is configured, you can check its LCP and NCP states by using theshow interfaces command
You can enable PPP on serial lines to encapsulateIP and other network-layer protocol datagrams
enables PPP encapsulationRouter(config-if)# encapsulation ppp
The authentication options require that the calling side of the link enter authentication information tohelp ensure that the user has the network administrator's permission to make the call
Peer routers exchangeauthentication messages.
PAP provides a simple method for a remote node to establish its identity, using atwo-way handshake
PAP passwords are sent across the link inclear text
CHAP is used to periodically verify the identity of the remote node, using athree-way handshake
PAP verifies only once, which makes it vulnerable tohacks and modem playback
does not allow a caller to attempt authentication without a challenge.CHAP
CHAP's use of repeated challenges is intended to limit the time of exposure toany single attack.
When you want remote users to think they are connecting to the same router when authenticating, configure thesame host name on each router
Router(config-if)# ppp chap hostname <hostname>Creates a pool of dialup routers that all appear to be the same host when authenticating with CHAP
Router(config-if)# ppp chap password <secret>Configures a password that will be sent to hosts that want to authenticate the router-limits the number of username/password entries in the router.
ppp authenticationEnables CHAP or PAP or both, and specifies the order in which CHAP and PAP authentication are selected on the interface.
authenticate means toprove genuine


Continuing Education
Harrison County
Bridgeport, WV

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities