TCP - Established Socket

Map Of Internet 1973

About

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

Web App

Example when a web application

  • is running on the local address
  • is listening to incoming request on the port 3001
  • is connected (ie established state) to a mySql database on port 6603

Snapshot from Process Explorer

Tcp Connection State Process Explorer





Discover More
Map Of Internet 1973
Network - (Internet) Socket (Network identifier)

A socket is session identifier for a connection between 2 processes via a particular protocol. List of sockets and their transport protocols: netsocket: The net socket is the most well-known and...
Windows 95 Wallpaper Version
Process Explorer

process explorer is an application that permits to see and manage the process on windwos You may check : the cpu, the memory the socket used and more You may find out which process locks a...
Map Of Internet 1973
TCP - Session - Virtual circuit (VC)

A TCP session is also known as : a socket-to-socket virtual connection or virtual circuit (VC) A session begins when a connection is in a established state with the remote socket A TCP session...
Map Of Internet 1973
TCP - State

in TCP. During the lifetime of a TCP connection the local end-point undergoes a series of state changes. Credit...
Netstat Windows
What is a network socket or net socket?

A Network socket or net socket is a socket for the Internet protocol suite (TCP and UPD) that creates a network connection to or from which information is transmitted in the network between a server (local...



Share this page:
Follow us:
Task Runner