Advertisement
Guest User

Untitled

a guest
Mar 27th, 2014
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. \documentclass [11pt] {article}
  2. \usepackage{amsmath}
  3. \usepackage{pdflscape}
  4. \usepackage{graphicx}
  5. \usepackage{soul}
  6. \usepackage{float}
  7. \usepackage{cancel}
  8. \usepackage{fancyhdr}
  9. \usepackage{placeins}
  10. \restylefloat{table}
  11. \begin{document}
  12.  
  13. \title{ CSC3420 assessment two }
  14. \author{me}
  15. \date{\today}
  16. \maketitle
  17. \tableofcontents
  18. \newpage
  19. \pagestyle{fancy}
  20. \lhead{ CSC3420 assessment two}
  21. \rhead{me}
  22.  
  23. \section{Behaviour of the network in its original setup.}
  24. \FloatBarrier
  25. The figure below shows the network that needed to be created for the assessment work to be compleated.
  26. \begin{figure}[h!]
  27. \includegraphics [height=200px, width=460px]{original_network.png}
  28. \centering
  29. \caption{Original network}
  30. \end{figure}
  31.  
  32. \begin{figure}[h!]
  33. The following figure shows the throughput of the links once the network is simulated with the NS3 program. It shows the the three data streams all reaching the max throughput on the middle link around the two second mark, the spike preceeding it may be caused due to loss of packets.
  34. \includegraphics [height=200px, width=460px]{orginalnetworkthroughput.png}
  35. \centering
  36. \caption{throughput of orginal network. network}
  37. \end{figure}
  38.  
  39. \section{Graphs between A and B and between Z and F.}
  40.  
  41. \begin{figure}[h!]
  42. \includegraphics [height=200px, width=460px]{pklosscongestion.png}
  43. \caption{loss and congestion of original network}
  44. \end{figure}
  45.  
  46. \section{Description of the normal behaviour of the network .}
  47. \section{Description of the behaviour of the network when the DropTail queue is replaced by a RED queue .}
  48. \section{Effect of the delay difference.}
  49. \section{ Experiment to see if flow from A to B starts before or after the flow from Z to F will have any effect.}
  50. \section{fair access to network resources.}
  51.  
  52.  
  53.  
  54.  
  55.  
  56. \lfoot{\today}
  57.  
  58.  
  59.  
  60. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement