December 2013
Intermediate to advanced
452 pages
9h 45m
English
One of the most important mechanisms of TCP is the Sliding Window mechanism, and the Flow Control mechanism that uses it in order to control the amount of data that a TCP end node is willing to accept on the connection.
In this recipe we will focus on these types of problems, and how to discover the problem and solve it.
Connect Wireshark with a port mirror to the suspected link or server, and start capture. Keep track of every window message you will see in the capture window.
There are several types of window messages that you should be aware of:
TCP Zero Window occurs when a receiver advertises ...
Read now
Unlock full access