Difficulty: Easy
Correct Answer: Hypertext Transfer Protocol
Explanation:
Introduction / Context:
This question checks foundational internet literacy: knowing what 'HTTP' stands for. HTTP underpins how web browsers and servers communicate to fetch and display web pages and related resources.
Given Data / Assumptions:
Concept / Approach:
HTTP is the application-layer protocol in the TCP/IP suite for transmitting hypertext documents (HTML) and associated media between clients and servers. Knowing the exact wording of the acronym is a basic web competency.
Step-by-Step Solution:
Verification / Alternative check:
Browser developer tools, networking tutorials, and RFC references (for example, RFC 2616 historic and HTTP/1.1 updates) consistently define HTTP as Hypertext Transfer Protocol, validating the choice.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing HTTP with HTTPS. HTTPS is 'HTTP over TLS/SSL', adding encryption and authentication. The core acronym remains the same: Hypertext Transfer Protocol.
Final Answer:
Hypertext Transfer Protocol
Discussion & Comments