What is the term for an endpoint in inter-process communication over a network?

Choose the correct answer

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.

What is the term for an endpoint in inter-process co… — Basic computer knowledge | PakQuizHub