TCP Working: 3-Way Handshake & Reliable Communication
What is TCP and why it is needed
Transmission Control Protocol (TCP) is a core internet protocol. It’s responsible for reliable, ordered, error checked delivery of data between 2 devices.
Why it is needed
The internet itself is unreliable.
Packets c...
mdsaleh.hashnode.dev3 min read