TCP Flags Flashcards
What is S?
SYN (Synchronise) - used during session setup to agree on initial sequence numbers. Sequence numbers are random.
What is F?
FIN (Finish) - used during a graceful session close to show that the sender has no more data to send.
What is R?
RST (Reset) - an instantaneous abort in both directions (abnormal session disconnection).
What is P?
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.
What is U?
URG (Urgent) - data is sent out of band.
What are the TCP flags?
A - ACK (acknowledge) S - SYN (synchronise) F - FIN (finish) R - RST (reset) P - PSH (push) U - URG (urgent)
What is 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.