F5 Interview Question

In a TCP session, how many sliding windows are there? Is it one which is shared between client and server or two for client and server?

Interview Answer

Anonymous

Aug 21, 2012

A duplex TCP connection may use up to 4 sliding windows. A sender window and receiver window is needed for both the client-to-server connection and the server-to-client connection.

1