Which of the following is the most secure?

A. PAP
B. CHAP
C. MS-CHAP
D. MS-CHAP2

D. MS-CHAP2 is the most secure authentication protocol listed. PAP is not secure at all because it sends passwords in clear text.

Computer Science & Information Technology

You might also like to view...

Answer the following questions true (T) or false (F)

1. Deprecated methods should be used in new Java code. 2. An array is a collection of variables all of the same type.

Computer Science & Information Technology

____ means concentrating on what an object is and does before making any decisions about how to implement the object.

A. Abstraction B. Encapsulation C. Information hiding D. Interface

Computer Science & Information Technology