in Technology by
What is the difference between Monolithic, SOA and Microservices Architecture?

1 Answer

0 votes
by
  • Monolithic Architecture: It is "like a big container" where all the software components of an application are bundled together tightly.  It is usually built as one large system and is one code-base. 
  • SOA (Service-Oriented Architecture): It is a group of services interacting or communicating with each other. Depending on the nature of the communication, it can be simple data exchange or it could involve several services coordinating some activity.   
  • Microservice Architecture: It involves structuring an application in the form of a cluster of small, autonomous services modeled around a business domain. The functional modules can be deployed independently, are scalable, are aimed at achieving specific business goals, and communicate with each other over standard protocols. 

Related questions

0 votes
    How to implement service discovery in microservices architecture?...
asked Jul 24, 2021 in Technology by JackTerrance
0 votes
    Why Would You Opt for Microservices Architecture?...
asked Nov 15, 2020 in Technology by Editorial Staff
0 votes
    Top 30 Microservices Architecture Questions Answers...
asked Oct 27, 2020 in Technology by Editorial Staff
0 votes
    Microservices-based architecture enforces a Modular structure ? (a)True (b)False...
asked Oct 21, 2020 in Technology by Editorial Staff
0 votes
    Microservices based architecture prefers _______ (a)RDBMS DBs (b)NoSQL DBs (c)No dependency on any particular DB...
asked Oct 21, 2020 in Technology by Editorial Staff
0 votes
    Microservices-based architecture enforces a Modular structure ? (a)True (b)False...
asked Oct 21, 2020 in Technology by Editorial Staff
0 votes
    What is SOA, and Messages in WCF?...
asked Apr 3, 2021 in Education by JackTerrance
0 votes
    As it currently stands, this question is not a good fit for our Q&A format. We expect answers to ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 19, 2022 in Education by JackTerrance
0 votes
    As it currently stands, this question is not a good fit for our Q&A format. We expect answers to ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 18, 2022 in Education by JackTerrance
0 votes
    As it currently stands, this question is not a good fit for our Q&A format. We expect answers to ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 17, 2022 in Education by JackTerrance
0 votes
    I'm just reading up on SOA and the service registry / UDDI get mentioned regularly. It sounds nice ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 17, 2022 in Education by JackTerrance
0 votes
    What is SOA?...
asked Jul 26, 2021 by JackTerrance
0 votes
    Explain what is SOA? Are web-services SOA?...
asked Apr 1, 2021 in Education by JackTerrance
0 votes
    Balance between emergent design and Intentional architecture helps...
asked Nov 30, 2020 in Technology by Editorial Staff
0 votes
    Give 3 differences between P2P and Client-server architecture. Select the correct answer from above options...
asked Nov 29, 2021 in Education by JackTerrance
...