What does the browser do to set up a TCP/IP connection?
A
TCP one-way handshake
B
TCP two-way handshake
C
TCP three-way handshake
D
TCP four-way handshake
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.