TCP Flags Flashcards

1
Q

This type of termination of the connection is used when the sender feels that something has gone wrong with the TCP connection or that the conversation should not have existed in the first place. For example, if a system receives information that is outside of an established session, it will send this in response.

A

RST - Reset flag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

This flag is used to request that the connection be terminated. This usually occurs at the end of a session and allows for the system to release the reserved resources that were set aside for this connection.

A

FIN - Finish flag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

This flag is set in the first packet sent from the sender to a receiver as a means of establishing a TCP connection and initiating a three-way handshake.

A

SYN - Syncronization flag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Once a connection is initiated, the receiver sends back ___ and ___ flag set in a packet which is then sent back to the initiator to confirm they are ready to initiate the connection. Finally, the initial sender replies with ___ flag set in a packet so that the three-way handshake can be completed and data transmission can begin.

A

SYN and ACK
ACK

How well did you know this?
1
Not at all
2
3
4
5
Perfectly