GSLC · Question #273
Which of the following can provide security against man-in-the-middle attack?
The correct answer is C. Strong data encryption during travel. Man-in-the-middle attacks intercept data in transit, and strong encryption is the primary defense because it renders intercepted data unreadable even if captured.
Question
Which of the following can provide security against man-in-the-middle attack?
Options
- AStrong authentication method
- BFirewall
- CStrong data encryption during travel
- DAnti-virus programs
How the community answered
(65 responses)- A5% (3)
- B2% (1)
- C86% (56)
- D8% (5)
Why each option
Man-in-the-middle attacks intercept data in transit, and strong encryption is the primary defense because it renders intercepted data unreadable even if captured.
Strong authentication verifies user identity at login but does not prevent an attacker from intercepting and reading unencrypted data that is already in transit between endpoints.
A firewall filters traffic at the network perimeter but cannot stop a MITM attack occurring between two already-authenticated endpoints within or across a network.
Strong data encryption during transit directly counters MITM attacks by ensuring that intercepted communications cannot be read or tampered with without the decryption key. Protocols like TLS/SSL encrypt data end-to-end, protecting both confidentiality and integrity of the communication channel. This is the only option that addresses the core mechanism of a MITM attack - unauthorized interception of in-flight data.
Anti-virus programs detect and remove malware on host endpoints but have no capability to protect data flowing across a network from being intercepted by a third party.
Concept tested: Encryption as defense against MITM attacks
Source: https://learn.microsoft.com/en-us/azure/security/fundamentals/encryption-overview
Topics
Community Discussion
No community discussion yet for this question.