Merge branch 'master' of github.com:jeena/GGS-report

This commit is contained in:
Jeena Paradies 2011-05-11 14:59:16 +02:00
commit 31d225642b

View file

@ -678,7 +678,7 @@ key "news/cnet/com/WoWProblems"
.
\begin_inset Note Note
status open
status collapsed
\begin_layout Plain Layout
Citation needed
@ -689,7 +689,7 @@ Citation needed
The existing game servers are functional but they lack good fault tolerance
and the ability to scale well
\begin_inset Note Note
status open
status collapsed
\begin_layout Plain Layout
Citation needed
@ -766,7 +766,7 @@ key "Armstrong03"
An unavailable phone system could potentially have life threatening consequence
s, leaving the public unable to contact emergency services.
The same cannot be said about an unavailable game server.
The statement that game servers are less important than phone systems is
The statement that game servers are less important than phone systems are
not a reason not to draw wisdom from what the telecoms have already learned.
\end_layout
@ -1066,7 +1066,7 @@ reference "cha:Implementation-of-a"
provides a description of the prototype developed for this thesis.
\begin_inset Note Note
status open
status collapsed
\begin_layout Plain Layout
We could go on and on about erlang..
@ -1651,8 +1651,7 @@ Moves by players are made using the tables present in the chess club.
This isolation of the games play an important part in many properties of
the GGS, the isolation means that games can for example be transferred
among different chess clubs, furthermore, if cheating takes place, corruption
can only occur in the particular table where it was found, and can not
spread.
can only occur in the particular table where it was found, and cannot spread.
\end_layout
\begin_layout Standard
@ -2273,8 +2272,8 @@ There are two main ways in which computer communication over the Internet
is the most prominent application layer protocol.
The transport layer protocols, are commonly used to transport application
layer protocols, such as HTTP.
TCP and UDP can not be used on their own, without an application layer
protocol on top.
TCP and UDP cannot be used on their own, without an application layer protocol
on top.
Application layer protocols such as HTTP on the other hand needs a transport
layer protocol in order to work.