WAN PPP Protocol
WAN PPP Protocol
one two three four 11. Refer to the exhibit. Which statement is true about PPP operation?
Layer 2 is down. LCP, IPCP, and CDPCP negotiations are in progress. Only the link-establishment phase completed successfully. Both the link-establishment and network-layer phase completed successfully. 12. Which three statements correctly describe PPP authentication? (Choose three.) PAP sends passwords in clear text. PAP uses a 3-way handshake to establish a link. PAP provides protection from repeated trial-and-error attacks. CHAP uses a 2-way handshake to establish a link. CHAP uses a challenge/response that is based on the MD5 hash algorithm. CHAP uses repeated challenges for verification. 13. Which authentication protocol can be spoofed to allow playback attacks? MD5 CHAP PAP NCP 14. Refer to the exhibit. What statement is true regarding the output shown?
LCP is in the process of negotiating a link. LCP and NCP are waiting for CHAP authentication to complete. LCP negotiation has been successful, but NCP negotiation is in progress. Data is able to flow across this link. 15. Refer to the exhibit. What statement is true regarding the output shown?
NCP has successfully negotiated. The PAP passwords did not match, so the routers are trying CHAP authentication. One router has suggested PAP authentication, and the other has accepted authentication but suggested CHAP authentication. One router can only use PAP authentication while the other router can only use CHAP, so the connection has been rejected. 16. Refer to the exhibit. Which two statements are true regarding the output shown? (Choose two.)
The router has agreed on IP parameters. The router has negotiated LCP successfully. The router is negotiating IP compression options. The router is requesting an IP address from its peer. The router has accepted IP but not the suggested IP options. 17. What advantage does PPP have over HDLC for serial communications? It can communicate more efficiently with other Cisco devices It is less complex to configure It has less Layer 2 overhead It supports authentication 18. Refer to the exhibit. While troubleshooting a serial interface, a technician enters the command show interface serial 0/0/0 . If the interface is in DCE mode, what two problems are likely to cause the indicated problem? (Choose two.)
The remote CSU or DSU has failed. The router is not sensing a CD signal. A timing problem has occurred on the cable. The line is not physically connected to the CSU/DSU. The router configuration contains the shutdown interface configuration command. 19. Refer to the exhibit. Router R1, the DCE device, has just been configured for PPP encapsulation with authentication. What series of commands will allow another router, the DTE device, to communicate over its serial 0/0/0 interface to router R1?
Router(config)# hostname R3 R3(config)# username R1 password Cisco R3(config)# interface Serial 0/0/0 R3(config-if)# encapsulation ppp R3(config-if)# ip address 172.16.3.3 255.255.255.0 R3(config-if)# ppp authentication chap Router(config)# hostname R3 R3(config)# username R3 password Cisco R3(config)# interface Serial 0/0/0 R3(config-if)# encapsulation ppp R3(config-if)# ip address 172.16.3.3 255.255.255.0 R3(config-if)# ppp authentication chap Router (config)# username Router password Cisco Router (config)# interface Serial 0/0/0
Router (config-if)# clockrate 64000 Router (config-if)# encapsulation ppp Router (config-if)# ip address 172.16.3.1 255.255.255.0 Router config-if)# ppp authentication chap Router (config)# username R1 password Cisco Router config)# interface Serial 0/0/0 Router (config-if)# clockrate 64000 Router config-if)# encapsulation ppp Router (config-if)# ip address 172.16.3.1 255.255.255.0 Router (config-if)# ppp authentication chap 20. Refer to the exhibit. Router R1 is not able to communicate with a neighbor router that is directly connected to serial 0/0/0. What is the reason for this?
Interface Serial0/0/0 resets very frequently. PPP LQM has shutdown the serial interface. The serial interface has no input or output queues available. The serial interface is not configured for a Layer 2 protocol. The interface has been administratively shutdown with the shutdown command. 21. Refer to the exhibit. What can be concluded about the function of the Serial 0/0/0 interface on the router after the commands are entered?
All username and password information that is sent will be encrypted. All authentication on the serial link will be accomplished using a three-way handshake. The Predictor algorithm will be used to compress all packets that are sent and received on the serial link. The serial link will be closed if the number of received packets at the destination node falls below 90 percent of the packets that are sent.