The client starts an active connection - a call to connect (). This sends a SYN segment to the server to inform about the initial sequence number of the data that client will send during connection.
El cliente lanza una conexión activa - llama a connect() - Con esto envía un segmento SYN para informarle al server el numero inicial de secuencia para los datos que el cliente va a enviar en la conexión.
As mentioned, the three way handshake it is not completed but when nmap receives the recognition of its SYN segment (by means of the ACK segment sent by house2 in line 4), it sends a RESET segment that forces the communication to interrupt.
Como se mencionó, no se desarrolla completo el three way handshake sino que al recibir el nmap el reconocimiento de su segmento SYN (mediante el segmento ACK enviado por casa2, línea 4), envía un segmento RESET que fuerza la interrupción de la comunicación.
The technique used is to open a "half connection": we send a SYN segment and, if an ACK is received then we have detected an active port on the target machine, and we sent a RESET to close the connection promptly.
La técnica que utiliza es abrir una "media conexión", es decir envía un segmento SYN y si recibe un ACK es porque ha detectado un puerto activo en la máquina objetivo, después de lo cual envía un RESET para cortar en forma abrupta la comunicación.
Description When this parameter is enabled, which is the default setting, TCP always sends a SYN segment with the window scale option, even if the window scale option value is 0.
Descripción Cuando este parámetro está activado, que es la configuración predeterminada, TCP siempre envía un segmento SYN con la opción de escala de ventana, incluso si el valor de ésta es 0.
However, TCP tells a peer that it supports ECN mechanism when accepting a new incoming connection request if the peer indicates that it supports ECN mechanism in the SYN segment.
Sin embargo, TCP indica a un par que admite el mecanismo ECN al aceptar una nueva solicitud de conexión entrante si el par indica que admite el mecanismo ECN en el segmento SYN.
Description If set to 1, TCP always sends SYN segment with the timestamp option.
Descripción Si se establece en 1, TCP siempre envía un segmento SYN con la opción de indicador de fecha y hora.
If this parameter is set to 2, in addition to negotiating with a peer on the ECN mechanism when accepting connections, TCP indicates in the outgoing SYN segment that it supports the ECN mechanism when TCP makes active outgoing connections.
Si este parámetro se establece en 2, además de negociar con un par sobre el mecanismo ECN al aceptar conexiones, TCP indica en el segmento SYN saliente que admite el mecanismo ECN cuando TCP activa las conexiones salientes.
Description If set to 2, TCP always sends SYN segment with the selective acknowledgment (SACK) permitted option.
Descripción Si se establece en 2, TCP siempre envía un segmento SYN con la opción permitida de reconocimiento selectivo (SACK).
If TCP receives a SYN segment with a SACK-permitted option and this parameter is set to 1, TCP responds with a SACK-permitted option.
Si TCP recibe un segmento SYN con una opción SACK permitida y este parámetro está establecido en 1, TCP responde con una opción SACK permitida.
Note that if TCP receives a SYN segment with the timestamp option, TCP responds with a SYN segment with the timestamp option even if the parameter is set to 0.
Tenga en cuenta que si TCP recibe un segmento SYN con la opción de indicador de fecha y hora, TCP responde con un segmento SYN con la opción de indicador de fecha y hora incluso si el parámetro está establecido en 0.