

MCQOPTIONS
Saved Bookmarks
1. |
Identify the correct order in which a server process must invoke the function calls accept, bind, listen, and recv according to UNIX socket API. |
A. | listen, accept, bind recv |
B. | bind, listen, accept, recv |
C. | bind, accept, listen, recv |
D. | accept, listen, bind, recv |
Answer» C. bind, accept, listen, recv | |