Explore the question in detail with explanation, related questions, and community discussions.
This is called a connectionless protocol. It means UDP does not check whether the data was delivered successfully or in the right order. It also does not send acknowledgments or use sequence numbers. Because of this, UDP has low overhead, which makes it fast and suitable for time-sensitive applications.
UDP is commonly used in:
These applications need speed more than guaranteed delivery. That’s why UDP is the preferred protocol for such tasks.
Conclusion: The correct answer is Low overhead and no connection. This feature makes UDP fast and lightweight, ideal for situations where performance is more important than perfect reliability.
Discussion
Leave a Comment