📝 Question
#2065
The server program tells its TCP that it is ready to accept a connection. This process is called ___________
✓
Correct Answer
A. Active open
💡
Explanation
This is the first step in the Three-Way Handshaking process and is started by the server. Then the Client picks an ISN (Initial Sequence Number) and synchronizes (shares) it with the Server requesting a connection. The Server acknowledges the clients ISN, and then picks an ISN and synchronizes it with the Client. At last, the Client acknowledges the servers ISN.
⌨️ Press
A
B
C
D
to select