added M123/Services
This commit is contained in:
parent
2af03926cf
commit
4f9831954b
|
|
@ -0,0 +1,61 @@
|
||||||
|
+++
|
||||||
|
title = 'Services'
|
||||||
|
date = 2021-03-11T00:00:00+01:00
|
||||||
|
draft = false
|
||||||
|
+++
|
||||||
|
|
||||||
|
{{< toc >}}
|
||||||
|
|
||||||
|
{{< style_regular >}}
|
||||||
|
|
||||||
|
# SAAS
|
||||||
|
- Bedeutung: **S**oftware **A**s **A** **S**ervice
|
||||||
|
- Eigene Verantwortung:
|
||||||
|
- nichts
|
||||||
|
- Verantwortung des Providers:
|
||||||
|
- Applikation
|
||||||
|
- Daten
|
||||||
|
- Uptime
|
||||||
|
- OS
|
||||||
|
- Virtualisierung
|
||||||
|
- Server
|
||||||
|
- Storage
|
||||||
|
- Netzwerk
|
||||||
|
|
||||||
|
# PAAS
|
||||||
|
- Bedeutung: **P**latform **A**s **A** **S**ervice
|
||||||
|
- Eigene Verantwortung:
|
||||||
|
- Applikation
|
||||||
|
- Daten
|
||||||
|
- Verantwortung des Providers:
|
||||||
|
- Uptime
|
||||||
|
- OS
|
||||||
|
- Virtualisierung
|
||||||
|
- Server
|
||||||
|
- Storage
|
||||||
|
- Netzwerk
|
||||||
|
|
||||||
|
# IAAS
|
||||||
|
- Bedeutung: **I**nfrastructure **A**s **A** **S**ervice
|
||||||
|
- Eigene Verantwortung:
|
||||||
|
- Applikation
|
||||||
|
- Daten
|
||||||
|
- Uptime
|
||||||
|
- OS
|
||||||
|
- Verantwortung des Providers:
|
||||||
|
- Virtualisierung
|
||||||
|
- Server
|
||||||
|
- Storage
|
||||||
|
- Netzwerk
|
||||||
|
|
||||||
|
# Own Premises
|
||||||
|
- Bedeutung: Alles bei sich; kein Provider
|
||||||
|
- Eigene Verantwortung:
|
||||||
|
- Applikation
|
||||||
|
- Daten
|
||||||
|
- Uptime
|
||||||
|
- OS
|
||||||
|
- Virtualisierung
|
||||||
|
- Server
|
||||||
|
- Storage
|
||||||
|
- Netzwerk
|
||||||
Loading…
Reference in New Issue