About

A socket is session identifier for a connection between 2 processes via a particular protocol.

List

List of sockets and their transport protocols:

  • netsocket: The net socket is the most well-known and permits communication with TCP and UDP between a server and a client
  • Unix domain sockets (UDS), for internal inter-process communication (ie on the same host)
  • Systems Network Architecture (SNA).