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 provides reliable data transfer through error checking and acknowledgments.
Explanation: The statement is false because UDP (User Datagram Protocol) does not offer reliable data transfer; it does not include mechanisms for error checking, acknowledgments, or retransmission of lost packets. UDP is a simpler, connectionless protocol that sends packets called datagrams without establishing a connection between the sender and receiver, and there is no guarantee that the packets will arrive in order or even arrive at all. This is in contrast to TCP (Transmission Control Protocol), which provides a reliable data transfer service.