Explore the question in detail with explanation, related questions, and community discussions.
Before data is transmitted, TCP establishes a connection between the sender and receiver using a process called the three-way handshake. Once the connection is established, it ensures that all data is delivered accurately and in the correct order.
TCP also uses acknowledgments to confirm successful delivery, and if any data is lost or corrupted during transmission, it automatically retransmits that data. This makes it ideal for applications where reliability is very important, such as web browsing, email, and file transfers.
Key features of TCP:
Conclusion: The correct answer is Provides reliable, connection-oriented communication. TCP plays a crucial role in making sure data is safely delivered from one device to another.
Discussion
Leave a Comment