H12-211 Exam QuestionsBrowse all questions from this exam

H12-211 Exam - Question 26


UDP is connectionless oriented, which of the following must be used in order to ensure reliability?

Show Answer
Correct Answer: D

UDP, being a connectionless protocol, does not guarantee the reliability of data transmission. In order to ensure reliability, the Transmission Control Protocol (TCP) should be used. TCP provides mechanisms for ensuring that data is received accurately and in order, through features such as acknowledgements, retransmissions, and sequencing.

Discussion

5 comments
Sign in to comment
BenwiOption: D
Jul 24, 2019

I think the correct answer is: D not B

molochtrooper
Sep 10, 2020

It's B, an application is mostly operating with UDP and a dynamic port, the application itself has to ensure the reliability of the connection or at least the send data. If data is lost, the application layer has to send resend request/channel reopening.

klauberOption: B
Sep 3, 2019

B: implementation a channel using RDT(reliable data transfer) Transport Layer >> UDP=unreliable

Nicodemos507Option: D
Nov 4, 2020

to ensure reliability? I think that is D (TCP ensure reliability regarding UDP)

JAP66Option: B
Oct 1, 2021

B is correct answer User Datagram Protocol (UDP): provides connectionless communication and does not guarantee the reliability of packet transmission. The reliability can be ensured by the application layer.

skwaruOption: B
Dec 1, 2021

B UDP have no control when sends packets so, when you create application and use UDP protocol u must create your own control system on the application layer