1D0-61A · Question #24
When using secure authentication, which of the following are required?
The correct answer is D. A user name, a password and encryption of transmitted data. Secure authentication requires three layers working together: a username to identify who you are, a password to verify that identity, and encryption to protect those credentials as they travel across the network - without all three, the process has a critical gap. Why the…
Question
When using secure authentication, which of the following are required?
Options
- AA user name only
- BA user name and a password
- CNeither user name nor a password
- DA user name, a password and encryption of transmitted data
How the community answered
(46 responses)- A4% (2)
- C2% (1)
- D93% (43)
Explanation
Secure authentication requires three layers working together: a username to identify who you are, a password to verify that identity, and encryption to protect those credentials as they travel across the network - without all three, the process has a critical gap.
Why the distractors fail:
- A - A username alone only identifies you; anyone who knows your username could gain access without verification.
- B - A username and password authenticate you locally, but if transmitted in plaintext they can be intercepted (e.g., via a man-in-the-middle attack), making the credentials meaningless.
- C - No credentials at all means no authentication whatsoever - the opposite of secure.
Memory tip: Think of the acronym I-V-P - Identify (username), Verify (password), Protect (encryption). Secure authentication isn't complete until all three steps are covered; skipping encryption is like locking your door but sliding the key under it in plain sight.
Topics
Community Discussion
No community discussion yet for this question.