Visualize TCP three-way handshake and four-way teardown process to learn complete TCP connection establishment and termination
Half-open connections refer to intermediate states during TCP connection establishment, primarily including SYN_SENT and SYN_RCVD states. Connections in these states are not fully established and can be vulnerable to network attacks.
SYN Flood Attack: Attackers send numerous SYN packets without completing handshakes, exhausting server resources
Server Not Responding: Server doesn't reply with SYN+ACK after receiving SYN, client remains in SYN_SENT state
Client Not Responding: Server doesn't receive ACK after sending SYN+ACK, server remains in SYN_RCVD state
Network Issues: Network latency or packet loss interrupts handshake process, connection remains in half-open state