A-Z Popular Blog Encyclopedia Search »
Coding
 Advertisements
Related Guides

Software Design vs Software Architecture

 , updated on
Software design is a plan that gives enough detail to implement software. Designs constrain implementation to achieve objectives such as consistency, reliability and security.
Software architecture is a plan that gives enough detail to produce a software design. Architecture constrains designs to achieve an organization's business and technology strategy.

Software Design vs Software Architecture

Software design provides everything that software developers need to know to produce consistent software that implements the required functionality. This includes specifications of services, components, integrations, data models and algorithms.
Software architecture places big-picture constraints on the design to ensure that it aligns with the business and technology strategy of an organization. This includes considerations such as compliance, technology standards and operational efficiency. Architecture is intended to prevent designs from repeating known mistakes or being inconsistent with the rest of the organization. It could be said that architecture is global optimization of software and design is local optimization. Architecture is analogous to the structure of a building that provides constraints and basic services that are used by the interior designs on each floor.
Software Design vs Software Architecture
Software Design
Software Architecture
Definition
A plan that gives enough detail for developers to implement consistent software.
A plan that constrains software design to avoid known mistakes and achieve an organization's business and technology strategy.
Level
Implementation
Structure

Software Design

This is the complete list of articles we have written about software design.
Bootstrapping
Bulkhead
Code Refactoring
Complexity Hiding
Design Abstraction
Design For Scale
Future-Proofing
Microservices
Overengineering
Push Technology
Service Architecture
Soft Computing
Software Architecture
Software Components
Systems Analysis
Systems Design
Worse Is Better
More ...
If you enjoyed this page, please consider bookmarking Simplicable.
 

Software Design

A list of software design terms.

Separation Of Concerns

A definition of separation of concerns.

Backward vs Forward Compatibility

The difference between backward and forward compatibility.

Push Technology

A definition of push technology with examples.

Systems Design

The common elements of a systems design.

Software Bloat

The common types of software bloat.

Future-Proofing

A definition of future-proofing with examples.

Systems Analysis

The common types of systems analysis.

Bit Rot

The basic types of bit rot.

Enterprise Architecture

An overview of what enterprise architects do.

Architecture vs Design

An overview of the differences between architecture and design.

Structure Follows Strategy

An overview of structure follows strategy.

System Of Systems

An overview of system of systems, an innovation pattern.

Logical Architecture vs Physical Architecture

The difference between logical and physical architecture.

Overengineering

The common types of overengineering.

It Architecture Definition

The definition of IT architecture with an example.

System Characteristics

A list of common system characteristics.

Network Architecture

A guide to network architecture.
The most popular articles on Simplicable in the past day.

New Articles

Recent posts or updates on Simplicable.
Site Map