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 TCP/IP Handles Lost Packets?
How to Form Traditional Local Addresses?
How to Reply to a Wild Address?
What is socket linux?
What is the use of recvfrom(2) Function?
What is the Use of the inet_makeaddr() Function?
How to read socket file in linux?
Are udp sockets bidirectional?
How to Form Internet (IPv4) Socket Addresses?
What is the Use of the inet_ntoa() Function?
How to Generate Addresses?
What is the use of inet_network()?
What does socket consist of?
How to Understand Network Byte Order?
What is the difference between socket & port?