InterviewSolution
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 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 |
|