From: Richard Whitehouse Date: Fri, 6 May 2011 10:06:54 +0000 (+0100) Subject: Use LaTeX itemize properly X-Git-Url: https://git.richardwhiuk.com/?a=commitdiff_plain;h=57ad09ec030c3cbabd6e1a27b19a83412d964e09;p=ii-diss.git Use LaTeX itemize properly --- diff --git a/introduction.tex b/introduction.tex index 71d52ab..e9dbea2 100644 --- a/introduction.tex +++ b/introduction.tex @@ -100,9 +100,15 @@ The most important work in this area is set out by Scott et al. in \cite{moose1} I aimed to implement a simulation capable of simulating MOOSE and Ethernet networks on a commodity PC to give a realistic comparison of MOOSE and Ethernet within a number of areas: - * The size of the state data held by the switch and change in performance characteristics as this reaches a predefined limit. - * The amount of overhead in terms of control messages relative to the amount of data transfered. - * The efficiency of the routes used by the protocol. +\begin{itemize} + +\item The size of the state data held by the switch and change in performance characteristics as this reaches a predefined limit. + +\item The amount of overhead in terms of control messages relative to the amount of data transfered. + +\item The efficiency of the routes used by the protocol. + +\end{itemize} I aim to show how MOOSE and Ethernet compare as the number of hosts under simulation rises.