English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

is it determined by the operating system or by the application programm.
thanks

2007-10-22 06:44:31 · 3 answers · asked by Sunshine 4 in Computers & Internet Programming & Design

3 answers

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

2007-10-22 06:57:04 · answer #1 · answered by Isaac 2 · 1 0

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.

2016-05-24 18:06:04 · answer #2 · answered by ? 3 · 0 0

Determined by the application program; UDP has no such overhead that TCP has; that overhead is for ensuring accuracy and receive of information.

2007-10-22 10:23:58 · answer #3 · answered by Andy T 7 · 1 0

fedest.com, questions and answers