Changes

599 bytes added ,  12 years ago
no edit summary
Line 18: Line 18:  
* Flow control: TCP also coordinates traffic and manages its data buffers. This guards against the overflow of the buffers.
 
* Flow control: TCP also coordinates traffic and manages its data buffers. This guards against the overflow of the buffers.
 
* Network Adaptation: TCP dynamically learns all the delay characteristics of a network and then adjusts its own operation to enhance throughput without overloading the network.<ref>[http://www.freesoft.org/CIE/Topics/83.htm freesoft.org]</ref>
 
* Network Adaptation: TCP dynamically learns all the delay characteristics of a network and then adjusts its own operation to enhance throughput without overloading the network.<ref>[http://www.freesoft.org/CIE/Topics/83.htm freesoft.org]</ref>
 +
 +
== Relation of TCP and IP ==
 +
 +
The IP receives the application program provided by the TCP through its communication services at an intermediate level. This basically means that whenever an application needs to transfer any large data through the IP, it sends a request to the TCP and allows it to handle the details of the IP transfer. In short the problems in the IP are detected by the TCP and retransmit the lost packets. The TCP also rearranges the order in which the packets were sent and minimizes the congestions in the network. This in turn helps to reduce the reoccurrence of the problem.
    
== References ==
 
== References ==
420

edits