Question:medium

What does the term HTTP stand for?

Show Hint

Break down the acronym: 'HyperText' is the content (web pages), 'Transfer' is the action (moving it), and 'Protocol' is the set of rules for doing so. This logic helps you remember the full name.
Updated On: May 12, 2026
  • Hyper Text Transfer Protocol
  • High Text Transfer Program
  • Hyper Transfer Text Program
  • High Transfer Text Protocol
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Understanding the Question:
The question asks for the full expansion of the acronym HTTP, which is the foundational protocol used for communication on the World Wide Web.
Step 2: Detailed Explanation:

Definition of HTTP: HTTP stands for Hyper Text Transfer Protocol. It is an application-layer protocol for transmitting hypermedia documents, such as HTML. It was designed for communication between web browsers and web servers.

Hypertext: This refers to the structured text that uses logical links (hyperlinks) between nodes containing text.

Mechanism: HTTP follows a classic client-server model. A client (web browser) opens a connection to make a request, then waits until it receives a response from the server. The server processes the request and sends back a response, usually containing the webpage content.

Statelessness: HTTP is a "stateless" protocol, meaning the server does not keep any data (state) between two requests. Each request is treated as new.

HTTP vs HTTPS: While HTTP is the base protocol, HTTPS (HTTP Secure) is the version that encrypts the data using SSL/TLS protocols to ensure secure communication over the internet, protecting sensitive information like passwords.

History: It was developed by Tim Berners-Lee at CERN in the late 1980s and early 1990s as part of the initial creation of the web.

Step 3: Final Answer:
The correct expansion is Hyper Text Transfer Protocol, which accurately describes its function of transferring hypertext over a network.
Was this answer helpful?
0