TCP Communication Flag Types
In the following coming video (Port Discovery), we will be discussing TCP scans Types.
So we will mention some TCP flags, and it’s highly recommended to know the function of
each flag before you start the video.
Because TCP is a connection-oriented protocol, a process for establishing a connection,
restarting a failed connection, and finishing a connection is part of the protocol. These
protocol notifications are called flags.
TCP contains ACK,RST,SYN,URG,PSH, and FIN flags.
The following list identifies the function of the TCP flags:
Flag Function
SYN Synchronize. Initiates a connection between hosts
ACK Acknowledge. Established connection between hosts
PSH Push. System is forwarding buffed data.
URG Urgent. Data in packets must processed quickly.
FIN Finish. No more transmissions.
RST Reset. Resets the connections.
Ethical Hacking