SSL Offload And Session Stickiness Flashcards

1
Q

What is SSL Offload?

A

SSL offload is when a device (like a load balancer) takes over the job of encrypting and decrypting data from the main web server. This helps the server run faster because it has less work to do.

Example sentence: The SSL offload feature improved the performance of our web server significantly.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Session Stickiness?

A

Session stickiness is a method used in load balancing to make sure a user’s requests are always sent to the same server. This is important for keeping a user’s session information consistent across their visits.

Additional information: Session stickiness is also known as sticky sessions or session affinity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly