Exam 200-301 All QuestionsBrowse all questions from this exam
Question 84

What is the difference in data transmission delivery and reliability between TCP and UDP?

    Correct Answer: B

    TCP requires the connection to be established before transmitting data, ensuring reliable data transmission through a three-way handshake process, error checking, and retransmission of lost packets. UDP, on the other hand, operates without establishing a connection, resulting in faster data transmission but without guaranteeing packet delivery or ordering.

Discussion
ZUMYOption: B

B is correct

SmaritzOption: B

B is correct

Yunus_EmpireOption: B

B is correct

Hanagaki_ShinjiroOption: B

UDP speeds up transmissions by enabling the transfer of data before an agreement is provided by the receiving party. As a result, UDP is beneficial in time- sensitive communications, including voice over IP (VoIP), domain name system (DNS) lookup, and video or audio playback.

xtraMilesOption: B

TCP - connection-oriented UDP - connectionless

SeMo0o0oOption: B

B is correct

[Removed]Option: B

B is the correct answer.