What is the term for an endpoint in inter-process communication over a network?
Explanation
The correct answer is A, socket. A socket serves as an endpoint for communication between processes across a network. Pipes are used for communication between processes on the same machine, while ports are numerical identifiers used within sockets.