Question:medium

In a Client-Server computing model, "Stateful" servers are characterized by:

Show Hint

Stateful = "I remember you from our last conversation."
Stateless = "Nice to meet you! (even if I just saw you 2 seconds ago)."
Updated On: Jul 4, 2026
  • Keeping track of the status of client interactions across multiple requests.
  • Treating each request as an independent transaction with no context.
  • Storing all client data only on the client-side machine.
  • Using only UDP for communication to increase speed.
Show Solution

The Correct Option is A

Solution and Explanation

Was this answer helpful?
0

Top Questions on Regular expressions and finite automata