2016/02/13

Traceability

We can have a small server...

Screen Shot 2016-02-13 at 11.43.20

...a big server (aka vertical scaling)...

Screen Shot 2016-02-13 at 11.43.27

.. a cluster of servers (aka horizontal scaling)...

Screen Shot 2016-02-13 at 11.48.34

.. or even a compute grid (horizontal scaling on steroids).

Screen Shot 2016-02-13 at 11.43.41

For resiliency we can have active-passive...

Screen Shot 2016-02-13 at 11.52.46

... or active-active...

Screen Shot 2016-02-13 at 11.52.51

... or replication in a cluster or grid...

Screen Shot 2016-02-13 at 11.59.01

...each with their own connectivity, load-balancing and routing concerns.

From a logical perspective we could have a simple client-server setup...

Screen Shot 2016-02-13 at 13.03.29

...a two tier architecture...


Screen Shot 2016-02-13 at 13.03.35

...an n-tier architecture...

Screen Shot 2016-02-13 at 13.03.40

...a service oriented (micro- or ESB) architecture...

Screen Shot 2016-02-13 at 13.03.44

...and so on.

And in each environment we can have different physical topologies depending on the environmental needs with logical nodes mapped to each environments servers...

Screen Shot 2016-02-13 at 13.04.01

With our functional components deployed on our logical infrastructure using a myriad of other deployment topologies..

Screen Shot 2016-02-13 at 13.04.21

... or ...

Screen Shot 2016-02-13 at 13.04.37

... and on and on and on...

And this functional perspective can be implemented using dozens of design patterns and a plethora of integration patterns.

Screen Shot 2016-02-13 at 12.08.46

With each component implemented using whichever products and packages we choose to be responsible for supporting one or more requirements and capabilities...

Screen Shot 2016-02-13 at 13.20.31

So the infrastructure we rely on, the products we select, the components we build or buy; the patterns we adopt and use... all exist for nothing but the underlying requirement.

We should therefore be able to trace from requirement through the design all the way to the tin on the floor.

And if we can do that we can answer lots of interesting questions such as "what happens if I turn this box off?", "what's impacted if I change this requirement?" or even "which requirements are driving costs?". Which in turn can help improve supportability, maintainability and availability and reduce costs. You may even find your product sponsor questioning if they really need this or that feature...

No comments:

Post a Comment

Voyaging dwarves riding phantom eagles

It's been said before... the only two difficult things in computing are naming things and cache invalidation... or naming things and som...