200-301 · Question #985
Which security method is used to prevent man-in-the-middle attack?
The correct answer is B. authentication. Authentication ensures that the parties involved in communication confirm their identities to each other, typically using cryptographic techniques such as public key cryptography (e.g., RSA) or digital certificates. This verification step prevents attackers from impersonating leg
Question
Which security method is used to prevent man-in-the-middle attack?
Options
- Aauthorization
- Bauthentication
- Canti-replay
- Daccounting
How the community answered
(53 responses)- A4% (2)
- B89% (47)
- C6% (3)
- D2% (1)
Explanation
Authentication ensures that the parties involved in communication confirm their identities to each other, typically using cryptographic techniques such as public key cryptography (e.g., RSA) or digital certificates. This verification step prevents attackers from impersonating legitimate parties and intercepting or altering data, which is the crux of MITM attacks.
Topics
Community Discussion
No community discussion yet for this question.