Posts

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...

Why use N Tier Architecture?

 ·   1 min read

In a previous post N-Tier Architecture we looked at what that was. Great we know what N-Tier Architecture is but what is it good for and why should you use it? Scalable Each tier...