Question
Which protocol provides secure authentication by
encrypting credentials before transmission and uses a challenge-response mechanism?Solution
CHAP provides secure authentication by encrypting credentials and implementing a challenge-response mechanism. When a user attempts to authenticate, the server sends a unique challenge to the client. The client encrypts this challenge using a pre-shared secret (e.g., a password) and sends the response back to the server. The server verifies the response by comparing it to its own encryption result. This prevents transmission of the actual password over the network, reducing the risk of interception. Additionally, CHAP periodically reauthenticates during a session, enhancing security against session hijacking. Why Other Options Are Incorrect:
- A) PAP transmits credentials in plaintext, making it highly insecure.
- B) Kerberos uses tickets for authentication and is more complex than CHAP.
- D) OAuth 2.0 is primarily an authorization protocol, not a standalone authentication mechanism.
- E) LDAP facilitates directory services and does not inherently implement challenge-response authentication.
What type of chart is useful for comparing values over categories ?
Which of the following is not an operating system?
Which of the following is not related to computer video?
What does DBMS stand for?
Which of the following will prevent interaction with your computer after a specified time period.Â
Which of the following statements is/are correct?
1.   For the sequence of integers represented in binary as 00111, 01001, 01011, P…. the...
Which number system is usually followed in a typical 32-bit computer ?
An Email address typically consists of a user id followed by the sign ______?
Which of the folloiwng is program group?
The transfer between CPU and Cache is ______________