cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
718
Views
0
Helpful
2
Replies

Windoing?

abhi-adte
Level 1
Level 1

Hi,

What is windowing and windowing sliding and where of the use??

1 Accepted Solution

Accepted Solutions

Shashank Singh
Cisco Employee
Cisco Employee

Hi Abhinay,

Windowing is a mechanism in TCP by which data transmit and receive rates are negotiated between the client and the server. In TCP handshake, the hosts negotiate on a window size which is used as long as the session is active.

In a connection between aclient and a server, the client tells the server the number of bytes it is willing to receive at one time from the server; this is the client's receive window, which becomes the server's send window. Likewise, the server tells the client how many bytes of datait is willing to take from the client at one time; this is the server's receive window and the client's send window.

Sliding window also enforces flow control. Window sizes are adjusted on the fly depending on how much data can be accepted by any of the peers. Acknowledgement is sent only once when data equal to the window size has been successfully received and the window is slided forward.

Hope this helps.

Shashank

Please rate this answer if you found the content useful

View solution in original post

2 Replies 2

Shashank Singh
Cisco Employee
Cisco Employee

Hi Abhinay,

Windowing is a mechanism in TCP by which data transmit and receive rates are negotiated between the client and the server. In TCP handshake, the hosts negotiate on a window size which is used as long as the session is active.

In a connection between aclient and a server, the client tells the server the number of bytes it is willing to receive at one time from the server; this is the client's receive window, which becomes the server's send window. Likewise, the server tells the client how many bytes of datait is willing to take from the client at one time; this is the server's receive window and the client's send window.

Sliding window also enforces flow control. Window sizes are adjusted on the fly depending on how much data can be accepted by any of the peers. Acknowledgement is sent only once when data equal to the window size has been successfully received and the window is slided forward.

Hope this helps.

Shashank

Please rate this answer if you found the content useful

Thanks

Review Cisco Networking for a $25 gift card