1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Q28: What TCP state comes after SYN_SENT?
A28: ESTABLISHED (after SYN-ACK and ACK).
Q29: What is the final state in TCP termination?
A29: TIME_WAIT (on the side initiating closure).
Q30: What is the TCP state after FIN is received?
A30: CLOSE_WAIT (on the receiver's side).
.
.