IPC Mechanisms

Socket

A process sends messages into, and receives messages from, the network through a software interface called a socket.

What is a socket?

A socket is an endpoint for communication between two machines or processes over a network.

Concepts

Wrote some code for the final project of the programming course at Marianopolis College.

Resources