Login
Remember
Register
Ask a Question
Write the name of all TCP “Flag”?
0
votes
asked
Jan 24, 2024
in
Other
by
SakshiSharma
Write the name of all TCP “Flag”?
tcpflag
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 24, 2024
by
SakshiSharma
A TCP Flag field contains 6 different flags, namely:
URG: Urgent pointer is valid
ACK: Acknowledgement number is valid( used in case of cumulative acknowledgment)
PSH: Request for push
RST: Reset the connection
SYN: Synchronize sequence numbers
FIN: Terminate the connection
...