what is the TCP half-open connection in the context of connection establishment using 3-way handshake?
Answers
Answer:
Explanation:
TCP utilizes a three-way handshake to build up a connection. Passive open is that the server should initially bind to and listen at a port to open it up for connections
At the point connection among server and customer is made, and the communication can happen only when these 3 procedures are totally finished.
The connection would be half-open only when on the off chance that any of these 3 procedures gets exasperates either because of crash on one side or malicious interference.
TCP uses 3-way handshake to establish connection between systems to system.
SYNC – Which is sent by the server once a request is sent by the client
ACK-SYNC – which is sent by client to the server?
ACK – sent by the server to client
Once these 3 process are entirely completed, then connection is made between server and client and the communication can happen.
If any of these 3 processes gets disturbed either due to crash on one side or malicious interruption then the connection would be half-open