answersLogoWhite

0


Best Answer

It appears as though you have the two concepts reversed; if you are using flow control than you are using a reliable delivery method - these are at layer 4 of the OSI model, which is TCP for reliable delivery. TCP provides flow control.

UDP would be used for speed, when you do not need reliable delivery. However, UDP does not use flow control, since there is no handshaking between transmission and reception, and it is a connectionless protocol.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which transport layer protocol provides flow overhead and would be used for applications which do not require reliable data delivery?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which Transport layer protocol provides low overhead andwould be used for applications which do not require reliable data delivery?

UDP


Which transport layer protocol provides low overhead and would be used for applications which do not require reliable data delivery?

UDP


What are transport layer protocol provide low overhead?

UDP


What transport protocol exchanges datagrams without acknowledgements or guaranteed delivery?

UDP


In tcp ip the protocol that guarantees?

Guaranteed reliable delivery is provided by TCP transport.


What Transport Protocol within the TCP IP suite of protocols guarantees delivery of Data?

TCP


Which is the widely used Transport-layer protocol that most Internet applications use with IP?

TCP


What is a fast but unreliable delivery protocol that operates on the Transport layer?

This would be UDP. The User Datagram Protocol. It has no error checking or correction or congestion measures.


Which OSI layer uses a connection-oriented protocol to ensure reliable delivery of data?

transport layer


Which transport layer protocol will allow segments to be exchanged between two hosts with low overhead and no mechanism for retransmission?

UDP


In tcp ip the protocol that garuntees packet delivery is ip?

No, the protocol that guarantees packet delivery is TCP.No, the protocol that guarantees packet delivery is TCP.No, the protocol that guarantees packet delivery is TCP.No, the protocol that guarantees packet delivery is TCP.


What are three unique characteristics of UDP?

• low overhead • no flow control • no error-recovery function