nerdexam
Cisco

200-301 · Question #1700

Which additional component does Digest Authentication use with credentials to form the response hash?

The correct answer is D. server-generated nonce. Digest Authentication secures credentials by using a server-generated nonce (a randomly generated number) in combination with the user's credentials (username and password) to form a response hash. This nonce ensures that the hash is unique for each authentication session, protec

Submitted by eva_at· Mar 5, 2026Security Fundamentals

Question

Which additional component does Digest Authentication use with credentials to form the response hash?

Options

  • Aserver SSL certificate
  • Bclient user agent string
  • Cclient IP address
  • Dserver-generated nonce

How the community answered

(16 responses)
  • B
    6% (1)
  • C
    6% (1)
  • D
    88% (14)

Explanation

Digest Authentication secures credentials by using a server-generated nonce (a randomly generated number) in combination with the user's credentials (username and password) to form a response hash. This nonce ensures that the hash is unique for each authentication session, protecting against replay attacks. The server validates the hash to confirm the user's identity without transmitting the actual password.

Topics

#Digest Authentication#nonce#challenge-response#HTTP authentication

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice