TCP - Listening Socket

Map Of Internet 1973

TCP - Listening Socket

About

server create connection (sockets) on start up that are in listening state.

These sockets are waiting for initiatives from client programs.

A process can be configured to listen only on certain IP. See What is Address binding ?

Command

List the services listening on your OS with netstat

netstat -ntlp

More, see What is Address binding ?





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