...

/

Optimizing Requests: Quiz

Optimizing Requests: Quiz

Test yourself on optimizing requests!

We'll cover the following...
Technical Quiz
1.

Which of the following is true about HTTP pipelining?

A.

It allows a client to send multiple requests without waiting for earlier responses.

B.

It allows a server to respond to requests in the order in which the responses are ready.

C.

It uses separate connections for each request.


1 / 6