English, asked by bchandani16, 1 month ago


Identify the services provided by Microservices when compare to Design Patterns.

Answers

Answered by brokendreams
2

Design Patterns is a problem-solving technique whereas when it comes to Microservices, it is a technique and architecture style.

Explanation:

1. Out of the services provided through Design Patterns:

It is a problem-solving technique, can be used to address a particular issue. It mainly takes the problem to be solved, analyze it, plan the solution, and solve the problem.

2. Microservices provides the following services:

It is the style and architecture which gets projected, a large number of independent, different software modules connect to act as individual components of a software framework. These microservice components have a single responsibility, communicate independently and open standards.

Answered by AnjuSingh740
9

Answer:

Implementation

Explanation:

Similar questions