What is the key difference between UDP and TCP protocols in the transport…
2024
What is the key difference between UDP and TCP protocols in the transport layer ?
- A.
TCP offers guaranteed delivery, while UDP is unreliable.
- B.
UDP is faster due to its connectionless nature.
- C.
TCP provides flow control and congestion control mechanisms
- D.
All of these.
Attempted by 60 students.
Show answer & explanation
Correct answer: D
TCP is a connection-oriented protocol that ensures reliable data delivery through acknowledgments and retransmissions. UDP is connectionless, offering faster transmission without reliability guarantees, making it suitable for real-time applications.