11.2k views
0 votes
If a tcp socket is ready and listening for incoming connections, it's in the ______ state.

User Harsha
by
7.6k points

1 Answer

3 votes
TCP stands for Transmission Control Protocol, which is a connection-oriented reliable protocol and provides a reliable transport service between communication nodes in the network. Socket is the instantiation of an endpoint in a potential TCP connection
If a TCP socket is ready and listening for incoming connections, it's in the Listen state.
User Gourav Singla
by
7.6k points