What's the difference between a socket and a port?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Unix Socket Programming Interview Questions

Whats the difference between select() and poll()?

0 Answers  


What is sae socket?

0 Answers  


What is the difference between read() and recv()?

0 Answers  


How can I tell when a socket is closed on the other end?

0 Answers  


How does unix socket work?

0 Answers  






system choose one for me on the connect() call? Should I bind() a port number in my client program, or let the?

0 Answers  


How is a socket created?

0 Answers  


What's better 6pt or 12pt sockets?

0 Answers  


Is there any advantage to handling the signal, rather than just ignoring it and checking for the EPIPE error? Are there any useful parameters passed to the signal catching function?

0 Answers  


Can multiple clients connect to same socket?

0 Answers  


How come I get address already in use from bind()?

1 Answers  


If bind() fails, what should I do with the socket descriptor?

1 Answers  


Categories