CERTIFIED-IN-CYBERSECURITY · Question #570
What is the purpose of strong authentication in information security?
The correct answer is D. To verify the identity of users. Authentication answers the question 'Who are you?' - its core purpose is identity verification. Strong authentication (e.g., multi-factor authentication) verifies identity with greater assurance by requiring multiple independent proofs (something you know, have, or are)…
Question
What is the purpose of strong authentication in information security?
Options
- ATo establish non-repudiation
- BTo guarantee availability
- CTo ensure confidentiality
- DTo verify the identity of users
How the community answered
(59 responses)- A2% (1)
- B5% (3)
- C2% (1)
- D92% (54)
Explanation
Authentication answers the question 'Who are you?' - its core purpose is identity verification. Strong authentication (e.g., multi-factor authentication) verifies identity with greater assurance by requiring multiple independent proofs (something you know, have, or are). Non-repudiation (A) is a related but separate concept that prevents denial of an action and is achieved through mechanisms like digital signatures. Availability (B) is ensured through redundancy and uptime controls. Confidentiality (C) is achieved through encryption. Authentication is specifically and fundamentally about confirming who a user is before granting access.
Topics
Community Discussion
No community discussion yet for this question.