Question:

In client-server system communication, _______ is defined as an endpoint for communication

Show Hint

Sockets are the standard API for network communication in client-server models.
Updated On: May 26, 2025
  • Socket
  • Procedure call
  • Shared memory
  • Message passing
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

A socket is one endpoint of a two-way communication link between two programs running on the network. It enables inter-process communication across networks.
Was this answer helpful?
0
0