Different architecture patterns

Software architecture is the overall structure of the software and architecture pattern is reusable solution for the many commonly occurred problems.

There are various ways to assemble components in the software. It becomes the one of the architecture pattern when components are arranged, tried and tested in many softwares.

Different architecture patterns solve the various software problems by organizing components differently.

Mainly below architecture patterns are used commonly.

  1. Layered Pattern
  2. Client-Server Pattern
  3. Event-Driven Pattern
  4. Microservices Pattern
  5. Model View Controller Pattern
  6. Pipe Filter Pattern
  7. Peer to Peer Pattern
  8. Broker Pattern
  9. Master Slave Pattern

Leave a Reply

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