answersLogoWhite

0


Best Answer

Minimal Delays in data delivery

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which is an important characteristic of UDP?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is an important characteristic of UDP?

UDP is much simpler than TCP. UDP does not do any sort of handshaking, connection establishment, or acknowledgements for received packets. UDP packets are simply sent over the network with no expectation of a return message. Since there are no methods for acknowledging that a packet has been received within UDP, there is no guarantee of the order in which packets will arrive. Sometimes, they may be lost all together. UDP is not the most reliable protocol within the IP suite, but it does have several important uses.Q. Which is an important characteristic of UDP?Simply answer is A.) · minimal delays in data delivery.In other words there are minimal delays in the travel of data from the sender to the receiver.


What is a characteristic of the UDP protocol?

guaranteed derively


What are the important Internet protocol?

ip udp


UDP is the transport layer protocol for which application?

UDP can be used in many applications for transport, not just a single application. UDP is commonly used when speed is more important than reliability in the transfer.


What is the Difference between the TCP and UDP in computer networking?

An important difference is that TCP includes mechanisms for reliable data communication (lost parts of the communication are re-sent), UDP doesn't. TCP is used when such a reliable communication is important. When speed is more important than reliability, UDP is used instead. This is the case with phone or video communication over the Internet.An important difference is that TCP includes mechanisms for reliable data communication (lost parts of the communication are re-sent), UDP doesn't. TCP is used when such a reliable communication is important. When speed is more important than reliability, UDP is used instead. This is the case with phone or video communication over the Internet.An important difference is that TCP includes mechanisms for reliable data communication (lost parts of the communication are re-sent), UDP doesn't. TCP is used when such a reliable communication is important. When speed is more important than reliability, UDP is used instead. This is the case with phone or video communication over the Internet.An important difference is that TCP includes mechanisms for reliable data communication (lost parts of the communication are re-sent), UDP doesn't. TCP is used when such a reliable communication is important. When speed is more important than reliability, UDP is used instead. This is the case with phone or video communication over the Internet.


Is Email is udp or tcp?

the u in udp stands for unreliable and since email is important it is sent using tcp through say smtp or pop3


What is fastest udp or tcp?

UDP


What is a characteristic of UDP?

Connectionless connection ie Computer A does not care if computer B receives the Packet of data or not, Computer A simply sends the packet to computer B.


Explain the format of udp hearder udp message queqe?

. A Explain the overview of UDP messaging.


What protocol uses udp?

DNS uses both TCP and UDP, also a lot of online chats use UDP. I think even when you want videos on YouTube UDP is used to deliver video and audio.


Why is UDP considered unreliable?

Routers Drop a lot of UDP packets


Udp is which layer protocol?

UDP is a layer 4 (transport) protocol.