What is the term for an endpoint of an inter-process communication flow across…
2024
What is the term for an endpoint of an inter-process communication flow across a computer network?
- A.
Port
- B.
Pipe
- C.
Socket
- D.
More than one of the above
- E.
None of the above
Attempted by 106 students.
Show answer & explanation
Correct answer: C
In computer networking, a socket is the standard term for an endpoint of inter-process communication across a network. It combines an IP address and a port number to uniquely identify the connection between processes on different hosts.