answersLogoWhite

0


Best Answer

UDP

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

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

Which protocol offers guaranteed delivery and is connection oriented?

Transmission Control Protocol (TCP) is used when data reliability is needed since it is connection oriented and guarantees delivery.


Are HTML applications statefull or stateless?

Stateless, by default. HTML's parent protocol, HTTP, is a idempotent, stateless protocol. However, we have means using Javascript, PHP, Perl, Ruby, ASP, etc. to add a state an application. But, using only HTML, it's not possible.


What the difference between protocol stack and protocol suite?

- In your own words, define the term 'protocol' and what is the difference between protocol and protocol suite


Difference between connectionless and connection oriented communication?

Different from a connectionless protocol, a connection-oriented protocol guaranties the delivery of the information. An example of connection-oriented protocol is (TCP) and a connectionless protocol is (UDP). page/926 A+


Why does WikiAnswers incorrectly refer to UDP which stands for unreliable datagram protocol?

ANSWER According to W. Richard Stevens's book, TCP/IP Illustrated, Volume 1, UDP stands for User Datagram Protocol. It is unreliable, in the sense that there is no retrying defined in the protocol. This is in contrast to TCP, which stands for Transmission Control Protocol. TCP creates a connection layer on top of the unreliable Internet Protocol (IP), by retrying the transmission of sequence-numbered packets so that the receiver can correctly reconstruct the data as it was sent. UDP just transmits the packet, and if any attempt at guaranteeing that a packet was received is needed, it must be done by the application level, not at the protocol level. Note that although it seems like an application should never use an unreliable protocol, the overhead involved in creating TCP connections is often deemed unnecessary, especially for operations done on LANs (ARP, BOOTP, etc).

Related questions

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

UDP


What are transport layer protocol provide low overhead?

UDP


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

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.


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