What does the browser do to set up a TCP/IP connection?
What does the browser do to set up a TCP/IP connection? Correct Answer TCP three-way handshake
A three-way handshake is a method used in a TCP/IP network to create a connection between a local host/client and server. It is a three-step method that requires both the client and server to exchange SYN and ACK (acknowledgment) packets before actual data communication begins.