TCP Flags Flashcards

1
Q

What is S?

A

SYN (Synchronise) - used during session setup to agree on initial sequence numbers. Sequence numbers are random.

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

What is F?

A

FIN (Finish) - used during a graceful session close to show that the sender has no more data to send.

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

What is R?

A

RST (Reset) - an instantaneous abort in both directions (abnormal session disconnection).

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

What is P?

A

PSH (Push) - forces data delivery without waiting for buffers to fill. Used for interactive traffic. Data will also be delivered to the application on the receiving end without buffering.

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

What is U?

A

URG (Urgent) - data is sent out of band.

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

What are the TCP flags?

A
A - ACK (acknowledge)
S - SYN (synchronise)
F - FIN (finish)
R - RST (reset)
P - PSH (push)
U - URG (urgent)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is A?

A

ACK (Acknowledge) - the receiver will send an ACK that equals the senders sequence number plus the amount of data (Len) at the TCP layer.

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