In a load-balanced setup, the option that lets a client maintain a connection with a load-balanced server for the duration of the session is known as?

Prepare for the Information Security Principles and Frameworks Test. Enhance your understanding with detailed questions, hints, and explanations. Ace your exam with confidence!

Multiple Choice

In a load-balanced setup, the option that lets a client maintain a connection with a load-balanced server for the duration of the session is known as?

Explanation:
Session persistence is the idea of keeping a client’s requests tied to the same backend server for the entire session. When the load balancer uses persistence, all subsequent requests from that client go to the same server, so any in‑memory session data on that server remains available without needing to shuttle state across servers. This is exactly what the scenario describes: staying with one server for the whole session. Sometimes this behavior is called sticky sessions or session affinity, but the fundamental concept is persistence. Continuity isn’t a standard term used for this in load balancing.

Session persistence is the idea of keeping a client’s requests tied to the same backend server for the entire session. When the load balancer uses persistence, all subsequent requests from that client go to the same server, so any in‑memory session data on that server remains available without needing to shuttle state across servers. This is exactly what the scenario describes: staying with one server for the whole session. Sometimes this behavior is called sticky sessions or session affinity, but the fundamental concept is persistence. Continuity isn’t a standard term used for this in load balancing.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy