Google Interview Question

The question I can remember is explain how a TCP/IP connection is started at the protocol level. .

Interview Answers

Anonymous

Nov 14, 2012

http://en.wikipedia.org/wiki/Transmission_Control_Protocol#Connection_establishment

Anonymous

Nov 26, 2012

TCP/IP uses three-way handshake.To establish the connection, a client sends a SYN request to the server.The server sends a SYN-ACK to the client indicating that it has received the SYN request from the client. The client sends ACK to the server and the connection is established.