Search results for sockets

28 votes
4 answers
2
Which of the following system calls results in the sending of SYN packets?$\textsf{socket}$$\textsf{bind}$$\textsf{listen}$$\textsf{connect}$
34 votes
3 answers
3
Which of the following socket API functions converts an unconnected active TCP socket into a passive socket?$\textsf{connect}$$\textsf{bind}$$\textsf{listen}$$\textsf{acc...
1 votes
2 answers
6
Which of the following system calls not used in UDP echo server program?A) listen()B) socket()C) bind ()D)recvfrom()
To see more, click for the full list of questions or popular tags.