SSCP · Question #170
Which of the following forms of authentication would most likely apply a digital signature algorithm to every bit of data that is sent from the claimant to the verifier?
The correct answer is B. Continuous authentication. Continuous authentication does not just verify identity at login - it applies verification mechanisms throughout the entire session. Specifically, it can apply a digital signature algorithm to every bit of data transmitted from the claimant to the verifier, ensuring that all…
Question
Options
- ADynamic authentication
- BContinuous authentication
- CEncrypted authentication
- DRobust authentication
How the community answered
(43 responses)- A5% (2)
- B91% (39)
- C2% (1)
- D2% (1)
Explanation
Continuous authentication does not just verify identity at login - it applies verification mechanisms throughout the entire session. Specifically, it can apply a digital signature algorithm to every bit of data transmitted from the claimant to the verifier, ensuring that all communication originates from the authenticated party and has not been tampered with mid-session. This prevents session hijacking after initial login. Dynamic authentication uses one-time passwords or challenge-response mechanisms only at the point of login. Robust authentication generally refers to strong multi-factor methods but does not imply per-bit signing of ongoing data.
Topics
Community Discussion
No community discussion yet for this question.