Complete the sentence to explain why UDP is faster than TCP.
UDP is faster than TCP because it does not perform [1] before sending data.
UDP skips the handshaking process that TCP uses to establish a connection, which reduces delay and makes UDP faster.
Complete the sentence to describe a feature UDP lacks compared to TCP.
Unlike TCP, UDP does not guarantee [1] of data packets.
UDP does not guarantee that data packets will be delivered, which makes it faster but less reliable than TCP.
Fix the error in the sentence explaining UDP's speed advantage.
UDP is faster because it does not [1] packets to confirm receipt.
UDP does not wait for acknowledgments of packet receipt, which reduces delay and increases speed.
Fill both blanks to complete the explanation of UDP's speed.
UDP is faster because it does not [1] connections and does not [2] lost packets.
UDP does not establish connections before sending data and does not retransmit lost packets, which reduces overhead and speeds up transmission.
Fill all three blanks to explain why UDP is faster than TCP.
UDP is faster because it [1] connection setup, does not [2] packets, and has less [3] overhead.
UDP skips connection setup, does not retransmit lost packets, and has less protocol overhead, making it faster than TCP.