Multiple choice

HTTP is called a ________ protocol.

  1. stateful

  2. stateless

  3. state-aware

  4. connection oriented

  5. None of these

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

HTTP does not consider the previous request. It does not maintain any information about the state, hence it is called stateless.