HTTP stands for:
AHost Transmission Protocol
BHigh Tech Transfer Protocol
CHyper Tool Test Protocol
DHyper Text Transfer Protocol
Answer & Solution
Correct answer: D. Hyper Text Transfer Protocol
HTTP: application-layer protocol for web (transferring HTML, etc.). Port 80. Stateless (each request independent). HTTPS: secure (TLS encryption) on port 443. HTTP/2, HTTP/3 are newer versions with performance improvements.
Related questions