CCNA 4 Chapter 3: Point-to-Point Connections Flashcards
Which address is used in the Address field of a PPP frame?
a single byte of binary 11111111
How does PPP interface with different network layer protocols?
by using separate NCPs
Match the PPP option with the correct description:
- Compression
- Multilink
- Maximum Receive Unit
- Authentication Protocol
- Increase the effective throughput on PPP connection by reducing the amount of data in the frame that must travel across the link
- Provide load balancing over the router interfaces
- The maximum size of the PPP frame
- The two choices are Password Authentication Protocol (PAP) and Challenge Handshake Authentication Protocol (CHAP)
Which command can be used to view the cable type that is attached to a serial interface?
Router(config)# show controllers
In which situation would the use of PAP be preferable to the use of CHAP?
when plain text passwords are needed to simulate login at the remote host
Which protocol will terminate the PPP link after the exchange of data is complete?
LCP
Refer to the exhibit. Which statement describes the status of the PPP connection?
Both the link-establishment and network-layer phase completed successfully.
Which is an advantage of using PPP on a serial link instead of HDLC?
option for authentication
Which three statements are true about PPP? (Choose three.)
- PPP can use synchronous and asynchronous circuits.
- PPP uses LCPs to agree on format options such as authentication, compression, and error detection.
- PPP uses LCPs to establish, configure, and test the data link connection.
When configuring Multilink PPP, where is the IP address for the multilink bundle configured?
on a multilink interface
Which field marks the beginning and end of an HDLC frame?
FLAG
Refer to the exhibit.
Based on the debug command output that is shown, which statement is true of the operation of PPP.
A PPP session was successfully established.
During a PPP session establishment phase, which two messages are sent by the requested party if the options are not acceptable? (Choose two.)
- Configure-Reject
2. Configure-Nak
A network administrator is evaluating authentication protocols for a PPP link. Which three factors might lead to the selection of CHAP over PAP as the authentication protocol? (Choose three.)
- uses an unpredictable variable challenge value to prevent playback attacks
- uses a three-way authentication periodically during the session to reconfirm identities
- transmits login information in encrypted format
Match the steps to the PPP CHAP authentication process sequence. Step 1 Step 2 Step 3 Step 4 Step 5 Step 6
- Use LCP to negotiate the type of authentication
- Calculate the ID and random number
- Calculate the MD5 hash
- Send Challenge ID, Hash, and username
- Calculate the hash based on received information
- Compare the received hash with the calculation hash