-
Which one of the following socket API functions converts an unconnected active TCP socket into a passive socket?
-
- Connect
- Bind
- Listen
- Accept
- Connect
Correct Option: C
Listen converts active unconnected mode to passive mode, indicating that the kernal should accept incoming connection requests directed to this socket.