H12-811_V1.0 · Question #942
UDP does not guarantee data transmission reliability and does not provide packet sorting and traffic control functions. It is suitable for the traffic that has low requirements for data transmission…
The correct answer is A. TRUE. UDP (User Datagram Protocol) is a connectionless protocol that does not provide reliability, packet sequencing, or traffic control. These features are usually managed by TCP, which is used for applications requiring reliable data transmission. UDP's design makes it suitable for…
Question
UDP does not guarantee data transmission reliability and does not provide packet sorting and traffic control functions. It is suitable for the traffic that has low requirements for data transmission reliability, but high requirements for the transmission speed and delay.
Options
- ATRUE
- BFALSE
How the community answered
(30 responses)- A73% (22)
- B27% (8)
Explanation
UDP (User Datagram Protocol) is a connectionless protocol that does not provide reliability, packet sequencing, or traffic control. These features are usually managed by TCP, which is used for applications requiring reliable data transmission. UDP's design makes it suitable for real-time applications, such as video streaming or VoIP, where speed and low latency are prioritized over
Topics
Community Discussion
No community discussion yet for this question.