0 votes
in Other by
Write the name of all TCP “Flag”?

1 Answer

0 votes
by

A TCP Flag field contains 6 different flags, namely:

  1. URG: Urgent pointer is valid
  2. ACK: Acknowledgement number is valid( used in case of cumulative acknowledgment)
  3. PSH: Request for push
  4. RST: Reset the connection
  5. SYN: Synchronize sequence numbers
  6. FIN: Terminate the connection
...