Moderate

In HTTP pipelining__________________?

Correct answer: A. multiple HTTP requests are sent on a single TCP connection without waiting for the corresponding responses

  • 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. none of these

Explanation

HTTP pipelining allows several requests to travel over one TCP connection before the earlier responses arrive. This reduces repeated waiting compared with sending each request only after its response.

Last updated

Practise Web and Mobile Development

268 free Web and Mobile Development MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions