InterviewSolution
Saved Bookmarks
| 1. |
How Does A Disconnect Appear In A Netmon Trace? |
|
Answer» A TCP connection can be ended in one of two ways. A "GRACEFUL" CLOSE uses the TCP FIN FLAG to show that the sender has no more data to send. The TCP RST flag is used for an ended ("ABORTIVE") session disconnection. A TCP connection can be ended in one of two ways. A "graceful" close uses the TCP FIN flag to show that the sender has no more data to send. The TCP RST flag is used for an ended ("abortive") session disconnection. |
|