Computer Science, asked by rameshkum, 11 months ago

What is a TCP half-open connection in the context of connection establishment using 3-way handshake?

Answers

Answered by yenula
22

Answer:

What is a TCP half-open connection in the context of connection establishment using 3-way handshake?

Answered by alluarjun01
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.
Similar questions