google-site-verification=d0J3WKEp_TiDcfBJBZDHKGLUkm4YVQ0hSnNuJpkp2xE
Technology

Advantages Of TCP Over UDP

By August 2, 2019December 1st, 2023No Comments

Advantages of TCP over UDP

I earlier explained advantages of UDP over TCP, find out below the advantages of TCP over UDP.

1. Data packets which get lost during transmission are sent again, thus ensuring complete information is sent.

2. TCP ensures no duplicate data is sent, hence also saves bandwidth.

3. Data is sent in the same order in which it is sent.

4. TCP breaks up data into Packets automatically for you.

Recommended Use of TCP

TCP is best used for sending emails (IMPAP/POP/SMTP) where every letter and word of the message must be sent and received. TCP is also important to use for FTP where file downloading and uploading requires every information of the file to be completely sent/received. In a secure connection, like SSH, TCP is also necessary where acknowledgement of sensitive information being fully sent and received is required.

These were the advantages of TCP over UDP. Also read:

Tags: Advantages of using TCP protocol over UDP, advantages of TCP over UDP

Leave a Reply