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?
Sigiloso
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.