A network administrator notices that an internal web server has suddenly stopped accepting new client connections. Analysis of packet captures shows thousands of incoming TCP packets with the SYN flag set coming from randomized source IP addresses, but none of these clients complete the three-way handshake with an ACK response. Which type of network attack is occurring?
- SYN flood attackAnswer
- BARP poisoning attack
- CDNS poisoning attack
- DPort scanning attack
Answer
SYN flood attack
The correct answer is SYN flood attack. In a TCP SYN flood, an attacker sends repeated SYN requests to open ports on a server without completing the three-way handshake. The server keeps connection state queues open for ACK responses that never arrive, eventually exhausting server resources and causing a denial of service to legitimate users.
Step-by-Step Solution
Key Concept
TCP SYN Flood Attack
Estimated Time:45s