Poll Results
No votes. Be the first one to vote.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
UDP (User Datagram Protocol) is a core member of the Internet protocol suite. With respect to UDP, consider the following statements to identify which is false.
1. UDP provides error correction.
2. UDP enables a process to send messages to another process with a minimum of protocol mechanism.
3. UDP is connectionless.
4. UDP guarantees delivery of data.
The false statement here is:
– UDP provides error correction.
UDP does not provide error correction; it is a connectionless protocol that offers a minimal, unreliable message service by sending segments (datagrams) without establishing or maintaining a dedicated end-to-end connection. This means it does not guarantee delivery, order, or error-free communications between sending and receiving hosts. Error processing and correction, if needed, must be handled by application-level protocols using UDP.