Q. Show the Transmission Control Protocol?
Transmission Control Protocol (TCP)
TCP makes Internet reliable. TCP solves many problems which can occur in a packet switching system. TCP provide below facilities:
- TCP eliminates duplicate data.
- TCP ensures that data is reassembled in exactly the order it was sent
- TCP resends data when a datagram is lost.
- TCP uses acknowledgements and timeouts to handle problem of loss.