Briefly describe the three-way handshake that TCP uses to establish a connection.
What will be an ideal response?
When a client computer makes a request, TCP begins the session by sending the receiving computer, which is typically a server, a SYN segment. If the server is not busy, then it sends back an ACK-SYN packet acknowledging the creation of the session. Then the client computer sends back an ACK segment to finalize the connection.
Computer Science & Information Technology
You might also like to view...
The correct function name for overloading the addition (+) operator is:
a. operator+ b. operator(+) c. operator:+ d. operator_+
Computer Science & Information Technology
The Internet Protocol Suite Network Access layer allows the IP to transfer packets across a link.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology