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.
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).
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
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)
Personal information can be found with the ________
A) Compatibility Checker B) File Checker C) Document Inspector D) Accessibility Checker