TCP Working: 3-Way Handshake & Reliable Communication
TCP is a connection-oriented, reliable transport protocol that ensures data arrives:
Complete - No missing pieces
In order - Proper sequence
Uncorrupted - Exactly as sent
Without duplication - No repeats
Problems TCP Solves:
Packet Loss - Netw...
tcpworkingprinciple.hashnode.dev4 min read