What is a TCP half-open connection in the context of connection establishment using 3-way handshake?
Answers
Answered by
22
Answer:
What is a TCP half-open connection in the context of connection establishment using 3-way handshake?
Answered by
5
Connection establishment
To establish a connection, TCP uses a three-way handshake. Before a client attempts to connect with a server, the server must first bind to and listen at a port to open it up for connections: this is called a passive open.
To establish a connection, TCP uses a three-way handshake. Before a client attempts to connect with a server, the server must first bind to and listen at a port to open it up for connections: this is called a passive open.
Similar questions