Which two statements about using the CHAP authentication mechanism in a PPP link are true?

Which two statements about using the CHAP authentication mechanism in a PPP link are true? (Choose two.)
A. CHAP uses a two-way handshake.
B. CHAP uses a three-way handshake.
C. CHAP authentication periodically occurs after link establishment.
D. CHAP authentication passwords are sent in plaintext.
E. CHAP authentication is performed only upon link establishment.
F. CHAP has no protection from playback attacks.

cisco-exams

One thought on “Which two statements about using the CHAP authentication mechanism in a PPP link are true?

  1. http://www.networksorcery.com/enp/protocol/chap.htm
    1. CHAP is used to periodically verify the identity of the peer using a 3-way handshake. This is done upon initial link establishment, and MAY be repeated anytime after the link has been established.

    After the Link Establishment phase is complete, the authenticator sends a “challenge” message to the peer.
    2. The peer responds with a value calculated using a “one-way hash” function.
    3. The authenticator checks the response against its own calculation of the expected hash value. If the values match, the authentication is acknowledged; otherwise the connection SHOULD be terminated.
    4. At random intervals, the authenticator sends a new challenge to the peer, and repeats steps 1 to 3.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.