The illustration shows the monolithic architecture on one side, and the microservices architecture on the other side.

The microservices architecture section shows the UI that connects to six microservices. Two of the microservices connect to each to other, and four microservices connect to only one data store.

The monolithic architecture section shows the UI, business logic, and the data access layer components, which connect to a data store.