System Property - Reliability

Card Puncher Data Processing

About

The system should continue to:

  • work correctly (performing the correct function at the desired performance)
  • even in the face of adversity (hardware or software faults, and even human error).

Since no single component can guarantee 100% uptime (even the most expensive hardware eventually fails), the architecture must be design where individual components can fail without affecting the availability of the entire system.

Documentation / Reference





Discover More
Testing Infrastructure
Chaos Monkey System

Yury Izrailevsky and Ariel Tseitlin: “The Netflix Simian Army,” techblog.netflix.com, 19 July 2011. ways to improve availability and reliability...
Testing Infrastructure
Code - Testing (Software Quality Assurance|SQA|Validator|Checker)

A test is performed to verify that the system is conformed to the specification and is the most important part of code quality. In a “Test-driven_developmenttest-driven software development (tdd)”...
Data System Architecture
Data Property - ACID (atomicity, consistency, isolation, durability)

In computer science, ACID (atomicity, consistency, isolation, durability) is a set of properties that guarantee transactions are processed reliably. They defines a concurrency model. Traditional database...
Data System Architecture
Data Warehousing - 34 Kimball Subsytems

This page takes back the Kimball Datawarehouse 34 Subsystem as a table of content and links them to a page on this website....
Cpu Memory Management Segmented Model
Memory - Segment

A memory segment is the division structure of the segmented memory model. The physical address spec (physical memory) of the primary memory is divide by segment. See virtual memoryvirtual segment ...
Card Puncher Data Processing
The Art of Programming - Information System and Software Design

The Art of Programming - Information System and Software Design This section is about how to use the basic block of a language in order to create high order component. Abstract:_The_Art_of_DesignThe...



Share this page:
Follow us:
Task Runner