MCQs City stays free thanks to ads. Please turn off your ad blocker for this site so content and features keep working.
Computer Networks
Port
Q
In HTTP pipelining __________
AA. Multiple HTTP requests are sent on a single TCP connection without waiting for the corresponding responses
BB. Multiple HTTP requests cannot be sent on a single TCP connection
CC. Multiple HTTP requests are sent in a queue on a single TCP connection
DD. Multiple HTTP requests are sent at random on a single TCP connection
Correct Answer:
A. A. Multiple HTTP requests are sent on a single TCP connection without waiting for the corresponding responses
Explanation:
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.