Which transport layer protocol is connectionless and provides minimal…
2024
Which transport layer protocol is connectionless and provides minimal overhead, suitable for applications where low latency is crucial ?
- A.
TCP (Transmission Control Protocol)
- B.
UDP (User Datagram Protocol)
- C.
IP (Internet Protocol)
- D.
ICMP (Internet Control Message Protocol)
Attempted by 71 students.
Show answer & explanation
Correct answer: B
UDP is designed for connectionless communication with minimal overhead compared to TCP. Check if the application requires guaranteed delivery versus speed, as UDP does not ensure packet arrival.