Why bind system call is required in socket programming ?
what is it;s Significance ?
Answer Posted / 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 |
Post New Answer View All Answers
What are the Advantages of TCP/IP?
How to Write a UDP Datagram Server?
What are Nameless Sockets?
How TCP/IP Handles Flow Control?
Are sockets full duplex?
How TCP/IP Handles Sequencing?
What is socket connection?
What is the difference between socket & port?
HOW TCP/IP Handles Duplicated Packets?
How to test socket connection in linux?
How to Test with No Server?
How TCP/IP Handles Lost Packets?
What is the use of PF_INET and SOCK_DGRAM?
How to Reply to a Wild Address?
How to Examin the Generic Socket Address?