Stateless
Stateless systems means that:
- The system contains all the required information to complete requests.
- Requests can be processed on any instance of of the application.
Note that, some “stateless” systems can’t be considered as such as the state is contained in a database.