Intermediate
Computer Networks
Q57 / 100
What is HTTP/2 and how does it improve on HTTP/1.1?
Correct! Well done.
Incorrect.
The correct answer is B) HTTP/2 enables multiplexed streams over a single TCP connection, header compression (HPACK), server push, and binary framing — eliminating HTTP/1.1 head-of-line blocking
B
Correct Answer
HTTP/2 enables multiplexed streams over a single TCP connection, header compression (HPACK), server push, and binary framing — eliminating HTTP/1.1 head-of-line blocking
Explanation
HTTP/1.1 opens multiple TCP connections for parallelism. HTTP/2 multiplexes many streams over one connection, uses HPACK for header compression, and allows server push for proactive resource delivery.
Progress
57/100