Which of the following is a feature of HTTP/2 compared to HTTP/1.1? MCQ with Answer and Explanation

Which of the following is a feature of HTTP/2 compared to HTTP/1.1?
A. Header compression
B. Server push
C. Multiplexing multiple requests over a single connection
D. All of the above
Answer: Option D
Solution (By JKExamLibrary)
HTTP/2 introduces multiplexing, header compression, server push, and other performance improvements over HTTP/1.1.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1 Report Error
Which of the following is an example of a web-based collaborative platform?
A. Google Docs
B. Dropbox
C. All of the above
D. OneDrive

Correct Answer: Option C


Explanation:
Google Docs, Dropbox, and OneDrive all offer web-based collaboration and file sharing, allowing multiple users to work together.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What does the 'Referrer-Policy' HTTP response header instruct a web browser to manage?
A. To route incoming text emails through unencrypted FTP pathways
B. To double the physical data processing capacity of network router cards
C. To control how much referral path information (the URL of the originating page) is included in the 'Referer' header when a user clicks a link to another site
D. To wipe local device browser cache modules automatically

Correct Answer: Option C


Explanation:
The Referrer-Policy header allows site owners to limit or withhold source URL data when navigating to external destinations, enhancing user privacy and securing internal parameters.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What is the difference between a static and a dynamic web page?
A. Static pages are only for mobile, dynamic for desktop
B. Static pages are faster, dynamic pages are slower
C. Static pages use JavaScript, dynamic pages use HTML
D. Static pages are pre-built, dynamic pages are generated on the fly

Correct Answer: Option D


Explanation:
Static web pages are delivered exactly as stored, while dynamic pages are generated by server-side scripts based on user interactions or data.

This question belongs to: Computer Internet and Web Technologies