What is the difference regarding reliability and communication type between TCP and UDP?
What is the difference regarding reliability and communication type between TCP and UDP?
TCP (Transmission Control Protocol) is known for being a reliable and connection-oriented protocol. This means it ensures the delivery of data packets in the correct order and retransmits lost packets if necessary. On the other hand, UDP (User Datagram Protocol) is not reliable and is a connectionless protocol. This means it sends data without establishing a connection and does not guarantee the order or delivery of packets.
Ref: Difference between TCP and UDP: Comparison in 2022 - IP With Ease “… Key points of difference between TCP and UDP … • TCP is the connection-oriented protocol while UDP is connectionless protocol. • TCP is more reliable than UDP. …” A. TCP is reliable and is a connectionless protocol; UDP is not reliable and is a connection-oriented protocol. Wrong answer. B. TCP is not reliable and is a connectionless protocol; UDP is reliable and is a connection-oriented protocol. Wrong answer. C. TCP is not reliable and is a connection-oriented protocol; UDP is reliable and is a connectionless protocol. Wrong answer. D. TCP is reliable and is a connection-oriented protocol; UDP is not reliable and is a connectionless protocol. Correct answer.
D is correct
D is correct
D is correct
D is correct
There's no doubt about D is correction
TCP: Talk Clearly, Please; UDP: UnReliable, Dropped Packets
D is correct
D is correct
D is correct
D is correct
D is correct
d is the right answer
There's no doubt about D is correction
Answer D is the correct one