NOTE: Using software to mass-download the site degrades the server and is prohibited.
If you want to read The TCP/IP Guide offline, please consider licensing it. Thank you.

The Book is Here... and Now On Sale!

Read offline with no ads or diagram watermarks!
The TCP/IP Guide

Google
Web TCP/IP Guide






Table Of Contents  The TCP/IP Guide
 9  TCP/IP Lower-Layer (Interface, Internet and Transport) Protocols (OSI Layers 2, 3 and 4)
      9  TCP/IP Transport Layer Protocols
           9  Transmission Control Protocol (TCP) and User Datagram Protocol (UDP)
                9  TCP/IP Transmission Control Protocol (TCP)
                     9  TCP Message Formatting and Data Transfer

Previous Topic/Section
TCP Maximum Segment Size (MSS) and Relationship to IP Datagram Size
Previous Page
Pages in Current Topic/Section
12
3
456
Next Page
TCP Immediate Data Transfer: "Push" Function
Next Topic/Section

TCP Sliding Window Data Transfer and Acknowledgement Mechanics
(Page 3 of 6)

Receive (RCV) Pointers

The three receive categories are divided using two pointers:

  • Receive Next (RCV.NXT): The sequence number of the next byte of data that is expected from the other device. This marks the first byte in Receive Category #3. All previous sequence numbers refer to bytes already received and acknowledged, in Receive Category #1+2.

  • Receive Window (RCV.WND): The size of the receive window “advertised” to the other device. This refers to the number of bytes the device is willing to accept at one time from its peer, which is usually the size of the buffer allocated for receiving data for this connection. When added to the RCV.NXT pointer, marks the first byte of Receive Category #4.

The receive categories and pointers are illustrated in Figure 220.


Figure 220: TCP Receive Categories and Pointers

This diagram is the complement of Figure 219, showing how the categories are set up for the receiving device. Categories #1 and #2 have been combined since there is no differentiation between “received and unacknowledged” and “received and acknowledged”. This example shows the state of the receiving device prior to receipt of the 14 bytes that in Figure 219 have already been sent.

 


Key Concept: A set of receive pointers are maintained by each device, which are the complement of the send pointers. A device’s send pointers keep track of its outgoing data and its receive pointers the incoming data. The two receive pointers are RCV.NXT, which indicates the number of the next byte of data expected from the other device, and RCV.WND, which is the size of the receive window for that device. The RCV.WND of one device equals the SND.WND of the other device on the connection.



Previous Topic/Section
TCP Maximum Segment Size (MSS) and Relationship to IP Datagram Size
Previous Page
Pages in Current Topic/Section
12
3
456
Next Page
TCP Immediate Data Transfer: "Push" Function
Next Topic/Section

If you find The TCP/IP Guide useful, please consider making a small Paypal donation to help the site, using one of the buttons below. You can also donate a custom amount using the far right button (not less than $1 please, or PayPal gets most/all of your money!) In lieu of a larger donation, you may wish to consider purchasing a download license of The TCP/IP Guide. Thanks for your support!
Donate $2
Donate $5
Donate $10
Donate $20
Donate $30
Donate: $



Home - Table Of Contents - Contact Us

The TCP/IP Guide (http://www.TCPIPGuide.com)
Version 3.0 - Version Date: September 20, 2005

© Copyright 2001-2005 Charles M. Kozierok. All Rights Reserved.
Not responsible for any loss resulting from the use of this site.