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
How to Test the Datagram Client and Server?
How to test socket connection in linux?
How to Perform Input/Output of Datagrams?
What is the use of recvfrom(2) Function?
How to Bind a Specific Interface Address?
How to Examin the Generic Socket Address?
How to Obtaine the Socket Address?
How to Write a UDP Datagram Server?
What is the use of PF_INET or AF_INET?
What is socket connection?
Can you send and receive on the same socket at the same time?
What is the Use of the inet_netof() Function?
What is the use of inet_addr() Function?
How to use the socket(2) Function?
How to Generate Addresses?