HTTP is a ________ connection
-
freebies
-
stateless
-
wireless
-
connectionless
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.