300-740 · Question #63
The main advantage of implementing user and device authentication via identity certificates is:
The correct answer is D. The provision of a secure method to verify identities. Identity certificates provide a cryptographically secure mechanism for verifying who a user or device claims to be, using public key infrastructure (PKI) to bind identities to cryptographic keys - making D the clear advantage, as the entire purpose of authentication…
Question
The main advantage of implementing user and device authentication via identity certificates is:
Options
- AThe reduction in the need for physical security controls
- BThe elimination of passwords for all users
- CThe increase in the speed of network connections
- DThe provision of a secure method to verify identities
How the community answered
(58 responses)- A2% (1)
- B2% (1)
- C3% (2)
- D93% (54)
Explanation
Identity certificates provide a cryptographically secure mechanism for verifying who a user or device claims to be, using public key infrastructure (PKI) to bind identities to cryptographic keys - making D the clear advantage, as the entire purpose of authentication certificates is trustworthy identity verification.
Why the distractors are wrong:
- A is incorrect because certificates authenticate digital identities but do not replace physical security controls (e.g., door locks, guards) - these address different threat vectors entirely.
- B is incorrect because certificates complement or replace passwords in specific contexts, but not universally for all users across all systems; many environments still require passwords or MFA alongside certificates.
- C is incorrect because certificate-based authentication adds cryptographic overhead and can actually slow initial connection setup (e.g., TLS handshakes) - speed is not its benefit.
Memory tip: Think of a certificate like a government-issued ID card with a hologram - its core value is that it's hard to forge and easy to verify, which maps directly to "secure identity verification." If a question asks about the main advantage of certificates, anchor on trust and verification, not convenience or speed.
Topics
Community Discussion
No community discussion yet for this question.