syn
- noun
- /sɪn/
- Specialized
- After the client transmits the SYN request, it waits for the server to respond with a SYN-ACK packet.
Examples
-
During the connection process, the client sends a SYN packet to initiate communication with the server.
-
The server is going to respond with a second packet, a SYN ACK.
-
I just get a black screen, though our firewall shows a SYN-ACK.
Blog text (8) -
Running Wireshark on the edge server, I see the connection coming in from the ocstest website, but it does not get past the (SYN).
Blog text (8) -
Check the presentation in Module 10 - Session Hijacking; here the TCP/IP 3 Way Handshake is defined as: SYN->
Blog text (26) -
The protocol specifies that a SYN flag is essential for establishing a TCP connection between two devices.
Surface Forms
Etymology
Syn in computer networks comes from the word synchronize, which means 'to make things start at the same time'. A SYN packet is the 'let's start together' signal used to open a connection, so it marks the start of communication.