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 cannot 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 my homework.Enquiry is from Ports topic in chapter Networking of Computer Network |
|
Answer» Right option is (a) multiple HTTP requests are SENT on a SINGLE TCP connection without waiting for the corresponding responses |
|