Saved Bookmarks
| 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 connection |
|
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. |
|