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 protocol used in the networking world for sending messages, called datagrams, between devices on a network. It is known for its simplicity and speed. Here are some common statements about UDP, one of which is false:
A. UDP guarantees reliable data transmission.
B. UDP does not establish a connection before sending data.
C. UDP is faster than TCP.
D. UDP does not provide sequencing of data.
The statement that is false with respect to UDP is:
A. UDP guarantees reliable data transmission.
UDP does not guarantee reliable data transmission. It sends datagrams without establishing a connection, which means it doesn’t wait for acknowledgements from the receiver and doesn’t resend lost packets. This contrasts with TCP (Transmission Control Protocol), which provides reliable data transmission through acknowledgements, retransmissions, and sequence control.