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 connection
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.
Occurrence: 0, System Administrator 2026