Watch the Observing a TCP conversation in Wireshark Video.Links to an external site. Share one takeaway with the rest of the class.

What packets are involved in a TCP connection, during the process of establishing a TCP session, sending data, and closing the session, respectively?

One takeaway from watching the video is that TCP conversations involve a series of packets being exchanged between the client and server. These packets include SYN (synchronization), SYN-ACK (acknowledgment of synchronization), ACK (acknowledgment), data packets containing the actual information being sent, and finally FIN (finish) and FIN-ACK packets to close the connection. This process allows for reliable and ordered communication between devices over a network.