UDP Traffic: Choosing the Right Application | JN0-102 Exam Answer

Which application would be suited for UDP traffic?

Prev Question Next Question

Question

Which application would be suited for UDP traffic?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

C

UDP flows would be appropriate for streaming Video shows.

Incorrect Answers:

A: Web browsing would be using both the UDP and the TCP protocols.

B: Downloading a program would make use of the FTP protocol, which uses both UDP and TCP.

UDP (User Datagram Protocol) is a transport layer protocol that provides a connectionless, unreliable, and fast transmission of data between applications. It does not guarantee the delivery of packets, nor does it perform any error checking or retransmission of lost packets. UDP is often used for applications that require real-time data transmission and can tolerate some data loss.

Among the given options, streaming television shows is the application that would be best suited for UDP traffic. Streaming television shows requires a continuous flow of data packets from the server to the client, and any delays or retransmissions can result in buffering or interruption of the video stream. UDP provides a fast and efficient way to transmit these data packets without the overhead of error checking and retransmission.

Web browsing and online shopping, on the other hand, typically use TCP (Transmission Control Protocol), which is a connection-oriented protocol that guarantees the delivery of packets and performs error checking and retransmission of lost packets. This is important for applications that require accurate and reliable delivery of data, such as submitting an online order or retrieving a web page.

Downloading a program may use either UDP or TCP, depending on the application and the requirements for data transmission. Large file downloads that can tolerate some data loss may use UDP, while smaller downloads that require reliable delivery may use TCP.

In summary, while UDP can be used for various applications, it is best suited for applications that require real-time data transmission and can tolerate some data loss, such as streaming television shows.