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...
In VBA, comments added to code will display in ________
A) blue text B) green text C) red text D) yellow text
Computer Science & Information Technology
Microsoft has developed the following two systems of controlling what software users can install and execute on their systems: Software Restriction Policies and AppLocker policies
Indicate whether the statement is true or false
Computer Science & Information Technology