The _____ architecture style is known for developing a system as a collection of smaller independent units.

  • Monolithic
  • Microservices
  • Client-Server
  • Peer-to-Peer
The Microservices architecture style is known for developing a system as a collection of smaller independent units. In this architecture, the application is composed of loosely coupled, independently deployable services, which makes it easier to develop, test, and scale.
Add your answer
Loading...

Leave a comment

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