Posts

Vertical and horizontal scaling simply explained

 ·   1 min read

In this post we look at two terms throw about by systems architects and breakdown what they mean. Scaling vertically and scaling horizontally. Scaling Vertically Adding more resources to the existing server....

Clustering simply explained

 ·   1 min read

What is a cluster? A server working by itself is simply just a server or single node. When you have two or more servers that are designed to do the same thing...

What is virtualisation?

 ·   1 min read

When we traditionally talk about a server we’re talking about a physical computer having a operating system with one or more application/s. Virtualization allows us to separate the hardware (the actual physical...

RTO vs RPO

 ·   1 min read

Recovery Point Objective (RPO) and Recovery Time Objective (RTO) are important elements which guide major decisions when designing the architecture for a system but what’s the difference between the two? Let’s take...

CIA Triad

 ·   1 min read

This is a very important IT Security principal. Considering these 3 factors we can help guide the design of a system. Confidentiality How important is it that only people who are suppose to...