1.

In HTTP pipelining ________________(a) multiple HTTP requests are sent on a single TCP connection without waiting for the corresponding responses(b) multiple HTTP requests can not be sent on a single TCP connection(c) multiple HTTP requests are sent in a queue on a single TCP connection(d) multiple HTTP requests are sent at random on a single TCP connectionI got this question in an online quiz.This interesting question is from HTTP & FTP topic in section Application Layer of Computer Network

Answer»

The correct answer is (a) multiple HTTP requests are SENT on a single TCP connection without WAITING for the corresponding responses

The BEST I can explain: HTTP PIPELINING helps the client make multiple requests without having to waiting for each RESPONSE, thus saving a lot of time and bandwidth for the client.



Discussion

No Comment Found

Related InterviewSolutions