Server architecture styles

Below are popular architecture styles:

  • Monolithic architectures: It’s an old way of creating physical servers within single blocks.
  • Service oriented architectures: Similar kind of services are deployed at one location.
  • Micro-service architectures: Services in this architecture are more loosely coupled.

References:

Leave a comment