answersLogoWhite

0

Where to use udp?

User Avatar

Anonymous

14y ago
Updated: 8/17/2019

Data travels in packets. In a TCP connection, every packet must reach the destination before the transmission will be complete. This means that it goes back to resend packets should any be dropped. UDP does not do this. This makes it ideal for real time applications that cannot viably stop. These include VoIP and video streaming.

[Above answer is right, UDP is used in the situations where partial or little data loss is bearable such as VoIP, Video Streaming, you might have experienced it many times when browsing YouTube videos. Many of peer to peer applications use this service. It doesn't guarantee the loss-free transmission of data, as TCP does. It does use to provide the current user facility to push as much data as he can on the link, without caring about others. Most of today's applications which used to use UDP has now been transferring to TCP. A good example of it is bit-torrent ]

User Avatar

Wiki User

14y ago

What else can I help you with?