Why bind system call is required in socket programming ?
what is it;s Significance ?

Answers were Sorted based on User's Feedback



Why bind system call is required in socket programming ? what is it;s Significance ?..

Answer / 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

Why bind system call is required in socket programming ? what is it;s Significance ?..

Answer / krishnaveni

To bind IP address and port number with socket,and by using this port number only we can perform our applications through which the required task can be done.

Is This Answer Correct ?    8 Yes 2 No

Why bind system call is required in socket programming ? what is it;s Significance ?..

Answer / 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

More Linux Socket Programming Interview Questions

How to read socket file in linux?

0 Answers  


What is the use of PF_LOCAL and SOCK_STREAM?

0 Answers  


How to Specify the Domain of a Socket?

0 Answers  


How to Examin the /etc/services File?

0 Answers   TCS,


Why bind system call is required in socket programming ? what is it;s Significance ?

3 Answers   Cavium Networks, IBM,






How to Initialize a Wild Internet Address?

0 Answers  


What are Nameless Sockets?

0 Answers  


What is the Use of the inet_netof() Function?

0 Answers  


How to Examin the Generic Socket Address?

0 Answers  


What are Address Conversion Functions?

0 Answers  


What does socket consist of?

0 Answers  


What is the use getservent(3)?

0 Answers  


Categories