0
38kviews
Short Note: Berkeley Socket
1 Answer
5
2.7kviews

Socket:

  1. Sockets are a service provided by transport layer.
  2. A socket is one endpoint of a two-way communication link between two programs running on the network.

Berkeley Socket:

  1. Berkeley sockets is an application programming interface (API) for Internet sockets and UNIX domain sockets.
  2. It is used for inter-process communication (IPC). …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.