Multiple choice technology web technology

HTTP is a ________ connection

  1. freebies

  2. stateless

  3. wireless

  4. connectionless

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

HTTP is stateless because each request-response pair is independent. The server doesn't retain any information about previous requests from the same client. Every request must contain all necessary information for the server to understand and process it. 'Connectionless' is incorrect because HTTP does use TCP connections; 'wireless' and 'freebies' are irrelevant.