Recent Changes - Search:

Navigation

Articles

Linux Downloads

Search Packages

Error log

Distros/ OS

Softwares

CMS

Help & Man Pages

Others

.

TCP-connection-state-tcp-handshake


Connection Establishment

The client sends a SYN message which contains the server's port and the client's Initial Sequence Number (ISN) to the server (active open).

The server sends back its own SYN and ACK (which consists of the client's ISN + 1).

The Client sends an ACK (which consists of the server's ISN + 1).

Edit - History - Print - Recent Changes - Search
Page last modified on June 30, 2010, at 04:39 AM