Question: In the context of web protocols, what does the term \'stateless\' refer to?
Options:
Correct Answer: Each request is independent
Solution:
HTTP is considered stateless because each request from a client to a server is treated as an independent transaction, with no stored context.