技術者は、インターネットを介して送信される機密データがMITM攻撃中に傍受されて表示される可能性があることを懸念しています。技術者がリスクを軽減するために有効にする必要があるのは、次のうちどれですか?
正解:C
Explanation
TLS (Transport Layer Security) is a protocol that should be enabled to reduce the risk of a MITM (man-in-the-middle) attack. A MITM attack is a type of cyberattack where an attacker intercepts and alters the communication between two parties without their knowledge. A MITM attack can compromise the confidentiality, integrity, and authenticity of the data being transmitted. TLS is a protocol that provides encryption, authentication, and integrity for data communication over the Internet. TLS can prevent a MITM attack by encrypting the data to make it unreadable by the attacker, authenticating the identities of the parties to prevent impersonation, and verifying the integrity of the data to detect any tampering. References : The Official CompTIA IT Fundamentals (ITF+) Study Guide (FC0-U61), page 206.