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

You might also like to view...

The Open Networking Foundation (ONF) model of SDN utilizes which protocol as its Southbound interface?

A) OpenFlow B) Opflex C) SSH D) REST

Computer Science & Information Technology

The less than or equal to comparison operator is ____.

A.

Computer Science & Information Technology