Mercurial > docs > diploma
changeset 240:046a8284b5d3
updated and new table
author | meillo@marmaro.de |
---|---|
date | Sun, 11 Jan 2009 14:07:23 +0100 (2009-01-11) |
parents | a6be202e1b49 |
children | 2c56f26758eb |
files | thesis/input/requirements.tex thesis/input/strategies.tex |
diffstat | 2 files changed, 38 insertions(+), 19 deletions(-) [+] |
line wrap: on
line diff
--- a/thesis/input/requirements.tex Sat Jan 10 22:27:06 2009 +0100 +++ b/thesis/input/requirements.tex Sun Jan 11 14:07:23 2009 +0100 @@ -3,44 +3,25 @@ Requirement & Importance & Pending work & Focus \\ \hline \hline \RF1: In/out channels & ++ & - & + \\ - \hline \RF2: Mail queue & ++ & - & + \\ - \hline \RF3: Header sanitizing & 0 & - & - \\ - \hline \RF4: Aliasing & 0 & - & - \\ - \hline \RF5: Route selection & + & - & 0 \\ - \hline \RF6: Authentication & ++ & + & +++ \\ - \hline \RF7: Encryption & ++ & + & +++ \\ - \hline \RF8: Spam prevention & + & ++ & +++ \\ - \hline \RF9: Malware handling & - & + & 0 \\ - \hline \RF10: Archiving & - & + & 0 \\ \hline - \hline \RG1: Security & ++ & + & +++ \\ - \hline \RG2: Reliability & ++ & + & +++ \\ - \hline \RG3: Robustness & + & + & ++ \\ - \hline \RG4: Extendability & + & ++ & +++ \\ - \hline \RG5: Maintainability & + & 0 & + \\ - \hline \RG6: Testability & 0 & 0 & 0 \\ - \hline \RG7: Performance & -{}- & - & -{}-{}- \\ - \hline \RG8: Availability & - & - & -{}- \\ - \hline \RG9: Portability & - & -{}- & -{}-{}- \\ - \hline \RG10: Usability & + & -{}- & - \\ \hline \end{tabular}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thesis/input/strategies.tex Sun Jan 11 14:07:23 2009 +0100 @@ -0,0 +1,38 @@ +\begin{tabular}[Hbt]{| l | c || c | c | c |} + \hline + Requirement & Focus & S1 & S2 & S3 \\ + \hline \hline + \RF7: encryption & +++ & x & & \\ + \RF6: authentication & +++ & x & & \\ + \RG1: security & +++ & & x & x \\ + \RG2: reliability & +++ & & & x \\ + \RF8: spam handling & +++ & x & x & x \\ + \RG4: extendability & +++ & & & x \\ + \hline + \RG3: robustness & ++ & & & x \\ + \hline + \RF1: in/out channels & + & x & x & x \\ + \RF2: mail queueing & + & & & x \\ + \RG5: maintainability & + & & & x \\ + \hline + \RF5: route selection & 0 & x & & \\ + \RF9: malware handling & 0 & x & x & x \\ + \RF10: archiving & 0 & x & & x \\ + \RG6: testability & 0 & & & x \\ + \hline + \RF3: header sanitizing & - & x & & \\ + \RF4: aliasing & - & x & & \\ + \RG10: usability & - & x & & \\ + \hline + \RG8: availability & -{}- & x & & \\ + \hline + \RG7: performance & -{}-{}- & x & & \\ + \RG9: portability & -{}-{}- & x & & \\ + \hline \hline + Score (Sum of `+') & 23 & 9 & 7 & 17 \\ + \hline +\end{tabular} + + + +