|
Question : Understanding TCP traffic ????? TCP Connection Finish (FIN)
|
|
Can someone tell me if this is correct:
I have a connection established with a server. They communication fine, but then my users are being kicked out of the application.
I have done some packet capture and I am noticing that the server is sending a TCP Connection Finsh (FIN) message to the client.
Am I correct in assuming that this is the server terminating the connection with the client?????
|
Answer : Understanding TCP traffic ????? TCP Connection Finish (FIN)
|
|
Not necessarily...
The application could be saying "I'm done." and that could be the reason for the the server sending the (FIN) packet.
|
|
|