@misc{bt,
title = {http://wiki.theory.org/BitTorrentSpecification}
+}
+
+@misc{daemon,
+title = {http://www.python.org/dev/peps/pep-3143/correct-daemon-behaviour}
}
\ No newline at end of file
\subsection{The old infrastructure}
We emphasize the disadvantages (not scalable)
\subsection{The new infrastructure}
-\begin{figure}
+
+\begin{figure}[h]
\begin{center}
\includegraphics[width = 4.5in, height = 2.2in]{img/Diagram1.png}
\end{center}
\caption{Client-Server architecture for interaction with BitTorrent clients.}
-\end{figure}
\ No newline at end of file
+\end{figure}
+
+
+\input{test/server.tex}
\ No newline at end of file
--- /dev/null
+The server application resides on a virtual machine on which several BT clients are installed. It
+is started by connecting remotely using ssh, and executes as a daemon process\cite{daemon}