Skip to content

Latest commit

 

History

History
230 lines (162 loc) · 7.97 KB

File metadata and controls

230 lines (162 loc) · 7.97 KB
SPDX-FileCopyrightText SPDX-License-Identifier title author footer description keywords color class style
© 2026 Menacit AB <[email protected]>
CC-BY-SA-4.0
Virtualisation course: VDI
Joel Rangsmo <[email protected]>
© Course authors (CC BY-SA 4.0)
Pros and cons of VDI
virtualisation
pros
cons
container
vm
vdi
infosec
secops
devops
#ffffff
invert
section.center { text-align: center; }

Introducing VDI

"Virtual Desktop Infrastructure"

bg right:30%


Goal: Centralise compute resources and the management of them.

bg right:30%


Resource pooling means...

  • Less overall hardware
  • More processing power when needed
  • Shared usage of expensive software and accelerators such as GPUs

bg right:30%


Minimize cost of setup, management and support.

Allows admins to focus their efforts in one place to store and backup data securely*.

bg right:30%


How do users access their virtual desktops?

bg right:30%


Thin clients

Low-cost devices with a NIC, display output and basic I/O. No internal storage.

Minimum local compute resources.

Typically shared between multiple users.

Connects to appropriate virtual desktop based on username+password, smart card, etc.

bg right:30%


Web and native apps

Allows users to access their virtual desktop from any device anywhere at any time.

bg right:30%


The downsides...

  • Many users still need offline compute
  • Requires stable low latency connection
  • Client must still be trusted
  • Many eggs in one basket

bg right:30%


That's about it!

Thoughts or questions?

bg right:30%