-
Notifications
You must be signed in to change notification settings - Fork 0
Ops 401: Class 43
This topic matters as it relates to what I'm studying in this module because it involves understanding network vulnerabilities and data interception techniques.
-
A sniffing attack is like someone secretly listening to your private phone conversation. The person listening (or "sniffing") collects all the data that's being shared between you and the other party without you knowing it.
-
The two types of sniffing attacks are passive and active. In a passive attack, the intruder just listens and collects data. Think of it as eavesdropping on a conversation. This is hard to detect but the attacker can't change the data. An active attack is like someone jumping into your conversation and pretending to be you. It's more detectable but the attacker can modify or manipulate the data.
-
Encryption is like creating a secret language only you and the intended recipient understand. If someone tries to listen in on your conversation, all they would hear is the secret language, but they wouldn't understand what is being said. This keeps your information safe even if someone is trying to sniff your data.