A C need to send at leat 2 HTTP requests to S using two different TCP connection.
B C need to send at least 2 HTTP requests to S but a single TCP connection is sufficient .
C A single HTTP request is suffiecient without using TCP connection from C to S.
D A single HTTP request is sufficient using a single TCP connection from C to S.