What is Transmission Control Protocol (TCP)?
The Transmission Control Protocol (TCP) is used as a highly reliable communication protocol between hosts in an IP network. TCP provides connection-oriented, reliable, ordered, and error-checked delivery of data. UDP or User Datagram Protocol, unlike TCP, provides connectionless transmission of data and it prioritizes time over reliability. So, TCP is good when communications should be reliable. World Wide Web, email, file transfer applications, etc. use the TCP protocol. And, UDP is good for real-time communications, as the VoIP.
In this article, we would discuss:
-
What is Transmission Control Protocol (TCP)?
-
TCP Operations
-
TCP Packet Format
-
How is a TCP connection established?
-
How is a TCP connection terminated?
0 Comments