Explain how to release a TCP connection.
What will be an ideal response?
When releasing the connection between two computers, the source computer sends a FIN packet to the destination computer. The destination computer then sends a FIN/ACK packet, and the source computer sends an ACK packet. Either computer could send an RST and close the session (reset) immediately.
Computer Science & Information Technology