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

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.



Discussion

No Comment Found

Related InterviewSolutions