What list of calls are used to establish a tcp and/or udp socket connection?
Answer / Tapan Joshi
To establish a TCP socket connection, you can use the following system calls in order: `socket()`, `bind()`, `listen()`, `accept()`. For UDP, the process is similar but instead of `accept()`, you use `recvfrom()` or `recv()` to receive data.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are TCP/IP protocols?
1 Answers Thomson Reuters, Virtusa,
How names are translated (resolved) into ip address?
What is private ip and public ip?
What happens when flag is set to zero in a modem during packet data transfer?
Is there a list of private addresses?
Can two ip addresses use same port?
What subnet means?
What are the different layers in TCP/IP model? What are the protocols associated with each layer?
How do I know my ip address ubuntu?
How does tcp ip socket work?
Do you know what is network address translation?
How do I find a device by ip address?