Term of the Moment

ISO image


Look Up Another Term


Redirected from: Unix domain socket

Definition: Unix socket


Also called a "Unix domain socket," a Unix socket is an interprocess mechanism for transferring data between processes in the same computer (see IPC). TCP/IP and Berkeley sockets are interfaces to a network. See TCP/IP socket and Berkeley sockets.