Ask Question

UDP provides unreliable data transfer and therefore

A) should never be used

B) provides data security

C) provides congestion control

D) could be a good choice for loss-tolerant video and audio streams

+4
Answers (1)
  1. 4 April, 18:17
    0
    Answer: The answer is d.

    Explanation:

    UDP is a transport protocol (Layer 4 of the OSI model) that has no mechanism to provide a reliable transport between the source process and the destination one, as TCP does.

    Anyway, due to this feature, is specially suitable for real-time applications, like video or audio, provided that the user can accept some loss in the stream.

    Several real-time protocols, like RTP for instance (used for videoconferencing) use UDP as transport protocol.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “UDP provides unreliable data transfer and therefore A) should never be used B) provides data security C) provides congestion control D) ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers