From 463be325fbedbb8d18f4e06bbe06543ab56ca4a9 Mon Sep 17 00:00:00 2001 From: shockrahwow Date: Mon, 9 Sep 2019 18:36:56 -0700 Subject: [PATCH] base notes for 412 about deployment things --- 412/hardware-strats.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 412/hardware-strats.md diff --git a/412/hardware-strats.md b/412/hardware-strats.md new file mode 100644 index 0000000..5aa2d87 --- /dev/null +++ b/412/hardware-strats.md @@ -0,0 +1,24 @@ +# Hardware deployment Strategies + + +## Virtual Desktop Interface + +aka 0-Clients: network hosted OS is what each client would use. + +In some cases that network is a pool of servers which are tapped into. +Clients can vary in specs like explained below(context: university): + +> Pool for a Library + +Clients retain low hardware specs since most are just using office applications and not much else. + +> Pool for an Engineering department + +Clients connect to another pool where both clients and pool have better hardware specs/resources. + +The downside is that there is _1 point of failure_. +The pool goes down and so does everyone else, meaning downtime is going to cost way more than a single machine going down. + + + +