White RoomNEW

Hundred Three Hundred

RFC 9293 shows the basic three-way handshake with concrete numbers:

  TCP A                                              TCP B
1. CLOSED                                            LISTEN
2. SYN-SENT    --> <SEQ=100><CTL=SYN>              --> SYN-RECEIVED
3. ESTABLISHED <-- <SEQ=300><ACK=101><CTL=SYN,ACK> <-- SYN-RECEIVED
4. ESTABLISHED --> <SEQ=101><ACK=301><CTL=ACK>     --> ESTABLISHED

More than one statement below is true. Select every true one.