Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Introduction to Software Architecture

Vedcraft
September 07, 2020

Introduction to Software Architecture

Understanding the basics and definition of software architecture is an important aspect of your journey to be a successful architect. The purpose of this deck is to familiarize beginner architects about the formal definition of software architecture and share a few examples to get started with.

Visit us here for more insights on software architecture:
https://vedcraft.com/

Vedcraft

September 07, 2020
Tweet

Other Decks in Technology

Transcript

  1. the set of significant decisions about the organization of a

    software system Many definitions, Multiple perspectives a coherent set of abstract patterns, or principles, guiding the design of each aspect of a large software system... A configurable skeleton of any kind of software beast on which you hang implementation An iterative framework between software components required to meet the stated objectives of the business A style that is proven scientifically & adopted by the engineering discipline
  2. Software Architecture is the blueprint of the system, its components

    & their relationships, with defined principles & constraints to comply with.
  3. IEEE - Institute of Electrical and Electronics Engineers, New Jersey,

    US ISO - International Organization for Standardization, Geneva, Switzerland IEC - International Electrotechnical Commission, London, UK There are three international standards organizations, which define technical standards & specificiations for Software Architecture
  4. ISO/IEC/IEEE 42010 - Systems and software engineering An international standard

    for architecture descriptions of systems and software. Let’s understand the definition defined by 42010 standard…
  5. Software architecture is the fundamental organization of a system, embodied

    in its components, their relationships to each other and the environment, and the principles governing its design and evolution. Reference: ISO/IEC/IEEE 42010 Standard
  6. Let’s break the definition further by understanding the fundamental organization,

    which defines how the components making up a software architecture are organized
  7. F4FF81 Fundamental Organization of a System - A simple view

    to communicate the logical layers of software architecture Micro-services Application Search App Reverse Proxy Front-end driven Experience Tier Services Layer Endeca API Content API Rewards API Rewards App API Gateway Search Results My Account My Profile
  8. F4FF81 Components & their relationships - To understand how components

    are interacting with each other Source: https://msdn.microsoft.com/en-us/library/dd409393.aspx
  9. The last part is to understand the environment or context

    in which the software architecture is being formulated
  10. Environment Business Social Technical Architecture gets created in the context

    of the environment, which comprises of business needs (meeting requirements), social needs (meeting communication requirements) and technology needs (meeting non-functional requirements).
  11. So, key part is to understand that architecture itself is

    not good or bad – need to understand the context behind creating the software architecture, before we determine the effectiveness of the architecture.
  12. Before we conclude the definition and basics of software architecture,

    it is essential to understand that when you start a new project, don’t try to define all views of architecture in initial days - use incremental approach to work towards it
  13. You can start with simple view of architecture using system

    context diagram during initial phase and detail it out in future iterations
  14. Customer Relationship System Customer Identity Store Reservation System Analytics Rewards

    Backoffice Clients For hotel reservation Rewards & loyalties Customer Identity Data For searching hotel properties Travel Agents Personalization System Context Diagram – to communicate high-level view of architecture Search System Customer communicatio ns & interactions Recommendations Engine For user behavioral tracking For customized experience For product recommendations Hotel Reservation System
  15. Now, that we understand the basics of defining software architecture,

    refer to following standard to understand the depth of it ISO/IEC/IEEE 42010 - Systems and software engineering
  16. Alternatively, you can also refer to this book to understand

    all aspects of software architecture in detail (highly recommended) which is also aligned to 42010 standard Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives Book by Eoin Woods and Nick Rozanski Source: https://www.viewpoints-and-perspectives.info/