What is TCP and Why It Is Needed
Before TCP existed, computers could send data, but there were no guarantees.
Imagine this without rules:
Data can get lost
Data can arrive in wrong order
Data can arrive partially
Sender never knows if receiver got it
That’s chaos.
TCP (Transmi...
madinbloch.hashnode.dev4 min read