-1

I got a pcap package use tcpdump command. In this pcap, the TCP close in 2-way handshake!

tcp close 2-way handshake

Questions:

  1. In this picture, can anyone determine who initiated the signal to close the connection?

  2. why TCP close in 2-way handshake? it does not make sense!

user207421
  • 305,947
  • 44
  • 307
  • 483
Leo
  • 11
  • 2

1 Answers1

2

This is only a half-close, initiated by the side that sent the FIN. A full close would require a FIN in the other direction, and a corresponding ACK.

user207421
  • 305,947
  • 44
  • 307
  • 483