HTTP is a stateless protoacl
A
Correct answer
Explanation
HTTP is a stateless protocol, meaning each request is independent and the server doesn't maintain session context between requests. Any session management must be implemented at the application layer. This fundamental design characteristic allows HTTP to scale efficiently.