MCQ Single Best Answer Difficult

QThere are various HTTP authentication mechanisms to authenticate a user. Login credentials are sent to the web server in clear text, in which of the following authentication scheme?

ID: #23262 Secure Programming Practices 135 views
Question Info
#23262Q ID
DifficultDifficulty
Secure Programming PracticesTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Client Certificates
  • B Digest
  • C Basic
  • D NTLM
Correct Answer: Option C

Explanation

The correct answer is:

Basic

Explanation: In Basic Authentication, login credentials (username and password) are sent to the web server in clear text (i.e., unencrypted) in the HTTP request. This can be a security risk unless it is used in combination with HTTPS (SSL/TLS), which encrypts the data during transmission. Other authentication schemes like Digest, NTLM, and Client Certificates offer more secure methods for transmitting credentials.

Share This Question

Challenge a friend or share with your study group.