Answers

Question and Answer:

  Home  Linux Socket Programming

⟩ Why bind system call is required in socket programming?

bind system call assigns a name to the unnamed socket.

Binding an address allows a process to register its address

with the system. This makes it possible for other process to

find it.

 147 views

More Questions for you: