S.No. |
SYSTEM ARCHITECTURE |
SOFTWARE ARCHITECTURE |
01. |
System architecture is a conceptual model that describes the structure and behavior of multiple components and subsystems like multiple software applications, network devices, hardware, and even other machinery of a system. |
Software architecture refers to the process of creating high level structure of a software system. |
02. |
It focuses on the entire system. |
Where as software architecture focuses on the components. |
03. |
Various types of system architectures are Hardware architecture, Enterprise Architecture, Collaborative system architecture. |
Various software architecture patterns include Serverless Architecture, Event Driven Architecture, Micro Service Architecture. |
04. |
It helps to define low level infrastructure of a software. |
It helps to define high level infrastructure of a software. |
05. |
What we are building overall is system architecture. |
What we are building individually is software architecture. |
06. |
System architecture includes elements of both software and hardware and is used to enable design of such a composite system. |
Software architecture considers different factors such as Business strategy, human dynamics, quality attributes, design, and IT environment etc. |
07. |
It defines structure, behavior and view of a system. |
It defines the solutions to meet technical and business requirements. |
08. |
So in one line overall view of all components and their relationship is called system architecture. |
So in one line individual component and its relationship with other is called software architecture. |
09. |
For example system architecture of an order entering system contains web front end, business layer service, web backend, data base etc. |
For example software architecture is one component of ordering system is web front end which consist of responsive user interface, view controller, web services and many more. |