This repository has been archived by the owner on Sep 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
125 lines (98 loc) · 3.41 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
% To check in final format
%\documentclass[final,twocolumn]{elsarticle}
\documentclass[preprint,review,12pt]{elsarticle}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{multirow}
\usepackage{tabularx}
\usepackage{booktabs}
\usepackage{algorithm}
\usepackage{algorithmicx}
\usepackage[noend]{algpseudocode}
\usepackage{subfig}
\usepackage[table,xcdraw]{xcolor}
\usepackage{amsthm}
\usepackage{color}
\usepackage{soul}
\usepackage{ulem}
\usepackage{amsmath}
\usepackage{float}
\usepackage{listings}
\newcommand{\hlr}[2][red]{
{\sethlcolor{#1} \hl{#2}}
}
\newcommand{\hly}[2][yellow]{
{\sethlcolor{#1} \hl{#2}}
}
\newcommand{\hlg}[2][green]{
{\sethlcolor{#1} \hl{#2}}
}
\newcommand{\hlp}[2][pink]{
{\sethlcolor{#1} \hl{#2}}
}
\usepackage{lineno,hyperref}
\modulolinenumbers[5]
\journal{Journal of \LaTeX\ Templates}
\bibliographystyle{elsarticle-num}
\begin{document}
\begin{frontmatter}
\title{Joint Service Chain Deployment and Manager Placement in NFV}
\author[aut]{Parham Alvani}
\ead{[email protected]}
\author[aut]{Bahador Bakhshi
\corref{correspondingauthor}}
\ead{[email protected]}
\cortext[correspondingauthor]{Corresponding author.}
\address[aut]{Amirkabir University of Technology, Tehran, Iran}
\begin{abstract}
\hly{%
a) Motivation \\
b) Introduce the problem \\
c) Why is there a research gap \\
d) What have we done \\
e) What are the results \\
}
In the old times, Network providers use physical network functions to create their service chains, but a single change in this manner is difficult and may cause many service disruption.
SFC and NFV is the solution to this difficulty. By using SFC and NFV, providers can provision chains dynamically and then change them in the run-time.
One of the main requirements this virtualized environment is management and monitoring for the chains.
In this research, we consider the chain acceptance problem subject to management resources. In the first step, we formulate
problem with ILP and then implement it in CPLEX framework. The optimal solution takes time to solve so we need a Polynomial-Time solution to the problem.
In this research, we develop a heuristic algorithm and compare its result with the optimal solution. In the end, the heuristic solution produces near-optimal results in the polynomial time.
\end{abstract}
\begin{keyword}
\end{keyword}
\end{frontmatter}
\section{Introduction}
\hly{%
a) A general introduction of the context \\
b) More specific context of problem and its importance \\
c) A very brief review of literature and introduce the research gap \\
d) What is the problem \\
e) What are the contributions \\
f) The structure of the paper \\
}
\input{introduction}
\section{Related Work}\label{sec:related-works}
\input{related-works}
\section{System Model and Problem Statement}\label{sec:system-model}
\input{system}
\section{Problem Formulation}\label{sec:formulation}
\input{formulation}
\section{Proposed Solution}\label{sec:solution}
\input{solution}
\section{Evaluation and Numerical Results}\label{sec:results}
\hly{
a) Simulation settings: Topologies and all other parameters used in simulation it is better to use a table \\
The algorithms which are simulated \\
Parameters used for evaluation \\
b) A subsection per parameter\\
Emphasize on achievements\\
}
\input{results}
\section{Conclusion and Future Work}\label{sec:conclusion}
\hly{
a) Review of what we have done \\
b) What is the future step \\
}
\bibliography{references}
\end{document}