Update for 27-01-22 16:00

This commit is contained in:
Tyler Perkins 2022-01-27 16:00:01 -05:00
parent d1dc451813
commit 47dede2818
2 changed files with 33 additions and 0 deletions

View File

@ -17,6 +17,11 @@
* [[qemu]] - Virtual machine
* [[Docker]] - Psudeo VMs
== Human aspect ==
The human aspect of development
* [[eliciting_requirements]]

View File

@ -0,0 +1,28 @@
= Elciting Requirements =
== Quality ==
* constraints on execution, response, or throughput?
* how much data will flow through it?
* how often will data be received and sent?
== Usability ==
* any trainging required to use it?
* how easy should it be for user to understand?
== Security ==
* must access be controlled?
* should user data be isolated from other users?
* should user programs be isolated/sandboxed?
== Relibaility ==
* must system detect and isolate faults?
* what is mean time between failures?
* is there a max time allowed for restarting the system after failure?
* how often must backups be?
* must back up copies be stored off site?