Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
The choice to use UDP vs. TCP packet creation protocols .......?
is it determined by the operating system or by the application programm.
thanks
3 Answers
- 1 decade agoFavorite Answer
It is determined by the program. UDP packets are normally used for video streaming. TCP is used where the data being transferred needs to be accurate
- 5 years ago
Both are Network layer Protocol. UDP packets do not follow dedicated path but TCP packet follow virtual dedicated path. So,UDP packets do not give guaranteed to reach destination but TCP give guarantee to reach destination. But we use UDP because they are faster than TCP.UDP does not have error handling mechanism and reverse acknowledgement. Because of all this reasons, We send E-mail through TCP and Live Streaming through UDP. In other word we say that,UDP packets acts as Postal office letters and of no assurance of delivery. TCP packets acts as Electronic mails and assurance of delivery.
- Andy TLv 71 decade ago
Determined by the application program; UDP has no such overhead that TCP has; that overhead is for ensuring accuracy and receive of information.