Introduction to TCP (Transmission Control Protocol)
TCP is a connection-oriented, reliable, byte-stream transport protocol that provides:
Reliability: Guarantees delivery of data without errors, duplicates, or out-of-order packets
Flow Control: Prevents sender from overwhelming receiver
Congestion ...
blog.jyotiprakash.org16 min read