answersLogoWhite

0

What is the advantage of tcp?

Updated: 10/3/2023
User Avatar

Wiki User

11y ago

Best Answer

Advantage of TCP: reliable data transport. Lost packets are re-sent. For this reason, many protocols that transfer data rely on TCP; this includes FTP, HTTP, and several e-mail protocols.

Disadvantage of TCP: The extra overhead makes the transmission slower. When transmission speed is more important than reliability, UDP is used instead. This is the case with phone and video transmissions over the internet.

Advantage of TCP: reliable data transport. Lost packets are re-sent. For this reason, many protocols that transfer data rely on TCP; this includes FTP, HTTP, and several e-mail protocols.

Disadvantage of TCP: The extra overhead makes the transmission slower. When transmission speed is more important than reliability, UDP is used instead. This is the case with phone and video transmissions over the Internet.

Advantage of TCP: reliable data transport. Lost packets are re-sent. For this reason, many protocols that transfer data rely on TCP; this includes FTP, HTTP, and several e-mail protocols.

Disadvantage of TCP: The extra overhead makes the transmission slower. When transmission speed is more important than reliability, UDP is used instead. This is the case with phone and video transmissions over the Internet.

Advantage of TCP: reliable data transport. Lost packets are re-sent. For this reason, many protocols that transfer data rely on TCP; this includes FTP, HTTP, and several e-mail protocols.

Disadvantage of TCP: The extra overhead makes the transmission slower. When transmission speed is more important than reliability, UDP is used instead. This is the case with phone and video transmissions over the Internet.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

Transmission Control Protocol (TCP) is connection-oriented, which means that two devices communicating over TCP first establish a connection with each other - they establish a TCP session. Then, within that session, they transmit data between each other. When data transmission is complete, the session is closed.

The advantage is that, within the TCP session, the two devices can communicate about lost packets. This allows reliable transmission of data.

By contrast, User Datagram Protocol (UDP), is connectionless and each packet is "fire and forget" so there is less protocol overhead (no session established) but also less reliability in data transmission.

Typically applications which rely heavily on every packet being received (such as file transfers) use TCP and applications which rely heavily on real-time transmission of data (such as streaming video) use UDP.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

Advantage of TCP: reliable data transport. Lost packets are re-sent. For this reason, many protocols that transfer data rely on TCP; this includes FTP, HTTP, and several e-mail protocols.

Disadvantage of TCP: The extra overhead makes the transmission slower. When transmission speed is more important than reliability, UDP is used instead. This is the case with phone and video transmissions over the Internet.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the advantage of tcp?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the Advantage and dis advantage of flow chart?

What is the Advantage and dis advantage of TCP/IP


Why would you use UDP but not Tcp in real time application?

UDP is alot faster than TCP. So if its realtime obviously it has to be fast, thus UDP. The only problem is UDP isn't as reliable or as secure as TCP. But it does have the speed advantage.


What is tcp server processes?

The process of a TCP server is to receive TCP connections and handling the data correctly. The letters TCP in TCP server stands for transmission control protocol.


Does sftp use tcp or udp?

TCP


What is a layer four header?

In the commonly used TCP/IP communications, that would either be a TCP header, or a UDP header.In the commonly used TCP/IP communications, that would either be a TCP header, or a UDP header.In the commonly used TCP/IP communications, that would either be a TCP header, or a UDP header.In the commonly used TCP/IP communications, that would either be a TCP header, or a UDP header.


What could be the cause of a tcp smell in a house?

TCP


Fastest in between telnet ftp and tcp?

tcp


What is server process?

The process of a TCP server is to receive TCP connections and handling the data correctly. The letters TCP in TCP server stands for transmission control protocol.


What type of connection does http use?

HTTP works over a TCP connection.HTTP works over a TCP connection.HTTP works over a TCP connection.HTTP works over a TCP connection.


What protocols are supported by TCP wrappers?

tcp based protocols,internet protocol,sometimes file transfer protocol also supported by tcp wrappers. tcp is reliable and connection oriented.


Which OSI layer does TCP operate?

TCP and UDP are transport layer protocols; the OSI layer is layer 4 (transport)


Does tcp use syn packets?

It does. see the tcp video tutorials