Which of the following attacks exploit weaknesses at different layers of the OSI model?
📖 Explanation
Attacks at different OSI layers: ARP spoofing (Layer 2): attacker sends fake ARP replies associating attacker's MAC with another host's IP, enabling MITM or DoS on local network. IP spoofing (Layer 3): attacker sets source IP to a forged address to disguise origin, bypass IP-based access controls, or amplify DDoS attacks. SYN flood (Layer 4): exploits TCP 3-way handshake - floods with SYN packets to exhaust server's connection state table. Application attacks (Layer 7): SQL injection, XSS, buffer overflow, directory traversal - exploit weaknesses in application logic. Understanding which layer an attack targets helps determine appropriate countermeasures (MAC filtering, firewall rules, rate limiting, input validation).