A client application needs to terminate a TCP communication session with a server. Place the termination process steps in the order that they will occur. (Not all options are used.)

Place the options in the following order:
| step 1 | client sends FIN |
| step 2 | server sends ACK |
| step 3 | server sends FIN |
| step 4 | client sends ACK |
Explanation: In order to terminate a TCP session, the client sends to the server a segment with the FIN flag set. The server acknowledges the client by sending a segment with the ACK flag set. The server sends a FIN to the client to terminate the server to client session. The client acknowledges the termination by sending a segment with the ACK flag set.
Related exam: CCNA 1 v7 Checkpoint Exam: Network Application Communications Exam Answers
Related exam: CyberOps Associate Final Exam Answers
