Multiple choice

There is no problem, if client crashes in _________

  1. stateless servers

  2. stateful servers

  3. both (1) and (2)

  4. none of these

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

Stateless servers do not maintain client state between requests, so if a client crashes, the server is unaffected because it does not rely on persistent state for that client.