• Post author:
  • Post category:Blog
  • Reading time:1 mins read
  • Post last modified:June 12, 2024

Which function is provided by HTTP 2.0 to improve performance over HTTP 1.1?

  • HTTP 2.0 compresses HTTP messages. 
  • HTTP 2.0 provides HTTP message multiplexing and requires fewer messages to download web content. 
  • HTTP 2.0 uses tokens as a mechanism to track web sessions. 
  • Enabling HTTP transfers across a firewall. 
  • HTTP 2.0 uses UDP instead of TCP as transport layer protocol.

Explanation & Hint:

HTTP 1.1 loads resources one at a time in each GET and RESPOND cycle. If one resource cannot be loaded, the rest of the resources cannot be loaded. HTTP 2.0 multiplexes the GET/RESPOND process so that a web client can send multiple GET messages simultaneously. This multiplexing contributes to performance improvement. Both HTTP 1.1 and 2.0 use TCP, compress HTTP messages and use tokens as a mechanism to track web sessions.

For more Questions and Answers:

6.13.3 Quiz – Performing Post-Exploitation Techniques Answers Full 100%

Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments