summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assignments/exam/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/assignments/exam/README.md b/assignments/exam/README.md
index 02fefeb..d78ce22 100644
--- a/assignments/exam/README.md
+++ b/assignments/exam/README.md
@@ -292,13 +292,13 @@ the customer returned and discovered the mistake.
Add a new compensating transaction to fix the mistake.
-
## 6
Contrast two-tier architecture with three-tier architecture.
Two tier architectures
+```text
|--------|
| Server | * storage logic
|--------|
@@ -312,10 +312,11 @@ Two tier architectures
|--------|
| Client | * presentation logic
|--------|
-
+```
3 tier architecture
+```text
|--------|
| db | * storage logic
|--------|
@@ -323,6 +324,7 @@ Two tier architectures
|--------|
| client | * presentation logic
|--------|
+```
## 7