summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-06-24 20:34:03 +0000
committerPaul Buetow <paul@buetow.org>2008-06-24 20:34:03 +0000
commitd6dadd5ef19912dba7e03ca63a5a223850d5f860 (patch)
tree320c91cf31a07a8d2b3456d2d9157ca1c451215f
parent4d3ae479a0670d2601325c89093be8df0690cb63 (diff)
foo
-rw-r--r--LaTeX/Makefile2
-rw-r--r--LaTeX/argo/argouml.log4
-rw-r--r--LaTeX/argouml.zargobin5394 -> 7454 bytes
-rw-r--r--LaTeX/bib/references.bib11
-rw-r--r--LaTeX/chapters/introduction.tex21
-rw-r--r--LaTeX/chapters/titlepage.tex6
-rw-r--r--LaTeX/diplomarbeit.pdf2581
-rw-r--r--LaTeX/images/verteiltes-system.eps173
-rw-r--r--LaTeX/revision.tex (renamed from LaTeX/version.tex)0
9 files changed, 1541 insertions, 1257 deletions
diff --git a/LaTeX/Makefile b/LaTeX/Makefile
index f9923bc..f885eeb 100644
--- a/LaTeX/Makefile
+++ b/LaTeX/Makefile
@@ -1,6 +1,6 @@
FILENAME=diplomarbeit
all:
- svn info | grep 'Changed Rev' | awk '{ print $$4 }' > VERSION
+ svn info | grep 'Changed Rev' | awk '{ print $$4 }' > revision.tex
rubber -d $(FILENAME).tex
clean:
ls $(FILENAME).* | \
diff --git a/LaTeX/argo/argouml.log b/LaTeX/argo/argouml.log
index 480f9ae..7013a65 100644
--- a/LaTeX/argo/argouml.log
+++ b/LaTeX/argo/argouml.log
@@ -123,3 +123,7 @@
2008-06-21 21:07:12,943 WARN: MutableGraphModel connect() returned null (ModeCreatePolyEdge.java:224)
2008-06-21 21:07:16,851 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87)
2008-06-21 21:09:20,634 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87)
+2008-06-24 22:15:58,818 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@1698cbe/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326)
+2008-06-24 22:15:58,826 WARN: I return... (FigNodeModelElement.java:1328)
+2008-06-24 22:15:58,866 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@b8fba5/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326)
+2008-06-24 22:15:58,867 WARN: I return... (FigNodeModelElement.java:1328)
diff --git a/LaTeX/argouml.zargo b/LaTeX/argouml.zargo
index 5a1310d..fdc8490 100644
--- a/LaTeX/argouml.zargo
+++ b/LaTeX/argouml.zargo
Binary files differ
diff --git a/LaTeX/bib/references.bib b/LaTeX/bib/references.bib
index 026ab78..10fb38b 100644
--- a/LaTeX/bib/references.bib
+++ b/LaTeX/bib/references.bib
@@ -1,9 +1,8 @@
-@misc{wilcox,
- author={Brian.H.Wilcox},
- title={Robotic Vehicle System Engineering},
+@misc{Tanenbaum,
+ author={Andrew Tanenbaum},
+ title={Verteilte Systeme - Grundlagen und Paradigmen},
year={2003},
- month={April},
- howpublished={Internet},
- note={\href{http://team.caltech.edu/members/RoboticVehicleSystemEngineering3.pdf}{http://team.caltech.edu/members/RoboticVehicleSystemEngineering3.pdf}}
+ howpublished={Buch},
+ note={2. Autor Marten van Steen; ISBN: 3-8273-7057-4}
}
diff --git a/LaTeX/chapters/introduction.tex b/LaTeX/chapters/introduction.tex
index d5d4f17..8d38089 100644
--- a/LaTeX/chapters/introduction.tex
+++ b/LaTeX/chapters/introduction.tex
@@ -1,8 +1,23 @@
\chapter{Einleitung}
-\section{Was ist ein Verteiltes System?}
+\section{Definition eines verteilten Systems}
+
+In der Literatur findet man viele verschiedene Definitionen eins verteiltes Systems. Vieler dieser Definitionen unterschieden sich untereinander, so dass es schwerf\"{a}llt eine Definition zu finden, die als Alleinige als die Richtige gilt. Andrew Tanenbaum und Marten van Steen haben f\"{u}r die Beschreibung eins verteilten Systems die Folgende lockere Charakterisierung formuliert:\\
+\\
+\cite{Tanenbaum} \textit{``Ein verteiltes System ist eine Menge voneinander unabh\"{a}ngiger Computer, die dem Benutzer wie ein einzelnes, koh\"{a}rentes System erscheinen''}\\
+\\
+Demnach erscheint dem Benutzer ein aus mehreren Computern bestehendes verteiltes System wie ein System, welches lediglich aus einem einzigen Computer besteht. Der Benutzer muss sich nur mit dem lokalen vor ihm befindenden Computer auseinandersetzen. Die Software des lokalen Computer stellt die reibungslose Kommunikation mit anderen Computern des verteilten Systems sicher und der Benutzer muss sich darum nicht selbst k\"{u}mmern.
\section{Motivation}
-\label{sec:Motivation}
-\cite{wilcox} Zitat.
+In dieser Diplomarbeit betrachten wir ein verteiltes System jedoch von einer anderen Perspektive. Wir nehmen nicht die Sichtweise eines Endbenutzers ein, sondern wollen die grundlegenen Funktionsweisen, wie unabh\"{a}ngige Computer in einem verteilten System miteinander agieren, verstehen. Es sollen alle relevanten Ereignisse eines verteilten Systems sichtbar und verst\"{a}ndlich repr\"{a}sentiert werden.
+
+\begin{figure}[htbp]
+ \centering
+ \fbox{\includegraphics{images/verteiltes-system}}
+ \caption{Ein verteiltes System bestehend aus 4 Computern}
+ \label{fig:VerteiltesSystem}
+\end{figure}
+
+Um dieses Ziel zu erreichen wurde ein Simulator entwickelt, der dies erm\"{o}glicht. Der Simulator wurde insbesondere f\"{u}r Lehr- und Lernzwecke entwickelt. Er inspiriert auch die Entwicklung eigener verteilter Systeme.
+
diff --git a/LaTeX/chapters/titlepage.tex b/LaTeX/chapters/titlepage.tex
index 1b46ba2..bded2dd 100644
--- a/LaTeX/chapters/titlepage.tex
+++ b/LaTeX/chapters/titlepage.tex
@@ -35,9 +35,9 @@
{\Huge\bf DIPLOMARBEIT \\[1cm]}
{\Large\bf {\maintitle} \\}
- {~\\Revision \input{../revision}}
+ {~\\Subversion Revision \input{revision}}
- {~\\Durchgefhrt an der}
+ {Durchgefhrt an der}
{\large Fachhochschule Aachen\\}
{\large Fachbereich Elektrotechnik und Informationstechnik}
@@ -51,7 +51,7 @@
{und Zweitpr\"{u}fer}
{\large Prof. Dr. rer. nat. Heinrich Fassbender}
- {durch\\[0.5cm]}
+ {durch\\}
{\large\bfseries cand. Diplom-Inform. (FH) Paul C. B\"{u}tow\\[0.3cm] }
{\large Matr.Nr.: 266617\\}
{Matthiashofstr. 15\\}
diff --git a/LaTeX/diplomarbeit.pdf b/LaTeX/diplomarbeit.pdf
index 2bc2a1e..40b871c 100644
--- a/LaTeX/diplomarbeit.pdf
+++ b/LaTeX/diplomarbeit.pdf
@@ -9,7 +9,7 @@ endobj
<< /S /GoTo /D (section.1.1) >>
endobj
12 0 obj
-(\376\377\0001\000.\0001\000\040\000W\000a\000s\000\040\000i\000s\000t\000\040\000e\000i\000n\000\040\000V\000e\000r\000t\000e\000i\000l\000t\000e\000s\000\040\000S\000y\000s\000t\000e\000m\000?)
+(\376\377\0001\000.\0001\000\040\000D\000e\000f\000i\000n\000i\000t\000i\000o\000n\000\040\000e\000i\000n\000e\000s\000\040\000v\000e\000r\000t\000e\000i\000l\000t\000e\000n\000\040\000S\000y\000s\000t\000e\000m\000s)
endobj
13 0 obj
<< /S /GoTo /D (section.1.2) >>
@@ -345,11 +345,15 @@ endobj
<< /S /GoTo /D [234 0 R /Fit ] >>
endobj
237 0 obj <<
-/Length 828
+/Length 858
/Filter /FlateDecode
>>
stream
-xڍUMo8Wh+[qMںnȌōE`}"ة,r8o<QQ8ZzF.g4p.1Ri1Kcʴ:8h<'122lV5E }z8<]1'XL),ݡ/Q&IB~`15h%X 3?_usr^8Qj28qh_,CoZg}l
+xڍUr6}WQ)/}k9QX}IEO LGhFسg
+
+Lb* M^PXX
+aY  .24V*f:*dEQE!rl@j^[,pˋ;Ul} u+=ryoGs45W&tLc¼\hK%#J\1c:UvO'{
+5S'atN_za|;'7&m}xOe[Ly uڕ+"(endstream
endobj
234 0 obj <<
/Type /Page
@@ -555,24 +559,18 @@ endobj
/ProcSet [ /PDF /Text ]
>> endobj
256 0 obj <<
-/Length 2138
+/Length 2120
/Filter /FlateDecode
>>
stream
-xKoF<Jm8M-"H یLD
-N|K.J ز5Ǚ!
-
-0HTaWOh}z)5J&jx{ά:i DIOsb,.zw>/+Feu/7'/8SJMJ ΂&M u'z~ATq4%Y3Y7kr^<v۲v51) 5XʩPLTM$TFdhhF+
-J ܋C8fž/Zj.\ UTaDrZXj*aqezOt,'s^06Jn35}p,7ۦ10DFIrbb\QRFMRwbl1tVuX]}i,/vȵud_V,W8kX2S
-(+f[7v޿[rhvӞRaii |t
-(
-(ThFMBo)^,Yo/QTǙ.p1*7wTSUx3#΀G<G9#̪(l8fFqJnU9lД=B3fe P#E
-C9kS!1$9"ao癓̽d*Ë0RV9Ac ΀C<h3QPɔYGQy:?7KAN1v9_ 퉰ǁ,}XZgh
-M>oӞ=?;x#a1Am(#l)
-{,D=XFDE
-&L<ձ&̥!|vO? Y_Çx c_Q*'iL$/2hraa*+ޗyx_*e-/ۉ~AC'r
-e~*|84΢e'@ N. _KwiW}8a>\' :s##~7aʭIXIulw|$
-4?r |JU ero֒6+0pvo\endstream
+xMs6<Z!xl7Nn{hzmFD26]~pQNx<cz.YFeFIs\ Ʋ˛'4[{/FJM^3Z@K,QR?qqN,^6pp_yzŒѓ\myXu˓>R@onAG:nAT_g4$1JܚY8FKieu]II6݇UJb*d"72M$SD GSjtT9©DZ_T5yR-r],Ķ8/?.:)'UQn9tna5R9ͅA"ws~(4(Y6).E49ɕzP+̝3aX
+8g;^j w|jM"DJJg귭Pc12A_1X8Dpb18|!JQh+Y
+޵EޗMٕq%2?JDwgӧOu%aT/]o u7.vsMYlgut'uy*6F<F[ZfY͒ |`8\xgQ90FZ]y}^0 p(Zn_\{yl1qiEB.UJ)Wڱ1 s[rkvt?,,$xY˟uuy ,/1f6gRì">|;zM4la \@_LuެeSvlܽ_mz>VQBxneJ2'TúG*y$KG ]@,1w+Je<՝{@x/{s"D6֝UJG( y<R:tɦ+JZ8uvԻZ2?HX bOu.(+N.3`&1enrʛͪC{Jd~*hȬ/FmfL 0 ^;6mp>z೯?q{l৷U{;۲U)y(l%cdW1SRIf.]eXiw#a.s[ad V 3g~'gREZ){PMg@,xCw rB,1n*E4&Isc
+6cpIΙp!*׷QcUx3#NG<G5#vfUp6i;3G8pڔhh{6h2y쁎#|yС
+5i䐘3c9Rscʫ"Z,̏)~UJP|Acq3tאhIDB%SNʡy[-=)p‹}UJPn= $'2чg.tLghy[An& 3siǞl{ f%e2r+3JoQ,Qlxg j,,+׊0haIKo֒L:Hpu &jL<աv^Fm:;x.s81/XLgdF @?<~XؙAe9;7U(6E3я5Tg~FgR-0]c_q5,;jxvBw)԰37|.ɒ'Ρ-?ʏePb5htD0_<6"j,w}AzԚDٜOЕx + ݥ@ΫYЉEev$7B9pR-bTL[`
+ԍ*%S6zoK#t` ; gެ%L ?PFBKny<7R:t ;*MtNy:;;7<+Çش-UM߰Ha ˡ ~“QJP }bXKscPnαƏůzz'=3HEe1gRFJa͎]
+9,O
+:q |JU erg֐6)sv_endstream
endobj
255 0 obj <<
/Type /Page
@@ -592,7 +590,7 @@ endobj
260 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [89.9113 591.5094 264.846 603.9066]
+/Rect [89.9113 591.5094 285.4574 603.9066]
/Subtype /Link
/A << /S /GoTo /D (section.1.1) >>
>> endobj
@@ -779,18 +777,20 @@ endobj
/Filter /FlateDecode
>>
stream
-xr~
-,;},mǙrI,%gAKe^\$4s@ 6Kvʤȟ}>p~Xa$ԩ8O+Ohq =V e~v/Ӭ`8gMqk$LI۷zuz]p(.<T]uO^\uj?ϕhDs5UnM4Trûpwv:AR;x.ձ^^wxM-;z~9ﬠHe;I:٩0Âq"uCUI<ȯۗ}Z t*,is>\NS q<>.ɈU([*%c5g^ O]]6]aV߂nw…+KVz3UES.[kYQ (cZƲXE,7
--%¸?Ir]w9m*v&UBAP]?Sr`zS
-#!LRE5<a$nSW~Er%*
-5UZƲWo\#]Nøʅ<S \fG`}kwN[6BMV|ڔE#"8Z#z"#aG4&u5,״9 \X v/́j#
-D$N5xvA_\V~ݶoVunA0b߂hU#f41V56벩1ER6` ;* Q:_r.aiIaE7Rq់3{
-Is P'0mC1Ee(jN1TyU-}zu;P}x~JH`
-$
--O*̹@27I$mDD6і ;I4t6qNۿ/,Vҗ=\L"RE8|A&`5*$o$E哔6 ;o>azAЦjXm65l2qt"T,jYTKR.a`vX! f^V1,sUCPU00s-L[;4p蜤,|v0ra `u@Yܽ>gaJW"Tn{4l6I=hHвa3k@
-& ZqUa>󥁑K0DR6 ;o:.5_wvg]xlo6,&XGMqGv\")K˅W7.Y^8(Rqت0/}mC@s
-ml>l"IJð˅5;m&N@᭯fjuvH}P6EydkUaŁbk1E$isٰ`#Mc<k>r`LE200g~%M9<X{Nҗ\D_>sis}gXN7bu2 ՞b=7i M0ä Oil+/ƙX1TdO=..}*vUDJNR
-'36d2AfY2Nfj%><k4?ܝy{L* WcaNtp7Nz>h=wxd<AM竪.w
+x[z<#E( yذfF;V ek,>-RK}`Y>>t1+(H"Sq0V\{dvXՃMQ5ū_ $aJھW7Y==l7WCu=T_^W] )Zs%$Z3%\F ?D"<}}1M81+]鄝wEsή9_Gzs/Vc}|{ۍ;+('sYNNv*̰`j0xUR4 iwSKP6Ne mgyra{!%
+eQdLf0:eۡ<4/p=ª[pn?ZyܪO}
+sʅ~s E0\<vu,ʊU?}s%Dr9.|K$v%BREt2Qex@^jsh?z{)_.R^ /O_0: g\"6%k_Y|r#|0|raᣭ%T[[<j/ܕcV_1;!M:R 11jDXhн/MQzO=m(v!E&
+Q+ IuX?n΁?f%TWpF_vDTIcO qRp&,SSV*ZRĆR
+-%¸?Yr]w9m*v!UBAP]?Sr`zS^ #!L^SEm5<a$nWW~Er%*
+5UZDzW񯖫\#]Nøʅ]<S \fG`}kw.k6BE6o|ڕE#"8Z#z"#aG4fu5,״9 \X vÓj#
+D$3N5x]vA_\V~vl6unA0bژނhU#f41VoxKleSc:m4vYTޣauPY;\tV=0#]0KwR"tSa޽v\# LP̅(> E͉2u"S:_om0}l6w[IW
+ҝE 8jI839 \؅.x1+A 3UsLlp'+i *E };tRNDY>;iseˆ[| k0:],L3g0`uGL *X7ݛq64$Iishٰʙoxa]
+֣[?ORZ.l?P|t.(a* h/\NqӺ_Z<ݿەPWi N"*S㰽wF 9[3E4W0١bsN֤svUyy6_rÂQS
+smO ~SFW{>is"՞ h'
+~~P5H|ib妠k! "HX{l(ʤ;b31LE`
+xa~uM<Iu'E`bllU|i`
+
+Ԧ#Ol-*`8p]l-fس$0ma1va`;Yâ ;8}Ք?Luߖ{' C̯)kYrg.m/vt?)f ÐSN{S_#w-B&qx)p;wze8=|kgL(:ƱC%>r7I"%'F)VRAn6 3jzqH'3Pl’||t.? +V1&و0']:VK=]NMt3wxd:AM糪.Ow
endobj
286 0 obj <<
/Type /Page
@@ -817,7 +817,7 @@ endobj
294 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [73.4132 722.8 176.2309 732.7555]
+/Rect [73.4132 722.701 176.2309 732.7555]
/Subtype /Link
/A << /S /GoTo /D (subsection.3.3.4) >>
>> endobj
@@ -936,7 +936,7 @@ endobj
311 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [89.9113 406.9393 158.1596 416.9938]
+/Rect [89.9113 407.0383 158.1596 416.9938]
/Subtype /Link
/A << /S /GoTo /D (section.4.2) >>
>> endobj
@@ -957,14 +957,14 @@ endobj
314 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [89.9113 353.1576 165.8808 363.2121]
+/Rect [89.9113 353.2566 165.8808 363.2121]
/Subtype /Link
/A << /S /GoTo /D (section.4.4) >>
>> endobj
315 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [115.2084 335.2304 216.3536 345.2848]
+/Rect [115.2084 335.3294 216.3536 345.2848]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.4.1) >>
>> endobj
@@ -1032,16 +1032,18 @@ endobj
/ProcSet [ /PDF /Text ]
>> endobj
326 0 obj <<
-/Length 1307
+/Length 1412
/Filter /FlateDecode
>>
stream
-xn6y
--9_m3
-AB@\bm}BR(¼9su_^cq~V-Qʬջ1/0by(^uT*}77/n/z]&)!&,FP:y
-P((x89% d.*)l^l 0_pg?պjn|Ai̮UU|1TE8oŇ1 @Ľx't(WȘ-\b$8be@aC#SPP^h_A~8p* E@LWz۠r \U.6g+$I'
-h3/NSQȿn6IZ
-h*DƎi>/kZh`e318o:"ax\4lB6 3}ݾ,ugԱ#bД (yQ'#~Wu k^POLl:P=ЫLg9 ;8/OB*K
+x[o6)h?5Ya&˺%V"\XvӏD( ,m
+JAB@(]dk@R(¼vScL2gUQ*RfU?\ c !Mnxf[]lNSW[RWn~\u&ٔ YI#@P(,9lwa@A#(O@&TR @`rWW\X5fN)\s]qOuwmnrӼN6/oO5blBnraөbC
+33i1J $/((g&%=9XŤa ROI4U'qk=\M^Ӕsc/Ncds
+htF4vk W=*  tXB
+\U7W1by+#E@@kJҁwwvd8q~Tfwu`:nۢ~s`jF7W%AJ5uP+#ܞa3Jb9Y[>bL.33ҙ ˏDiHB@ˢSBBi~czB x
+3CEwA2NY+mgFߩܶS.YX껇csͫ~V~{BNNKH
+Th S(NL|s5N|pb@AbV&A!7TGww3Uv{f۬76* %ͩҡlhFVA8orI[-TnBj2n!F(@N&Zo򙞈A# cSŢA'
+I8X 6TRjDnCq +5)W\oK]'_PFt,[Ba0JT<cH8`],e-FݞQ`XV:5=tt;‘aCv;G##̙!S.UC\ 0F89S&I7W?6DݞG=Y46uLJ 簿{eeN; Нq*Yr︋T:2\U\ʐ!€9EH _{;'.oƦ@endstream
endobj
325 0 obj <<
/Type /Page
@@ -1049,89 +1051,96 @@ endobj
/Resources 324 0 R
/MediaBox [0 0 595.2757 841.8898]
/Parent 246 0 R
-/Annots [ 329 0 R 330 0 R 331 0 R 332 0 R 333 0 R 334 0 R 335 0 R 336 0 R 337 0 R 338 0 R 339 0 R 340 0 R ]
+/Annots [ 329 0 R 330 0 R 331 0 R 332 0 R 333 0 R 334 0 R 335 0 R 336 0 R 337 0 R 338 0 R 339 0 R 340 0 R 341 0 R ]
>> endobj
329 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [89.9113 614.1946 216.2652 624.5021]
+/Rect [89.9113 612.1049 362.1613 624.5021]
/Subtype /Link
-/A << /S /GoTo /D (figure.2.1) >>
+/A << /S /GoTo /D (figure.1.1) >>
>> endobj
330 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [89.9113 596.2674 232.5541 606.5749]
+/Rect [89.9113 586.3047 216.2652 596.6122]
/Subtype /Link
-/A << /S /GoTo /D (figure.2.2) >>
+/A << /S /GoTo /D (figure.2.1) >>
>> endobj
331 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [89.9113 568.3775 308.2461 578.685]
+/Rect [89.9113 568.3775 232.5541 578.685]
/Subtype /Link
-/A << /S /GoTo /D (figure.3.1) >>
+/A << /S /GoTo /D (figure.2.2) >>
>> endobj
332 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [89.9113 550.4503 181.3668 560.7578]
+/Rect [89.9113 540.4876 308.2461 550.7951]
/Subtype /Link
-/A << /S /GoTo /D (figure.3.2) >>
+/A << /S /GoTo /D (figure.3.1) >>
>> endobj
333 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [89.9113 532.523 184.4462 542.8305]
+/Rect [89.9113 522.5604 181.3668 532.8679]
/Subtype /Link
-/A << /S /GoTo /D (figure.3.3) >>
+/A << /S /GoTo /D (figure.3.2) >>
>> endobj
334 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [89.9113 514.5958 270.6867 524.6503]
+/Rect [89.9113 504.6332 184.4462 514.9406]
/Subtype /Link
-/A << /S /GoTo /D (figure.3.4) >>
+/A << /S /GoTo /D (figure.3.3) >>
>> endobj
335 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [89.9113 494.4468 379.3299 506.9761]
+/Rect [89.9113 486.7059 270.6867 496.7604]
/Subtype /Link
-/A << /S /GoTo /D (figure.3.5) >>
+/A << /S /GoTo /D (figure.3.4) >>
>> endobj
336 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [89.9113 478.7413 295.6977 489.0488]
+/Rect [89.9113 466.5569 379.3299 479.0862]
/Subtype /Link
-/A << /S /GoTo /D (figure.3.6) >>
+/A << /S /GoTo /D (figure.3.5) >>
>> endobj
337 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [89.9113 460.8141 174.6576 471.1216]
+/Rect [89.9113 450.8515 295.6977 461.1589]
/Subtype /Link
-/A << /S /GoTo /D (figure.3.7) >>
+/A << /S /GoTo /D (figure.3.6) >>
>> endobj
338 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [89.9113 440.6651 274.4041 453.1944]
+/Rect [89.9113 432.9242 174.6576 443.2317]
/Subtype /Link
-/A << /S /GoTo /D (figure.3.8) >>
+/A << /S /GoTo /D (figure.3.7) >>
>> endobj
339 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [89.9113 422.7379 373.512 435.0141]
+/Rect [89.9113 412.7752 274.4041 425.3045]
/Subtype /Link
-/A << /S /GoTo /D (figure.3.9) >>
+/A << /S /GoTo /D (figure.3.8) >>
>> endobj
340 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [89.9113 404.8106 197.5677 417.3399]
+/Rect [89.9113 394.848 373.512 407.1242]
+/Subtype /Link
+/A << /S /GoTo /D (figure.3.9) >>
+>> endobj
+341 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.9113 376.9208 197.5677 389.45]
/Subtype /Link
/A << /S /GoTo /D (figure.3.10) >>
>> endobj
@@ -1145,79 +1154,159 @@ endobj
/Font << /F26 242 0 R /F28 245 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-355 0 obj <<
+357 0 obj <<
/Length 380
/Filter /FlateDecode
>>
stream
xڥSN0+|Y֏xHB!6R R
l6mfƳ3"8pHdZ9c8L,IfPtrzeU\/NTяX z{(_^r[P~nJ27m6+\8p+d!9S4O[2/ Ŧ|܉/J v#
-`ϱ፴> E{U岩Y&Dyfr.&wW;oeH~C}yʿڷYdx!$b7sY߰6n;ao>OzYu8kS 󞎿O{4E4bC-w'
+`ϱ፴> E{U岩Y&Dyfr.&wW;oeH~C}yʿڷYdx!$b7sY߰6n;ao>OzYu<kS 󞎿O{4E4bC-w'
endobj
-354 0 obj <<
+356 0 obj <<
/Type /Page
-/Contents 355 0 R
-/Resources 353 0 R
+/Contents 357 0 R
+/Resources 355 0 R
/MediaBox [0 0 595.2757 841.8898]
/Parent 246 0 R
-/Annots [ 358 0 R ]
+/Annots [ 360 0 R ]
>> endobj
-358 0 obj <<
+360 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [89.9113 611.9728 397.7864 624.5021]
/Subtype /Link
/A << /S /GoTo /D (table.3.1) >>
>> endobj
-356 0 obj <<
-/D [354 0 R /XYZ 74.4095 793.4011 null]
+358 0 obj <<
+/D [356 0 R /XYZ 74.4095 793.4011 null]
>> endobj
-357 0 obj <<
-/D [354 0 R /XYZ 74.4095 643.0213 null]
+359 0 obj <<
+/D [356 0 R /XYZ 74.4095 643.0213 null]
>> endobj
-353 0 obj <<
+355 0 obj <<
/Font << /F26 242 0 R /F28 245 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-362 0 obj <<
-/Length 409
+364 0 obj <<
+/Length 1392
/Filter /FlateDecode
>>
stream
-xڅOk0)tH3s*BC.i!ufJ>8;.cӼߓDu ILHN "~f/+:j=3fl7:,W&Pa^uѮ>]Yolڿ#: s[]sucCmDem\wlGq"z)9:3\pnNE;=ldJbf!Fޗn(~ԂUX.oKw~/`KXF?Hw&M $|&s<Vu%~/GLUH4Wbx"IHnY`} <mkm?h[Ozc$UFwA[qF~.t1S+g(lbvCSc{ kendstream
+xڅWKoFWHO>zkh
+<9d*Z%pKT06r bkP9tSь%Wc6c[iqD>iG7tiYZ'gZXqef2By̿C|`&5R%B5xHRN]L2z\ SkHa feHETp# x"׍qW/I.akDy!
+~Z8v?OޘDFK:=1hs/h!GyJ2pVM֘E::":8.(,5uHe_7mZ)\5S!o
+8D`2m>]2 4GxxnNzYߘORd9СkF"(@j)>.>lMuT.Ēv&`)ɮ|d?~5/fRg`}'}T
+dFk{}Gɱ͡=-}.P҇z~'l|؅[D9:{!U 3(v}XKbB)Sy*6zc\eVQs?6.U#q3$37BDƧ]Jj_9H_[H/zjGA8ԽʢAo'7s/fXCq)HAhHX|!jHR
+Mp,lew `y,*?;}zuΔS*Vj<,-LoTendstream
endobj
-361 0 obj <<
+363 0 obj <<
/Type /Page
-/Contents 362 0 R
-/Resources 360 0 R
+/Contents 364 0 R
+/Resources 362 0 R
/MediaBox [0 0 595.2757 841.8898]
-/Parent 365 0 R
-/Annots [ 364 0 R ]
+/Parent 367 0 R
+/Annots [ 366 0 R ]
>> endobj
-364 0 obj <<
+366 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 0]
-/Rect [76.4707 458.7688 104.2989 468.8233]
+/Rect [76.4707 394.5389 108.3246 404.5934]
/Subtype /Link
-/A << /S /GoTo /D (cite.wilcox) >>
+/A << /S /GoTo /D (cite.Tanenbaum) >>
>> endobj
-363 0 obj <<
-/D [361 0 R /XYZ 74.4095 793.4011 null]
+365 0 obj <<
+/D [363 0 R /XYZ 74.4095 793.4011 null]
>> endobj
6 0 obj <<
-/D [361 0 R /XYZ 74.4095 771.7323 null]
+/D [363 0 R /XYZ 74.4095 771.7323 null]
>> endobj
10 0 obj <<
-/D [361 0 R /XYZ 74.4095 575.3733 null]
+/D [363 0 R /XYZ 74.4095 573.1522 null]
>> endobj
14 0 obj <<
-/D [361 0 R /XYZ 74.4095 529.5154 null]
+/D [363 0 R /XYZ 74.4095 247.0478 null]
>> endobj
-360 0 obj <<
-/Font << /F26 242 0 R /F28 245 0 R >>
+362 0 obj <<
+/Font << /F26 242 0 R /F28 245 0 R /F61 291 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
+372 0 obj <<
+/Length 770
+/Filter /FlateDecode
+>>
+stream
+xڭUKs0WhԪ$K h`(\ mI&'zV8K;X^}LEcN@Rp-7Vp1<iMd~7\~(k$= %V6<q¤(AH4ealӖ~v=΂7VY^Z@0XJɺrSAXLD5)/LU7fmJe=){-8Se9/=bZ*m]8cKS9N"ǛUY+W%8kGߖ/j. UNV{_)trIBBɣ1i0Z yzK`5CI*T>{I1| ]nJ`-qc^T8U2E k3N6 ]m
+ؐ%[ZʐJ_ML$b([šA 0SRS`{pEV_mߜ
+Uz9 &^
+ܜ h;U S0~噷=f61<͇ b4R;)7=uh,@
+ @`J*3r*ʭ\ێlAS -ol/ж7ʋ32f$L\x%Ϛ׽\4V!W1.^5 iٲ^mKg]*youx'NַAy*Y8S cU@ڽhRE
+ ntJᔚ?KJa3
+endobj
+371 0 obj <<
+/Type /Page
+/Contents 372 0 R
+/Resources 370 0 R
+/MediaBox [0 0 595.2757 841.8898]
+/Parent 367 0 R
+>> endobj
+369 0 obj <<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (/usr/home/buetow/svn/vs/trunk/LaTeX/images/verteiltes-system.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 374 0 R
+/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000]
+/BBox [0.00000000 0.00000000 366.00000000 180.00000000]
+/Resources <<
+/ProcSet [ /PDF /Text ]
+/ExtGState <<
+/R7 375 0 R
+>>/Font << /R8 376 0 R >>
+>>
+/Length 377 0 R
+/Filter /FlateDecode
+>>
+stream
+xVMo1 W8N+qҲ
+Ue`v4A$2Tn^Y␩8FMlT!Yr )tA,((Py'C,U/8UD [Iߖ3Ocz\Da4M&Ri֡d*ԒeP^EXf 7MdIɏ F'C9w: Κ#n;?q7/u~W<c(mZC.!ABz/K|֑]_z񯣠u+LyJX`
+endobj
+374 0 obj
+<<
+/Producer (GPL Ghostscript 8.61)
+/CreationDate (D:20080624223236+02'00')
+/ModDate (D:20080624223236+02'00')
+>>
+endobj
+375 0 obj
+<<
+/Type /ExtGState
+/OPM 1
+>>
+endobj
+376 0 obj
+<<
+/BaseFont /Helvetica
+/Type /Font
+/Subtype /Type1
+>>
+endobj
+377 0 obj
+714
+endobj
+373 0 obj <<
+/D [371 0 R /XYZ 74.4095 793.4011 null]
+>> endobj
+342 0 obj <<
+/D [371 0 R /XYZ 213.3171 532.2376 null]
+>> endobj
370 0 obj <<
+/Font << /F61 291 0 R /F28 245 0 R >>
+/XObject << /Im2 369 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+381 0 obj <<
/Length 1093
/Filter /FlateDecode
>>
@@ -1226,32 +1315,32 @@ xڭVKs6WHX0ޏޒ1I6@.}HG.H
?R(86PbNp1KąT09:gL )Ϣ@3E4z=\i̋GJ0ż\V=6Uhe|XyzaW[ww7%4y;~fH*8F% ՘T
n[ IIYW0S dqkv lFƧߦTiBB
hhI ŝΈ(S4f
-Q,:^{.ąZ("Eɥ{hlhɥ;O.oj\֮PdNH-<<4P&9I42]:zOa'JO)m/ʯƹXeWҨ0A,&#k q67]<+ A~JP4CaČ:5@?N1chNH)zK358 Y
+Q,:^{.ąZ("Eɥ{hlhɥ;O.oj\֮PdNH-<<4P&9I42]:zOa'JO)m/ʯƹXeWҨ0A,&#k q67]<+ A~JP4CaČ:5@?N1chNH)zK358 Y
endobj
-369 0 obj <<
+380 0 obj <<
/Type /Page
-/Contents 370 0 R
-/Resources 368 0 R
+/Contents 381 0 R
+/Resources 379 0 R
/MediaBox [0 0 595.2757 841.8898]
-/Parent 365 0 R
-/Annots [ 372 0 R ]
+/Parent 367 0 R
+/Annots [ 383 0 R ]
>> endobj
-367 0 obj <<
+378 0 obj <<
/Type /XObject
/Subtype /Form
/FormType 1
/PTEX.FileName (/usr/home/buetow/svn/vs/trunk/LaTeX/images/client-server.pdf)
/PTEX.PageNumber 1
-/PTEX.InfoDict 373 0 R
+/PTEX.InfoDict 384 0 R
/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000]
/BBox [0.00000000 0.00000000 382.00000000 112.00000000]
/Resources <<
/ProcSet [ /PDF /Text ]
/ExtGState <<
-/R7 374 0 R
->>/Font << /R8 375 0 R >>
+/R7 385 0 R
+>>/Font << /R8 386 0 R >>
>>
-/Length 376 0 R
+/Length 387 0 R
/Filter /FlateDecode
>>
stream
@@ -1259,123 +1348,128 @@ xTn0 +xl{p%RE[$F/A,E"N~Ejx0"g槮Ӣ>yTFc5P
(C!R;}tI6<o}/[˿w?K\2x ,

endobj
-373 0 obj
+384 0 obj
<<
/Producer (GPL Ghostscript 8.61)
-/CreationDate (D:20080622232826+02'00')
-/ModDate (D:20080622232826+02'00')
+/CreationDate (D:20080624223236+02'00')
+/ModDate (D:20080624223236+02'00')
>>
endobj
-374 0 obj
+385 0 obj
<<
/Type /ExtGState
/OPM 1
>>
endobj
-375 0 obj
+386 0 obj
<<
/BaseFont /Helvetica
/Type /Font
/Subtype /Type1
>>
endobj
-376 0 obj
+387 0 obj
452
endobj
-372 0 obj <<
+383 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [207.1329 335.218 224.4134 347.7473]
/Subtype /Link
/A << /S /GoTo /D (figure.2.1) >>
>> endobj
-371 0 obj <<
-/D [369 0 R /XYZ 74.4095 793.4011 null]
+382 0 obj <<
+/D [380 0 R /XYZ 74.4095 793.4011 null]
>> endobj
18 0 obj <<
-/D [369 0 R /XYZ 74.4095 771.7323 null]
+/D [380 0 R /XYZ 74.4095 771.7323 null]
>> endobj
22 0 obj <<
-/D [369 0 R /XYZ 74.4095 469.0618 null]
+/D [380 0 R /XYZ 74.4095 469.0618 null]
>> endobj
-341 0 obj <<
-/D [369 0 R /XYZ 286.2652 157.2025 null]
+343 0 obj <<
+/D [380 0 R /XYZ 286.2652 157.2025 null]
>> endobj
-368 0 obj <<
+379 0 obj <<
/Font << /F26 242 0 R /F28 245 0 R >>
-/XObject << /Im2 367 0 R >>
+/XObject << /Im3 378 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-379 0 obj <<
-/Length 1736
+390 0 obj <<
+/Length 1737
/Filter /FlateDecode
>>
stream
-xڕX_s6 |")k׬zKzf,֒O?dڑ`
-| 9% IKHeAol՛,MMJO]U4eѬԿ/ eӝCh65{oi,&"^smlIUR;gJIԦl!:CRyglhMzB;EӐ9d!g~nX Dhe1zcU?|#pGDNHK#'@# .v.8I6gRHUI(G(qH+l*cW%ٷ W;]O2:YJMH.:֦
-Yǒ~Sw G*S@* HWS0؇Z^Pk8 ELpVeC2 sOԦHܖ$d^J8}6{wc)<%nywf EQ$EowM88kBI89Q}y?"<NBge`.LD0,07O
--[KyG +xZpwTy_Tt;EwSHMy‚
-yioQ٠*㾄TiFߗA׺J0F3f~mvˑl(&UDX.Ԑp)R %f[Ro')<&.d* ."W)gJR|<q]G>1ڦzbM5 3FK"lI/:Ycw}"*0sM2+*
-endobj
-378 0 obj <<
+xڕXs6 _G.VERk׬zKzf,֒喿~
+<Kgw3P8X[V<TL@󅎢C;_l"
+hm*
+ﻏoF,II$-'JE*Qd&tLbTcti*]P2"ep 
+6isWU@+zZl`4& TR-8Gi\zctHg]ojRz효)fm5x\.leWvG&No#Yc'Y br H\rm J`L)ڔ-$؜WGrH*:QO0xǶh2795̏ H,\oLYk7wrp@Z9 7Yus\AH׶9cGدJE|=
+GpCZ`S*ɾ2pѯzљȪUl*Euѱ6¨0JLөqP"
+ bO
+([~84+xZpwTy_Tt;EwSHMy‚
+ߐvx};"A}Ɗr ֆ$
+\8KHꞡ_Lda}| d&3cOmQ>7n9ryŤH)$\JrC{I֥I
+ϱ J悋nҫD$î11׮'fCTUO4=AZl{b&(OlHm5~K}Ycw}"*0sM2+*
+endobj
+389 0 obj <<
/Type /Page
-/Contents 379 0 R
-/Resources 377 0 R
+/Contents 390 0 R
+/Resources 388 0 R
/MediaBox [0 0 595.2757 841.8898]
-/Parent 365 0 R
+/Parent 367 0 R
>> endobj
-380 0 obj <<
-/D [378 0 R /XYZ 74.4095 793.4011 null]
+391 0 obj <<
+/D [389 0 R /XYZ 74.4095 793.4011 null]
>> endobj
26 0 obj <<
-/D [378 0 R /XYZ 74.4095 771.7323 null]
+/D [389 0 R /XYZ 74.4095 771.7323 null]
>> endobj
30 0 obj <<
-/D [378 0 R /XYZ 74.4095 575.1486 null]
+/D [389 0 R /XYZ 74.4095 575.1486 null]
>> endobj
34 0 obj <<
-/D [378 0 R /XYZ 74.4095 368.0374 null]
+/D [389 0 R /XYZ 74.4095 368.0374 null]
>> endobj
-377 0 obj <<
+388 0 obj <<
/Font << /F61 291 0 R /F26 242 0 R /F28 245 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-384 0 obj <<
+395 0 obj <<
/Length 1103
/Filter /FlateDecode
>>
stream
-xڍVKoFWHz_$96Pu(Gb@>3;Kh;0`DODfi
-!n£ >_tt~>5(LבTByoɵJ27d4<pH"uDnNmd6SH%g&utT
-e@{\\IW%H(#Ui<(P`ݦvMs0c2U,Zw%j,fT"vchݾ&6ݶx"~suk!zQ#Agr톳!oLΫʭ s#j"g -{o] NҗBƏ&6sK]Zm66X}:O `?P WhjV#_e(_F~P*Ƃ=5whll(lT+#G[`}
-BR5:[s|\1~ߩ$
-Djyt oZ%` HABB +zخ%w~n0m2֛ܸd~ۻ/!x2N':2I{.Wf44qX<
-dZ;(%)#76)c`h%oMioP.A[Ve7R,xz>t
-nA~퓰SAa+
+xڍVKoFWHњ"96Pu(Gb@>3;Kh;0`xrTZ(/$G$6 yНvӡ׌G<eEah4L?OU2K:Mdu|˥$<DM}
+Zd|ʘYMgY G9˥P}U"fFU\ӡM&aƄ,Zw%j,fTjq;Zn_oin[<xql[|֠~vِDjr-yle܈a+)Y!B[<~~x㢮Mic~G4Vہ VS5f #*eCںU"2/zJ=Hccɞ
+T;Epd4Z6A6@*-m>w
+(^@^v/qKWhu@
+wʈMa|94J~o$C&˄VAnUp "%e<
+\vTo[rĹcBLiSvqoWB^endstream
endobj
-383 0 obj <<
+394 0 obj <<
/Type /Page
-/Contents 384 0 R
-/Resources 382 0 R
+/Contents 395 0 R
+/Resources 393 0 R
/MediaBox [0 0 595.2757 841.8898]
-/Parent 365 0 R
+/Parent 367 0 R
>> endobj
-381 0 obj <<
+392 0 obj <<
/Type /XObject
/Subtype /Form
/FormType 1
/PTEX.FileName (/usr/home/buetow/svn/vs/trunk/LaTeX/images/client-server-protokolle.pdf)
/PTEX.PageNumber 1
-/PTEX.InfoDict 386 0 R
+/PTEX.InfoDict 397 0 R
/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000]
/BBox [0.00000000 0.00000000 376.00000000 320.00000000]
/Resources <<
/ProcSet [ /PDF /Text ]
/ExtGState <<
-/R7 387 0 R
->>/Font << /R8 388 0 R >>
+/R7 398 0 R
+>>/Font << /R8 399 0 R >>
>>
-/Length 389 0 R
+/Length 400 0 R
/Filter /FlateDecode
>>
stream
@@ -1385,47 +1479,47 @@ xMo0 <;l"îkP6AbGJGb:,P/E '+Oz?}  l
Y La- 7pD7[:
B|jZ%Tp'endstream
endobj
-386 0 obj
+397 0 obj
<<
/Producer (GPL Ghostscript 8.61)
-/CreationDate (D:20080622232826+02'00')
-/ModDate (D:20080622232826+02'00')
+/CreationDate (D:20080624223236+02'00')
+/ModDate (D:20080624223236+02'00')
>>
endobj
-387 0 obj
+398 0 obj
<<
/Type /ExtGState
/OPM 1
>>
endobj
-388 0 obj
+399 0 obj
<<
/BaseFont /Helvetica
/Type /Font
/Subtype /Type1
>>
endobj
-389 0 obj
+400 0 obj
499
endobj
-385 0 obj <<
-/D [383 0 R /XYZ 74.4095 793.4