When Is Using The Transmission Control Protocol (TCP ...

Ellimann Ellimann
  • 08.06.2020
  • Computer Science
  • Secondary School
answered • expert verified When is using the Transmission Control Protocol (TCP) most appropriate? See answer rockstarxz rockstarxz rockstarxz

Answer:

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 (bytes) between applications running on hosts communicating via an IP network. Major internet applications such as the World Wide Web, email, remote administration, and file transfer rely on TCP, which is part of the Transport Layer of the TCP/IP suite. SSL/TLS often runs on top of TCP.

TCP is connection-oriented, and a connection between client and server is established before data can be sent. The server must be listening (passive open) for connection requests from clients before a connection is established. Three-way handshake (active open), retransmission, and error-detection adds to reliability but lengthens latency. Applications that do not require reliable data stream service may use the User Datagram Protocol (UDP), which provides a connectionless datagram service that prioritizes time over reliability. TCP employs network congestion avoidance. However, there are vulnerabilities to TCP including denial of service, connection hijacking, TCP veto, and reset attack. For network security, monitoring, and debugging, TCP traffic can be intercepted and logged with a packet sniffer.

Though TCP is a complex protocol, its basic operation has not changed significantly since its first specification. TCP is still dominantly used for the web, i.e. for the HTTP protocol, and later HTTP/2, while not used by latest standard HTTP/3.

New questions in Computer Science

Is the use of information technology and telecommunication to provide healthcare from a distance #What is the difference between ethical concern and moral concern??PLS give accurate answer :( Compute all first and second order partial derivatives of f(x, y) = e ^ (xy) + 3x ^ 2 - 5y ^ 3 Using the __________ list style property, the list items will not be marked Using the __________ list style property, the list items will not be marked Previous Next

Tag » When Is Using Tcp Most Appropriate