9. UDP Flashcards
What does UDP stand for, and what is its primary characteristic?
UDP stands for User Datagram Protocol, and it is connectionless, meaning it
does not establish a connection before sending data.
Why is UDP faster than TCP?
UDP has minimal overhead as it does not provide error recovery,
acknowledgment, or retransmission, making it faster for time-sensitive
applications.
What types of applications typically use UDP?
Real-time applications like DNS, VoIP, online gaming, and video streaming
use UDP.
How does UDP handle multiplexing for multiple applications?
UDP uses port numbers to differentiate and direct traffic to the correct
application on a device.
What is the size of the UDP header, and why is it fixed?
The UDP header is 8 bytes, fixed to keep the protocol simple and lightweight.