Differences between revisions 4 and 5
Revision 4 as of 2003-11-11 19:01:30
Size: 641
Editor: pcp025745pcs
Comment:
Revision 5 as of 2003-11-11 19:04:56
Size: 666
Editor: pcp025745pcs
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
'''TCP provides a ''Reliable Byte Stream Abstraction''''' '''TCP provides a ''Reliable Byte Stream Abstraction''''' 
Line 11: Line 11:
   * '''Congestion Control''': Congestion windows size    * '''Congestion Control''': Congestion windows size using a reactive method

Back to ComputerTerms

https://www.scotnpatti.com/unl/images/tcpheader.jpg

TCP is a byte oriented protocol. This means that each byte of data has a sequence number, and the sequence number field contains the sequence number for the first byte of datacarried in theat segment. The acknowledgement and advertised window fields carry information about the flow of data going in the other direction.

TCP provides a Reliable Byte Stream Abstraction

  • Error Control: Ack/retransmission/

  • Flow Control: Receiver Window

  • Congestion Control: Congestion windows size using a reactive method

Back to ComputerTerms

TransmissionControlProtocol (last edited 2011-11-09 16:35:27 by mon-controller)