Different perspectives on n-tier architecture

A common pattern for solution architecture are different layer (aka tiers) e.g, frontend, backend and database. The common approaches such as micro-service and self contained (aka CSC- self contained system) are just different kinds of commonly used layer.

  1. Micro-service: architecture usually share a common frontend layer – usually the load balancer – which distributes in the independent lanes of services.
  2. CSC: Nothing is shared, the client has to manage the different services lanes by its own.
This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *