Podcast
Questions and Answers
What is the state of the server after invoking a passive open on TCP?
What is the state of the server after invoking a passive open on TCP?
- LISTEN state (correct)
- ESTABLISHED state
- SYN_SENT state
- SYN_RCVD state
What state does the client move to after sending a SYN segment to the server?
What state does the client move to after sending a SYN segment to the server?
- LISTEN state
- SYN_SENT state (correct)
- CLOSE_WAIT state
- ESTABLISHED state
What triggers the server to respond with a SYN + ACK segment?
What triggers the server to respond with a SYN + ACK segment?
- Arrival of a SYN segment (correct)
- Moving to SYN_SENT state
- Arrival of an ACK segment
- Moving to LISTEN state
What is the state of the client after sending an ACK to the server?
What is the state of the client after sending an ACK to the server?
What state does the server move to after responding with a SYN + ACK segment?
What state does the server move to after responding with a SYN + ACK segment?
When does the client move to the ESTABLISHED state?
When does the client move to the ESTABLISHED state?