GATE 2015 [Set-2]
April 4, 2025GATE 2015 [Set-2]
April 4, 2025GATE 2015 [Set-2]
Question 23 |
Identify the correct order in which a server process must invoke the function calls accept, bind, listen, and recv according to UNIX socket API.
listen, accept, bind recv | |
bind, listen, accept, recv | |
bind, accept, listen, recv | |
accept, listen, bind recv |
Question 23 Explanation:
Correct Answer: B
Question 23 Explanation: