dissertation-4-dissertation/0_Proforma/proforma.tex
2021-05-10 09:01:05 +00:00

30 lines
1.5 KiB
TeX

% ************************** Thesis Proforma **************************
\begin{proforma}
\begin{tabular}{ll}
Candidate Number: & 2373A \\
Project Title: & A Multi-Path Bidirectional Layer 3 Proxy \\
Examination: & Computer Science Tripos - Part II, 2021 \\
Word Count: & 12740 \\
Line Count: & 2705 \\
Project Originator: & The dissertation author \\
Supervisor: & Mike Dodson
\end{tabular}
\vspace{6mm}
\section*{Original Aims of the Project}
This project aimed to produce a multipath proxy that utilises congestion control to dynamically monitor and adapt to changing link conditions. Using congestion control to dynamically monitor link capacity allows a wider variety of links to be combined, such as those on shared mediums or impacted by environmental factors. The core project aimed to implement such a proxy with links over TCP, with extensions relating to improved performance. The stretch goals of the project were to implement the proxy using other transport mechanisms.
\section*{Work Completed}
Fulfilled core and all but one extended criteria. The proxy supports transport over UDP, which provides increased performance over TCP. The performance gains of the proxy over standard connections is tangible, which makes the proxy effective at providing increased bandwidth in many cases. The proxy solution also improves the resilience of the Internet connection, such that if any connection remains up, flows are maintained.
\section*{Special Difficulties}
None.
\end{proforma}