-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
350 lines (280 loc) · 11.6 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Masters/Doctoral Thesis
% LaTeX Template
% Version 2.2 (21/11/15)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Version 2.x major modifications by:
% Vel ([email protected])
%
% This template is based on a template by:
% Steve Gunn (http://users.ecs.soton.ac.uk/srg/softwaretools/document/templates/)
% Sunil Patel (http://www.sunilpatel.co.uk/thesis-template/)
%
% Template license:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[
11pt, % The default document font size, options: 10pt, 11pt, 12pt
%oneside, % Two side (alternating margins) for binding by default, uncomment to switch to one side
spanish, % ngerman for German
singlespacing, % Single line spacing, alternatives: onehalfspacing or doublespacing
%draft, % Uncomment to enable draft mode (no pictures, no links, overfull hboxes indicated)
%nolistspacing, % If the document is onehalfspacing or doublespacing, uncomment this to set spacing in lists to single
%liststotoc, % Uncomment to add the list of figures/tables/etc to the table of contents
%toctotoc, % Uncomment to add the main table of contents to the table of contents
parskip, % Uncomment to add space between paragraphs
%nohyperref, % Uncomment to not load the hyperref package
headsepline, % Uncomment to get a line under the header
]{MastersDoctoralThesis} % The class file specifying the document structure
\usepackage[utf8]{inputenc} % Required for inputting international characters
\usepackage[T1]{fontenc} % Output font encoding for international characters
\usepackage{palatino} % Use the Palatino font by default
%\usepackage[backend=bibtex,style=authoryear,natbib=true]{biblatex} % User the bibtex backend with the authoryear citation style (which resembles APA)
%\addbibresource{example.bib} % The filename of the bibliography
\usepackage[numbers]{natbib}
\usepackage{hyperref}
\usepackage{listings}
\usepackage{array}
\hypersetup{pdfpagemode={UseOutlines},
bookmarksopen=true,
bookmarksopenlevel=0,
hypertexnames=false,
colorlinks=true, % Set to false to disable coloring links
citecolor=black, % The color of citations
linkcolor=black, % The color of references to document elements (sections, figures, etc)
urlcolor=RoyalBlue, % The color of hyperlinks (URLs)
pdfstartview={FitV},
unicode,
breaklinks=true,
}
\pdfstringdefDisableCommands{% If there is an explicit linebreak in a section heading (or anything printed to the pdf-bookmarks), it is replaced by a space
\let\\\space%
}
\usepackage{xstring}
\usepackage{todonotes}
\usepackage{pdfpages}
\usepackage{epigraph}
\usepackage{framed}
\usepackage{acronym}
\let\originalbibitem\bibitem
\def\bibitem#1#2\par{
\noexpandarg
\originalbibitem{#1}
\StrSubstitute{#2}{C.-F. San-Nicolas-Martinez}{\textbf{C.-F. San-Nicolas-Martinez}}\par}
\usepackage[autostyle=true]{csquotes} % Required to generate language-dependent quotes in the bibliography
\addto\captionsspanish{
\renewcommand{\tablename}{Tabla}
\renewcommand{\listtablename}{Índice de tablas}
\renewcommand{\appendixname}{Anexo}
}
%----------------------------------------------------------------------------------------
% MARGIN SETTINGS
%----------------------------------------------------------------------------------------
\geometry{
paper=a4paper, % Change to letterpaper for US letter
inner=3cm, % Inner margin
outer=2.5cm, % Outer margin
bindingoffset=0.5cm, % Binding offset
top=2.5cm, % Top margin
bottom=2.5cm, % Bottom margin
%showframe,% show how the type block is set on the page
}
\setlength{\parindent}{8mm}
\setcounter{secnumdepth}{3} % para que ponga 1.1.1.1 en subsubsecciones
\setcounter{tocdepth}{3} % para que ponga subsubsecciones en el indice
\begin{document}
\frontmatter % Use roman page numbering style (i, ii, iii, iv...) for the pre-content pages
\pagestyle{plain} % Default to the plain heading style until the thesis style is called for the body content
%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
\begin{titlepage}
\begin{center}
UNIVERSIDAD POLITÉCNICA DE CARTAGENA\\
\vspace*{0.2in}
\begin{figure}[ht!]
\centering
\includegraphics[width=0.5\linewidth]{imagenes/logoupct.jpg}
\end{figure}
ESCUELA TÉCNICA SUPERIOR DE INGENIERÍA DE TELECOMUNICACIÓN\\
\vspace*{0.35in}
\begin{large}
Trabajo Fin de Máster\\
\end{large}
\vspace*{0.25in}
\rule{80mm}{0.1mm}\\
\vspace*{0.3in}
\begin{Large}
\textbf{Desarrollo de APIs para escenarios SDN-NFV} \\
\end{Large}
\vspace*{0.35in}
\rule{80mm}{0.1mm}\\
\vspace*{0.55in}
\end{center}
\vfill
\begin{flushleft}
\begin{large}
\textit{\textbf{Autor:}} César Francisco San Nicolás Martínez\\
\textit{\textbf{Director:}} Pablo Pavón Mariño\\
\textit{\textbf{Codirector:}} Francisco Javier Moreno Muro\\
\end{large}
\end{flushleft}
\vspace*{0.7in}
\begin{center}
Julio 2019\\
\end{center}
\vfill
\end{titlepage}
\restoregeometry
\cleardoublepage
\begin{center}
\vspace*{3cm}
\fbox{
\begin{minipage}[][][s]{0.6\linewidth}
\begin{tabbing}
\hspace{6.5cm}\=\kill
\textbf{Autor:}\>César Francisco San Nicolás Martínez\\
\textbf{E-mail del autor:}\>[email protected]\\
\textbf{Director:} \>Pablo Pavón Mariño \\
\textbf{E-mail del director:} \> [email protected] \\
\textbf{Codirector:} \>Francisco Javier Moreno Muro \\
\textbf{E-mail de codirector:} \> [email protected] \\
\textbf{Título del TFM:} \> Desarrollo de APIs para escenarios SDN-NFV\\
\end{tabbing}
\textbf{Resumen:}\\
El paradigma SDN se ha convertido en una de las maneras más eficientes de gestionar las redes actuales, gracias a la automatización de las funciones de operación y gestión de los diferentes dispositivos de red. A su vez, NFV se ha convertido en un recurso valioso para optimizar recursos de una infraestructura IT. Debido a esto, han ido surgiendo herramientas para la aplicación de las técnicas SDN y NFV. El objetivo de este proyecto es desarrollar diversos clientes para controlar remotamente las herramientas ONOS, OSM y OpenStack e integrarlos en un plugin de la herramienta Net2Plan para realizar una prueba de concepto mediante la interconexión de las diferentes herramientas mencionadas anteriormente.\\
\begin{tabbing}
\hspace{6.5cm}\=\kill
\textbf{Titulación:}\>Máster en Ingeniería de Telecomunicación\\
\textbf{Departamento:}\> Tecnologías de la Información y las Comunicaciones
\end{tabbing}
\end{minipage}%
}
\end{center}
\tableofcontents % Prints the main table of contents
\listoffigures % Print the list of figures
\input{capitulos/acronimos}
\mainmatter % Begin numeric (1,2,3...) page numbering
\pagestyle{thesis} % Return the page headers back to the "thesis" style
% Include the chapters of the thesis as separate files from the Chapters folder
% Uncomment the lines as you write the chapters
\include{capitulos/introduccion} % Terminado
\include{capitulos/estadodelarte} % Terminado
\include{capitulos/herramientas} % Terminado
\include{capitulos/desarrollo} % Terminado
\include{capitulos/pruebaconcepto} % Terminado
\include{capitulos/conclusiones} % Terminado
%----------------------------------------------------------------------------------------
% THESIS CONTENT - APPENDICES
%----------------------------------------------------------------------------------------
\appendix % Cue to tell LaTeX that the following "chapters" are Appendices
\clearpage
\include{capitulos/anexo_mininet}
\clearpage
%----------------------------------------------------------------------------------------
% BIBLIOGRAPHY
%----------------------------------------------------------------------------------------
\begin{thebibliography}{9}
\bibitem{sdnbib}
Software-Defined Networking [En línea].
\\Disponible: \texttt{https://en.wikipedia.org/wiki/Software-defined\_networking}
\bibitem{onf2012bib}
Open Networking Foundation. Software Defined Networking: The New Norm for Networks, White Paper, 2012
\bibitem{openflowbib}
OpenFlow [En línea].
\\Disponible: \texttt{https://en.wikipedia.org/wiki/OpenFlow}
\bibitem{servicechainingbib}
What is Network Service Chaining [En línea].
\\Disponible: \texttt{https://www.sdxcentral.com/networking/virtualization/
definitions/what-is-network-service-chaining/}
\bibitem{nfvbib}
Network Function Virtualization [En línea].
\\Disponible: \texttt{https://en.wikipedia.org/wiki/Network\_function\_virtualization}
\bibitem{dockerbib}
Docker [En línea].
\\Disponible: \texttt{https://www.docker.com/}
\bibitem{openvswitchbib}
Open vSwitch [En línea].
\\Disponible: \texttt{https://www.openvswitch.org/}
\bibitem{cactibib}
Cacti [En línea].
\\Disponible: \texttt{https://www.cacti.net/}
\bibitem{nagiosbib}
Nagios [En línea].
\\Disponible: \texttt{https://www.nagios.org/}
\bibitem{net2planbib}
Net2Plan: The open-source network planner [En línea].
\\Disponible: \texttt{http://www.net2plan.com/}
\bibitem{mininetbib}
Mininet [En línea].
\\Disponible: \texttt{http://mininet.org/overview/}
\bibitem{onosbib}
ONOS - A new carrier-grade SDN network operating system [En línea].
\\Disponible: \texttt{https://onosproject.org/}
\bibitem{onostutbib}
ONOS tutorials [En línea].
\\Disponible: \texttt{http://sdnhub.org/tutorials/onos/}
\bibitem{wikionosbib}
ONOS Wiki [En línea].
\\Disponible: \texttt{https://wiki.onosproject.org/}
\bibitem{openapibib}
OpenAPI Initiative [En línea].
\\Disponible: \texttt{https://www.openapis.org/about}
\bibitem{swaggerbib}
Swagger [En línea].
\\Disponible: \texttt{https://swagger.io/}
\bibitem{osmbib}
OSM [En línea].
\\Disponible: \texttt{https://osm.etsi.org/}
\bibitem{etsibib}
ETSI [En línea].
\\Disponible: \texttt{https://www.etsi.org/}
\bibitem{osmwikibib}
OSM Wiki [En línea].
\\Disponible: \texttt{https://osm.etsi.org/wikipub}
\bibitem{osmclientbib}
OSMClient [En línea].
\\Disponible: \texttt{https://osm.etsi.org/wikipub/index.php/OSM\_client}
\bibitem{sol005item}
ETSI GS NFV-SOL 005 - V2.5.1.
\\White Paper
\bibitem{osmrel5bib}
OSM Release FIVE [En línea].
\\Disponible: \texttt{https://osm.etsi.org/wikipub/index.php/OSM\_Release\_FIVE}
\bibitem{openstackbib}
OpenStack [En línea].
\\Disponible: \texttt{https://www.openstack.org/}
\bibitem{openstack4jbib}
OpenStack4Java - Fluent OpenStack client for Java [En línea].
\\Disponible: \texttt{http://www.openstack4j.com/}
\bibitem{josmclientbib}
J-OSM Client [En línea].
\\Disponible: \texttt{https://github.com/girtel/J-OSMClient}
\bibitem{onosjavadocbib}
ONOS Java API - 1.15.0 [En línea].
\\Disponible: \texttt{http://api.onosproject.org/1.15.0/apidocs/}
\bibitem{openstack4jjavadocbib}
OpenStack4Java API - 3.0.5 [En línea].
\\Disponible: \texttt{http://www.openstack4j.com/javadoc/}
\bibitem{metrohaulbib}
Metro-Haul Project [En línea].
\\Disponible: \texttt{https://metro-haul.eu/}
\bibitem{demoecocbib}
F.J. Moreno-Muro, \textit{et. al}, "Latency-aware Optimization of Service Chain Allocation with
joint VNF instantiation and SDN metro network control", ECOC, 2018
\bibitem{ecocbib}
ECOC [En línea].
\\Disponible: \texttt{https://www.ecocexhibition.com/}
\bibitem{lincoebib}
LINC-OE [En línea].
\\Disponible: \texttt{https://github.com/FlowForwarding/LINC-Switch}
\end{thebibliography}
%----------------------------------------------------------------------------------------
\end{document}