Sockets

Back to Networking

A connection, between two endpoints, each with an IP address and a port

netstat is a utility that useful for viewing socket information.

Unix Domain Sockets (IPC)

Inter-process communication (IPC) mechanism.

IP Sockets (TCP/IP)

Mechanism enabling inter-process communication over the network (or same computer using the loopback interface, localhost)