Answer:
In TCP, one end can stop sending data while still receiving data. This is called a half-closed termination, also known as a "FIN-WAIT" state. In this state, one end sends a FIN segment to indicate that it has finished sending data and will not send any more data, but it can still receive data from the other end. The other end can continue to send data until it is also ready to terminate the connection, at which point it sends its own FIN segment. Once both ends have sent FIN segments, the connection is fully closed.
In TCP, one end can stop sending data while still receiving data. This is called a half-closed termination, also known as a "FIN-WAIT" state. In this state, one end sends a FIN segment to indicate that it has finished sending data and will not send any more data, but it can still receive data from the other end. The other end can continue to send data until it is also ready to terminate the connection, at which point it sends its own FIN segment. Once both ends have sent FIN segments, the connection is fully closed.
You may be interested in:
Computer Networking MCQs