Why bind system call is required in socket programming ?
what is it;s Significance ?
Answer Posted / karthik
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 ? | 25 Yes | 3 No |
Post New Answer View All Answers
What is the difference between socket & port?
What is the use of PF_INET and SOCK_STREAM?
How to Define a Socket?
How to Examin the /etc/services File?
Can a socket have multiple connections?
How to Form Traditional Local Addresses?
How to Understand Network Byte Order?
How socket is created?
Can you send and receive on the same socket at the same time?
How to Write a UDP Datagram Server?
What is socket file in linux?
How to Close Sockets?
How to Specify an X.25 Address?
Are sockets bidirectional?
How to look up a Service by Port and Protocol?