Transmission Control Protocol
TCP is the core transport protocol that gives applications reliable, ordered delivery of data across networks, used by the web, email, and most services. It establishes connections with a three-way handshake before data flows. Attacks like SYN floods and session hijacking target TCP's mechanics, so understanding it is foundational for network defense.