Unit 1
Unit 1
COMPLEXITY
Systems: Systems are constructed by interconnecting components (Boundaries, Environments,
Characters, Emergent Properties), which may well be systems in their own right. The larger the
number of these components and relationships between them, higher will be the complexity of
the overall system.
Software Systems: Software systems are not any different from other systems with respect to
these characteristics. Thus, they are also embedded within some operational environment, and
perform operations which are clearly defined and distinguished from the operations of other
systems in this environment. They also have properties which emerge from the interactions of
their components and/or the interactions of themselves with other systems in their environment.
A system that embodies one or more software subsystems which contribute to or control a
significant part of its overall behavior is what we call a software intensive system. As examples
of complex software-intensive systems, we may consider stock and production control systems,
aviation systems, rail systems, banking systems, health care systems and so on.
Complexity: Complexity depends on the number of the components embedded in them as well
as the relationships and the interactions between these components which carry;
• Impossible for humans to comprehend fully
• Difficult to document and test
• Potentially inconsistent or incomplete
• Subject to change
• No fundamental laws to explain phenomena and approaches
1
THE STRUCTURE OF COMPLEX SYSTEMS
Examples of Complex Systems: The structure of personal computer, plants and animals,
matter, social institutions are some examples of complex system.
The structure of a Personal Computer: A personal computer is a device of moderate
complexity. Major elements are CPU, monitor, keyboard and some secondary storage devices.
CPU encompasses primary memory, an ALU, and a bus to which peripheral devices are
attached. An ALU may be divided into registers which are constructed from NAND gates,
inverters and so on. All are the hierarchical nature of a complex system.
The structure of Plants: Plants are complex multicellular organism which are composed of
cells which is turn encompasses elements such as chloroplasts, nucleus, and so on. For example,
at the highest level of abstraction, roots are responsible for absorbing water and minerals from
the soil. Roots interact with stems, which transport these raw materials up to the leaves. The
leaves in turn use water and minerals provided by stems to produce food through
photosynthesis.
The structure of Animals: Animals exhibit a multicultural hierarchical structure in which
collection of cells form tissues, tissues work together as organs, clusters of organs define
systems (such as the digestive system) and so on.
The structure of Matter: Nuclear physicists are concerned with a structural hierarchy of
matter. Atoms are made up of electrons, protons and neutrons. Elements and elementary
particles but protons, neutrons and other particles are formed from more basic components
called quarks, which eventually formed from pro-quarks.
The structure of Social institutions: In social institutions, group of people join together to
accomplish tasks that can not be done by made of divisions which in turn contain branches
which in turn encompass local offices and so on.
2
and used by the same person, usually the amateur programmer or the professional developer
working in isolation.
• Such systems tend to have a very limited purpose and a very short life span.
• We can afford to throw them away and replace them with entirely new software rather
than attempt to reuse them, repair them, or extend their functionality, Such applications are
generally more tedious than difficult to develop; consequently, learning how to design them
does not interest us.
Some software systems are complex.
• The applications that exhibit a very rich set of behaviors, as, for example, in reactive
systems that drive or are driven by events in the physical world, and for which time and space
are scarce resources; applications that maintain the integrity of hundreds of thousands of records
of information while allowing concurrent updates and queries; and systems for the command
and control of real-world entities, such as the routing of air or railway traffic.
• Software systems such as world of industrial strength software tend to have a long life
span, and over time, many users come to depend upon their proper functioning.
• The frameworks that simplify the creation of domain-specific applications, and
programs that mimic some aspect of human intelligence.
• Although such applications are generally products of research and development they are
no less complex, for they are the means and artifacts of incremental and exploratory
development.
Why Software is inherently Complex
The complexity of software is an essential property not an accidental one. The inherent
complexity derives from four elements; the complexity of the problem domain, the difficultly of
managing the developmental process, the flexibility possible through software and the problems
of characterizing the behavior of discrete systems.
1. The complexity of the problem domain
• Complex requirements
• Decay of system
The first reason has to do with the relationship between the application domains for which
software systems are being constructed and the people who develop them. Often, although
3
software developers have the knowledge and skills required to develop software they usually
lack detailed knowledge of the application domain of such systems. This affects their ability to
understand and express accurately the requirements for the system to be built which come from
the particular domain. Note, that these requirements are usually themselves subject to change.
They evolve during the construction of the system as well as after its delivery and thereby they
impose a need for a continuous evolution of the system. Complexity is often increased as a result
of trying to preserve the investments made in legacy applications. In such cases, the components
which address new requirements have to be integrated with existing legacy applications. This
results into interoperability problems caused by the heterogeneity of the different components
which introduce new complexities.
Consider the requirement for the electronic systems of a multi-engine aircraft, a cellular phone
switching system or a cautious (traditional) robot. The row functionality of such systems is
difficult enough to comprehend. External complexity usually springs from the impedance
mismatch that exists between the users of a system and its developers. Users may have only
vague ideas of what they want in a software system. Users and developers have different
perspectives on the nature of the problem and make different assumptions regarding the nature
of the system. A further complication is that the requirement of a software system is often
change during its development. Once system is installed, the process helps developers master
the problem domain, enabling them to ask better questions that illuminate the done existing
system every time its requirements change because a large software system is a capital
investment. It is software maintenance when we correct errors, evolution when we respond to
changing environments and preservations, when we continue to use extraordinary means to keep
an ancient and decaying piece of software in operation.
2. The Difficulty of Managing the Development Process
• Management problems
• Need of simplicity
The second reason is the complexity of the software development process. Complex software
intensive systems cannot be developed by single individuals. They require teams of developers.
This adds extra overhead to the process since the developers have to communicate with each
other about the intermediate artifacts they produce and make them interoperable with each other.
This complexity often gets even more difficult to handle if the teams do not work in one location
4
but are geographically dispersed. In such situations, the management of these processes
becomes an important subtask on its own and they need to be kept as simple as possible.
None person can understand the system whose size is measured in hundreds of thousands, or
even millions of lines of code. Even if we decompose our implementation in meaningful ways,
we still end up with hundreds and sometimes even thousand modules. The amount of work
demands that we use a team of developers and there are always significant challenges associated
with team development more developer’s means more complex communication and hence more
difficult coordination.
3. The flexibility possible through software
• Software is flexible and expressive and thus encourages highly demanding
requirements, which in turn lead to complex implementations which are difficult to assess
The third reason is the danger of flexibility. Flexibility leads to an attitude where developers
develop system components themselves rather than purchasing them from somewhere else.
Unlike other industrial sectors, the production depth of the software industry is very large. The
construction or automobile industries largely rely on highly specialized suppliers providing
parts. The developers in these industries just produce the design, the part specifications and
assemble the parts delivered. The software development is different: most of the software
companies develop every single component from scratch. Flexibility also triggers more
demanding requirements which make products even more complicated.
Software offers the ultimate flexibility. It is highly unusual for a construction firm to build an
onsite steel mill to forge (create with hammer) custom girders (beams) for a new building.
Construction industry has standards for quality of row materials, few such standards exist in the
software industry.
4. The problem of characterizing the behavior of discrete systems
• Numerous possible states
• Difficult to express all states
The final reason for complexity according to Booch is related to the difficulty in
describing the behavior of software systems. Humans are capable of describing the static
structure and properties of complex systems if they are properly decomposed, but have problems
in describing their behavior. This is because to describe behavior, it is not sufficient to list the
5
properties of the system. It is also necessary to describe the sequence of the values that these
properties take over time.
Within a large application, there may be hundreds or even thousands of variables well as
more than one thread of control. The entire collection of these variables as well as their current
values and the current address within the system constitute the present state of the system with
discrete states. Discrete systems by their very nature have a finite numbers of possible states.
The Consequences of Unrestrained Complexity
The more complex the system, the more open it is to total breakdown. Rarely would a builder
think about adding a new sub-basement to an existing 100-story building; to do so would be
very costly and would undoubtedly invite failure. Amazingly, users of software systems rarely
think twice about asking for equivalent changes. Besides, they argue, it is only a simple matter
of programming.
Our failure to master the complexity of software results in projects that are late, over budget,
and deficient in their stated requirements. We often call this condition the software crisis, but
frankly, a malady that has carried on this long must be called normal. Sadly, this crisis translates
into the squandering of human resources - a most precious commodity - as well as a
considerable loss of opportunities. There are simply not enough good developers around to
create all the new software that users need. Furthermore, a significant number of the
developmental personnel in any given organization must often be dedicated to the maintenance
or preservation of geriatric software. Given the indirect as well as the direct contribution of
software to the economic base of most industrialized countries, and considering the ways in
which software can amplify the powers of the individual, it is unacceptable to allow this
situation to continue.
8
decomposing it into its propulsion system. Flight control system and so on the decomposition
represent a structural or "part of" hierarchy. The complex system also includes an "Is A"
hierarchy. These hierodules for class structure and object structure combining the concept of the
class and object structure together with the five attributes of complex system, we find that
virtually all complex system take on the same (canonical) form as shown in figure. There are
two orthogonal hierarchies of system, its class structure and the object structure.
9
classes. The relationship between these two hierarchies is shown by identifying the instance-of
relationship as well. The objects in component D8 are instances of C6 and C7 As suggested by
the diagram, there are many more objects then there are classes. The point in identifying classes
is therefore to have a vehicle to describe only once all properties that all instances of the class
have.
APPROACHING A SOLUTION
Hampered by human limitations
• dealing with complexities
• memory
• communications
When we devise a methodology for the analysis and design of complex systems, we need to bear
in mind the limitations of human beings, who will be the main acting agents, especially during
early phases. Unlike computers, human beings are rather limited in dealing with complex
problems and any method need to bear that in mind and give as much support as possible.
Human beings are able to understand and remember fairly complex diagrams, though linear
notations expressing the same concepts are not dealt with so easily. This is why many methods
rely on diagramming techniques as a basis. The human mind is also rather limited. Miller
revealed in 1956 that humans can only remember 7 plus or minus one item at once. Methods
should therefore encourage its users to bear these limitations in mind and not deploy overly
complex diagrams.
The analysis process is a communication intensive process where the analyst has to have
intensive communications with the stakeholders who hold the domain knowledge. Also the
design process is a communication intensive process, since the different agents involved in the
design need to agree on decompositions of the system into different hierarchies that are
consistent with each other.
The Limitations of the human capacity for dealing with complexity: Object model is the
organized complexity of software. As we begin to analyze a complex software system, we find
many parts that must interact in a multitude of intricate ways with little commonality among
either the parts or their interactions. This is an example of disorganized complexity. In complex
system, we find many parts that must interact in a multitude of intricate ways with little
10
commonality among either the parts or their intricate. This is an example in an air traffic control
system, we must deal with states of different aircraft at once, and involving such it is absolutely
impossible for a single person to keep track of all these details at once.
11
common to a number of classes and instances thereof. Similarly, an object that is up in the part-
of hierarchy represents a rather coarse-grained and complex objects, assembled from a number
of objects, while objects that are leafs are rather fine grained. But note that there are many other
forms of patterns which are nonhierarchical: interactions, ‘relationships’.
The role of Decomposition: Decomposition is important techniques for copying with
complexity based on the idea of divide and conquer. In dividing a problem into a sub problem
the problem becomes less complex and easier to overlook and to deal with. Repeatedly dividing
a problem will eventually lead to sub problems that are small enough so that they can be
conquered. After all the sub problems have been conquered and solutions to them have been
found, the solutions need to be composed in order to obtain the solution of the whole problem.
The history of computing has seen two forms of decomposition, process-oriented (Algorithmic)
and object-oriented decomposition.
Algorithmic (Process Oriented) Decomposition: In Algorithmic decomposition, each module
in the system denotes a major step in some ovrall process.
15
nt4
Booch presents a model of object-oriented development that identifies several relevant
perspectives. The classes and objects that form the system are identified in a logical model. For
this logical model, again two different perspectives have to be considered. A static perspective
identifies the structure of classes and objects, their properties and the relationships classes and
objects participate in. A dynamic model identifies the dynamic behavior of classes and objects,
the different valid states they can be in and the transitions between these states.
Besides the logical model, also a physical model needs to be identified. This is usually done
later in the system's lifecycle. The module architecture identifies how classes are kept in
separately compliable modules and the process architecture identifies how objects are
distributed at run- time over different operating system processes and identifies the relationships
between those. Again for this physical model a static perspective is defined that considers the
structure of module and process architecture and a dynamic perspective identifies process and
object activation strategies and inter-process communication. Object-orientation has not,
however, emerged fully formed. In fact it has developed over a long period, and continues to
change.
The elements of the object oriented technology collectively known as the object model. The
object model encompasses the principles of abstraction, encapsulation, modularity, hierarchy,
typing, concurrency and persistency. The object model brought together these elements in a
synergistic way.
16