Which of the following is a feature of HTTP/2 compared to HTTP/1.1?
Practice Questions
Q1
Which of the following is a feature of HTTP/2 compared to HTTP/1.1?
Text-based protocol
Multiplexing
Single request per connection
No header compression
Questions & Step-by-Step Solutions
Which of the following is a feature of HTTP/2 compared to HTTP/1.1?
Step 1: Understand that HTTP is a protocol used for transferring data on the web.
Step 2: Know that HTTP/1.1 is an older version of this protocol.
Step 3: Learn that HTTP/2 is a newer version that improves on HTTP/1.1.
Step 4: Identify that one of the main features of HTTP/2 is called 'multiplexing.'
Step 5: Understand that multiplexing means that multiple requests (like asking for different web pages) can be sent at the same time over one connection.
Step 6: Realize that this is different from HTTP/1.1, where each request had to wait for the previous one to finish before it could be sent.