1.

What does the handshake pass between the browser and the remote server?(a) Synchronize(b) Accept(c) Reject(d) DeclineThis question was posed to me in an interview for job.This key question is from Performance Measures in JavaScript topic in section Performance Measures in JavaScript of JavaScript

Answer»

The correct option is (a) Synchronize

The EXPLANATION is: A three-way handshake is a method USED in a TCP/IP network to create a connection between a local host/client and server. The handshake consists of a Synchronize, Synchronize-ACKNOWLEDGE, and Acknowledge MESSAGE to be passed between the browser and the REMOTE server.



Discussion

No Comment Found

Related InterviewSolutions