Back to Freecodecamp

Task 82

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/675edc3228d9d1bf95c5e649.md

latest1.1 KB
Original Source

--instructions--

This task doesn't have audio. Read the question below and select the correct answer.

--questions--

--text--

In which situation might a Man-in-the-Middle attack happen?

--answers--

When you are using a private, secured network.

--feedback--

Man-in-the-Middle attacks are unlikely on private, secured networks because they are protected.


When you are browsing websites offline.

--feedback--

Man-in-the-Middle attacks only happen when data is being exchanged online, not offline.


When an employee connects to public Wi-Fi to check company emails.


When you are sending an email from your personal, secured device.

--feedback--

If your device is secured and the connection is private, Man-in-the-Middle attacks are less likely to happen.

--video-solution--

3

--explanation--

Man-in-the-Middle attacks often occur in insecure environments, such as when connecting to public Wi-Fi to access sensitive data like company emails. In such cases, attackers can intercept and steal information because the connection is not protected.