Govur University Logo
--> --> --> -->
...

Which specific architectural component is required to maintain application state across requests when transitioning a service from a stateful design to a stateless, horizontally scalable model?



The specific architectural component required is an external distributed data store, commonly referred to as a session store or a cache. In a stateful design, an application keeps user information, such as login status or shopping cart contents, inside the local memory of the server currently handling the request. When ....

Log in to view the answer



Redundant Elements