Hard Computer Networks TCP & UDP
What is TCP Fast Open (TFO) and how does it reduce latency?
Answer
TCP Fast Open allows data transmission during the handshake, reducing round trips. On first connection, server provides TFO cookie. On subsequent connections, client sends SYN + cookie + data; server can process data immediately while completing handshake, saving 1 RTT. Security: cookie prevents amplification attacks. Limitations: requires client/server support, not all middleboxes compatible, cookies can be invalidated. TLS 1.3 0-RTT is similar concept for encryption. Benefits for short-lived connections.
IIT Certified
Master These Concepts with IIT Certification
175+ hours of industry projects. Get placed at Bosch, Tata Motors, L&T and 500+ companies.
Relevant for Roles
Network Engineer Performance Engineer Senior Software Engineer