Question
Which endpoint abstraction is commonly used for communication between processes over a network?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Socket
Explanation:
A socket is a communication endpoint identified by addressing information and a transport protocol.
It supports local or networked process communication depending on the socket family.
Leave a Reply