What are the main differences between TCP and UDP?

What will be an ideal response?


The main difference between UDP and TCP is the acknowledgment of receipt of the message.UDP is faster and connectionless, so the recipient is not guaranteed to have received the packet.TCP provides for retransmission and allows the recipient to notify the sender of receipt.This requires establishment of a session and therefore requires a much larger number of support messages in addition to the actual transmission from the sender.

Computer Science & Information Technology

You might also like to view...

The _______________ describes security related activities that must be carried out by an organization or information system in order to satisfy the intent of a control.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

(What’s Wrong with This Code?) What is wrong with the following statement? Provide the correct statement to add 1 to the sum of x and y.

``` Console.WriteLine(++(x + y)); ```

Computer Science & Information Technology

All social bookmarking services let users add descriptions to their bookmarks

Indicate whether the statement is true or false

Computer Science & Information Technology

If the controls on a form are not grouped in a tabular or stacked layout, you can change the ________ between the controls

A) layout B) sections C) form D) spacing

Computer Science & Information Technology