Complete the code to identify a common use of UDP.
UDP is often used for [1] because it allows fast data transmission without waiting for acknowledgments.
UDP is commonly used for streaming video because it prioritizes speed over reliability, allowing continuous playback even if some data packets are lost.
Complete the code to name a protocol that uses UDP.
The [1] protocol uses UDP to quickly resolve domain names to IP addresses.DNS (Domain Name System) uses UDP to send queries and receive responses quickly without establishing a connection.
Fix the error in the statement about UDP use.
UDP is preferred for [1] because it guarantees delivery of all packets.
UDP is preferred for gaming because it allows fast transmission with low delay, even though it does not guarantee delivery of all packets.
Fill both blanks to complete the sentence about UDP use cases.
UDP is used in [1] because it [2] the overhead of establishing a connection.
UDP is used in streaming because it reduces the overhead of establishing a connection, allowing faster data transmission.
Fill all three blanks to describe UDP use in gaming.
In online gaming, UDP is used because it [1] latency, [2] packet loss, and [3] connection setup time.
UDP reduces latency, tolerates some packet loss, and avoids connection setup time, making it suitable for fast-paced online gaming.