A connection, between two endpoints, each with an IP address and a port
netstat
is a utility that useful for viewing socket information.
unix
and tcp/udp
socketsLISTEN
means a socket is accepting connectionsESTABLISHED
means connection is made and data is flowingInter-process communication (IPC) mechanism.
Mechanism enabling inter-process communication over the network (or same computer using the loopback interface, localhost)