Home » Computer Networks » Computer networks miscellaneous » Question

Computer networks miscellaneous

  1. Which one of the following socket API functions converts an unconnected active TCP socket into a passive socket?
    1. Connect
    2. Bind
    3. Listen
    4. Accept
Correct Option: C

Listen converts active unconnected mode to passive mode, indicating that the kernal should accept incoming connection requests directed to this socket.



Your comments will be displayed only after manual approval.