...

/

Examining an Architectural Landscape

Examining an Architectural Landscape

Learn how to examine an architectural landscape.

We'll cover the following...

System design and architectural landscape

To get a good understanding of what an architectural landscape is, we’ll compare a system design with an architectural landscape. We’ll follow this up with a look into the implementation of the Mercury messaging application on a corporate network.

There is more in common between a system design and an architectural landscape than not. The design patterns between the two are the same and are often referred to as architectural patterns. They also both describe the relationship between components of an ecosystem that share some relationship either in the data they process and handle or the function that they collectively perform.

Where they can differ is the scope and depth of the design. A system design is limited in scope, as it often covers a ...