+1 vote
in Continuous Deployment by
What is the difference between Monolithic, SOA and Microservices Architecture?

1 Answer

0 votes
by

Monolithic Architecture is similar to a big container wherein all the software components of an application are assembled together and tightly packaged.

A Service-Oriented Architecture is a collection of services which communicate with each other. The communication can involve either simple data passing or it could involve two or more services coordinating some activity.

Microservice Architecture is an architectural style that structures an application as a collection of small autonomous services, modeled around a business domain.

Related questions

0 votes
asked Aug 15, 2020 in Continuous Deployment by RShastri
0 votes
asked Feb 4, 2020 in Agile by timbroom
...