At the Transport Layer of the OSI model, the two most widely used protocols are TCP (Transmission Control Protocol) and UDP (User Datagram Protocol).
TCP provides reliable, connection-oriented communication. It ensures that data reaches the destination in order and without errors....
Read More
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