TCP - Socket (Endpoint)

Map Of Internet 1973

TCP - Socket (Endpoint)

About

A socket in the context of TCP.

A TCP socket is a session identifier for each TCP connection and is the combination of:

  • a local address:
    • source host address,
    • source port,
  • a remote address
    • destination host address,
    • and destination port.

It's used interchangeability with the term TCP connection as one connection is equal to one socket.

The output of netstat showing a socket Id with its state.

Netstat Windows

Adress

In tcp, a socket address is the combination of

Type

Remote

A remote socket is the socket of the client.

Local

A local socket is the socket of the server

Management

List

See connection list

State

See connection state





Discover More
Tcp Connection State Process Explorer
TCP - Established Socket

Connection (ie Socket) is in established state when a socket-to-socket virtual connection or virtual circuit (VC), also known as a TCP session, is established with the remote socket. Example when...



Share this page:
Follow us:
Task Runner