Explore the question in detail with explanation, related questions, and community discussions.
TCP provides reliable, connection-oriented communication. It ensures that data reaches the destination in order and without errors. It uses acknowledgments and retransmission mechanisms. TCP is used for important tasks like emails, websites, and file transfers.
UDP provides fast, connectionless communication. It does not check for delivery or errors, making it faster but less reliable. It is useful for applications like video calls, online games, and streaming where speed matters more than accuracy.
Besides TCP and UDP, other Transport Layer protocols include:
Key Transport Layer functions:
Conclusion: The correct answer is TCP and UDP. These are the two main protocols used at the Transport Layer, but understanding SCTP and DCCP helps you go deeper into networking concepts, especially for interviews and advanced exams.
Discussion
Leave a Comment