About 5,150,000 results
Open links in new tab
  1. Transmission Control Protocol - Online Tutorials Library

    The transmission Control Protocol (TCP) is one of the most important protocols of Internet Protocols suite. It is most widely used protocol for data transmission in communication network such as internet.

  2. Transport Layer Services - GeeksforGeeks

    Dec 30, 2025 · The Transport Layer is the second layer in the TCP/IP model and the fourth layer in the OSI model. It is an end-to-end layer used to deliver messages to a host. It is termed an end-to-end …

  3. Explain the TCP Connection Management - Online Tutorials Library

    The TCP Connection Management involves establishing, maintaining, and terminating connections between two hosts using a reliable connection-oriented protocol. TCP uses a three-way handshake …

  4. Connection Management - BrainKart

    A TCP connection begins with a client doing an active open to a server. Assuming that the server had earlier done a passive open, the two sides engage in an exchange of messages to establish the …

  5. Types of Computer Networks - GeeksforGeeks

    Dec 30, 2025 · A computer network is a group of two or more independent computers and devices connected to share data, resources, and services. These connections can be established using …

  6. Transport layer services – Introduction to Computer Networks and TCP

    Delivery based services are designed to provide better delivery to the recipient. TCP connection needs to adjust as per the connecting line, sender and receiver conditions and network load, next type of …

  7. 6.3: TCP Congestion Control - Engineering LibreTexts

    6.3 TCP Congestion Control This section describes the predominant example of end-to-end congestion control in use today, that implemented by TCP. The essential strategy of TCP is to send packets into …

  8. What is the TCP Connection Establishment? - Online Tutorials Library

    Oct 21, 2023 · To make the transport services reliable, TCP hosts must establish a connection-oriented session with one another. Connection establishment is performed by using the three-way handshake …

  9. The Internet Transport Protocols: UDP, Introduction to TCP, The TCP Service Model,The TCP Segment Header, The Connection Establishment, The TCP Connection Release, The TCP Sliding Window, …

  10. What is TCP Connection Release? - Online Tutorials Library

    A TCP connection release is the process of terminating an established TCP connection in a controlled manner. Since TCP provides a full-duplex connection, the release process treats it as two …