What does “HTTP” stand for?
2023
What does “HTTP” stand for?
- A.
HyperText Transmission Protocol
- B.
HyperText Transport Protocol
- C.
HyperText Transfer Protocol
- D.
HyperText Transfer Procedure
Attempted by 2951 students.
Show answer & explanation
Correct answer: C
Key facts: HTTP is stateless, commonly uses TCP port 80, and when secured with TLS it becomes HTTPS (commonly on port 443).
Example: When you type a URL starting with "http://" your browser uses HTTP to request the web page from the server.
A video solution is available for this question — log in and enroll to watch it.