Transmission Control Protocol (TCP)
TCP makes the Internet reliable. TCP solves several problems which can occur in a packet switching system. TCP provide the given facilities:
- TCP removes duplicate data.
- TCP make sure that the data is reassembled exactly in the order it was sent
- TCP resends data while a datagram is lost.
- TCP uses acknowledgements & timeouts to handle problem of loss.