An endpoint of an inter-process communication flow across a computer network…
2023
An endpoint of an inter-process communication flow across a computer network is called
- A.
Socket
- B.
Pipe
- C.
Port
- D.
More than one of the above
- E.
None of the above
Attempted by 243 students.
Show answer & explanation
Correct answer: A
An endpoint of inter-process communication (IPC) over a computer network is called a Network socket.
It represents the end point of communication between two processes over a network
Defined by:
IP address (host)
Port number (process/service)
👉 So a socket uniquely identifies a communication endpoint in network communication.