question 14\nan organization has hired a consultant to update their application so that the components are…

question 14\nan organization has hired a consultant to update their application so that the components are independent of each other.\nwhat are two different approaches that the consultant can use to meet their needs?\nweb servers and cloud computing\nmicroservice and monolithic service models\nmodel view controller and service - oriented architecture\nmodel view controller and cloud computing

question 14\nan organization has hired a consultant to update their application so that the components are independent of each other.\nwhat are two different approaches that the consultant can use to meet their needs?\nweb servers and cloud computing\nmicroservice and monolithic service models\nmodel view controller and service - oriented architecture\nmodel view controller and cloud computing

Answer

Brief Explanations:

The Model - View - Controller (MVC) design pattern separates an application into three interconnected components to allow for separation of concerns and independence. Service - Oriented Architecture (SOA) uses independent services that communicate with each other to build applications, promoting component independence. Web servers and cloud computing are more about infrastructure rather than component - level independence. Monolithic service models have tightly coupled components.

Answer:

C. Model view controller and service - oriented architecture