<

Question 123


5.1.1 Question

Multiple Choice

What type of authentication accepts login credentials that will be checked against the domain or local server and are sent in a hashed format?

  • A. Basic authentication
  • B. Digest authentication
  • C. Forms authentication
  • D. Windows authentication

Answer:

B
Explanation
A. Incorrect: Basic authentication is transmitted from the client to the server in Base64 encoding and is not encrypted.
B. Correct: Digest authentication is a challenge-response–based authentication method to ensure that user credentials are not sent over the network in clear text.
C. Incorrect: Forms authentication does not require login credentials to be sent in an encrypted form, and it does not automatically check against the domain and/or local server.
D. Incorrect: Windows authentication does not send user names and passwords from the client to the server.