Why bind system call is required in socket programming ?
what is it;s Significance ?
Answer Posted / gaurav tripathi
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.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Are sockets bidirectional?
What are Private IP Numbers?
How to Close Sockets?
How to Test with No Server?
How to Form Local Addresses?
how to get client port number in server socket programming??
How to Reply to a Wild Address?
What is the use of PF_INET and SOCK_STREAM?
How to Perform Endian Conversions?
How to Write a UDP Datagram Client?
How to perform I/O on Sockets?
How to Specify an X.25 Address?
Why bind system call is required in socket programming?
How to Form Traditional Local Addresses?
Why socket programming is used?