Transmission Control Protocol

From Wiki @ Karl Jones dot com
Revision as of 19:26, 30 June 2017 by Karl Jones (Talk | contribs) (Created page with "The '''Transmission Control Protocol''' ('''TCP''') is one of the main protocols of the Internet protocol suite. It originated in the initial network implementation in whi...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The Transmission Control Protocol (TCP) is one of the main protocols of the Internet protocol suite. It originated in the initial network implementation in which it complemented the Internet Protocol (IP). Therefore, the entire suite is commonly referred to as TCP/IP.

TCP provides reliable, ordered, and error-checked delivery of a stream of octets between applications running on hosts communicating by an IP network.

Major Internet applications such as the World Wide Web, email, remote administration, and file transfer rely on TCP.

Applications that do not require reliable data stream service may use the User Datagram Protocol (UDP), which provides a connectionless datagram service that emphasizes reduced latency over reliability.

See also

External Links