Which software architecture style divides an application into interconnected components that can be developed independently?

  • Monolithic
  • Microservices
  • Client-Server
  • Service-Oriented
Microservices architecture is an architectural style that divides an application into smaller, interconnected components that can be developed independently. Each microservice is responsible for specific functions and communicates with other services over a network. This approach enhances flexibility, scalability, and ease of development.
Add your answer
Loading...

Leave a comment

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