1.

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 handshakeI had been asked this question in an online interview.Origin of the question is Performance Measures in JavaScript topic in chapter Performance Measures in JavaScript of JavaScript

Answer»

Right choice is (c) TCP three-way handshake

For explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions