Request processing
- Cell phones send requests to, and receive responses from service.
- Load balancer dispatches request to the app servers on one of the
server machines.
- The app server implements the request, reading from and
writing to the database as necessary.
Scaling
- Notice that adding more app servers is easy.
- Why isn't it quite so easy to add database servers?