Correct answer is (a) Multiplexing
The explanation is: HTTP allows multiplexing responses: that is sending responses in parallel. This fixes the “head-of-line blocking” problem of HTTP where only one request can be outstanding on a TCP/IP connection at a time.