What are the disadvantages and advantages of UDP (User Datagram Protocol)?

What will be an ideal response?


Disadvantages: UDP does not provide the same level of reliability and error checking as TCP, because it relies only on the checksum to ensure reliability. UDP performs no flow control, sequencing, or acknowledgment. Advantages: It operates strictly as a connectionless protocol, which enables it to handle and transmit data faster. It adds little overhead onto IP.

Computer Science & Information Technology

You might also like to view...

The association of an identifier in a program with a machine address is called a ______.

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

Computer Science & Information Technology

Does the method call in the following method cause compile errors?

``` public static void main(String[] args) { Math.pow(2, 4); } ``` a. Yes b. No

Computer Science & Information Technology

The a:hover dynamic pseudo-class style, as shown in the accompanying figure, is applied while the mouse button is pressed when clicking a link.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Personal information can be found with the ________

A) Compatibility Checker B) File Checker C) Document Inspector D) Accessibility Checker

Computer Science & Information Technology