]> AND Private Git Repository - ThesisAli.git/blob - entete.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
e812f1011910ced42acc64ac544af9d71b7549af
[ThesisAli.git] / entete.tex
1 %% Use the standard UP-methodology class
2 %% with French language and Book layout.
3 %%
4 %% Change the 'book' option below to 'report'
5 %% if you want to use a report style (see your LaTeX
6 %% documention about the different between a report
7 %% and a book class).
8 %%
9 %% You may also specify 'twoside' or 'oneside' option.
10 %% By default 'book' is two-sided and 'report' is one-sided.
11 %%
12 %% See the documentation tex-upmethodology on
13 %% http://www.arakhne.org/tex-upmethodology/
14 %% for details about the macros that are provided by the class and
15 %% to obtain the list of the packages that are already included. 
16 %\documentclass[french,book,nopubpage,nodocumentinfo]{upmethodology-document}
17
18  %\documentclass[french,book,nopubpage,nodocumentinfo]{spimufcphdthesis}
19  \documentclass[english, book,nopubpage,nodocumentinfo]{spimufcphdthesis}
20 %%--------------------
21 \usepackage[acronym,smallcaps]{glossaries}
22 \newcommand{\abbrlabel}[1]{\makebox[2cm][l]{\textbf{#1}\ \dotfill}}
23 \newenvironment{abbreviations}{\begin{list}{}{\renewcommand{\makelabel}{\abbrlabel}}}{\end{list}}
24 \usepackage{tabularx}
25 \usepackage[utf8]{inputenc}
26 \usepackage{enumerate}
27 \usepackage[english]{babel}
28 \usepackage{booktabs}
29 %\usepackage{graphicx}
30 %\usepackage{subfig}
31 \usepackage{multirow}
32 \usepackage{array}
33 \usepackage{picture}
34 \usepackage[section]{placeins}
35 \usepackage{float}
36
37 \def\setgrouptext#1{\gdef\grouptext{#1}}
38 \newenvironment{groupeditems}{\begin{displaymath}\left.\vbox\bgroup\setgrouptext}{%
39   \egroup\right\rbrace\hbox{\grouptext}\end{displaymath}}
40
41 \newcommand*\rot{\rotatebox{90}}
42 \newcommand*\OK{\ding{51}}
43
44 \newcommand{\mcrot}[4]{\multicolumn{#1}{#2}{\rlap{\rotatebox{#3}{#4}~}}} 
45
46 \newcommand*{\twoelementtable}[3][l]%
47 {%  
48     \renewcommand{\arraystretch}{0.8}%
49     \begin{tabular}[t]{@{}#1@{}}%
50         #2\tabularnewline
51         #3%
52     \end{tabular}%
53 }
54
55
56 %%--------------------
57 %% Use the style dedicated to PhD thesis from SPIM-UFC
58 \UseExtension{spimufcphdthesis}
59
60
61 %%--------------------
62 %% Set the title, subtitle, defense date, and
63 %% the registration number of the PhD thesis.
64 %% The optional parameter is the subtitle of the PhD thesis.
65 %% The first mandatory parameter is the title of the PhD thesis.
66 %% The second mandatory parameter is the date of the PhD defense.
67 %% The third mandatory parameter is the reference number given by the University Library after the PhD defense.
68 %%\declarethesis[Sous-titre]{Titre}{17 septembre 2012}{XXX}
69 \declarethesis{Distributed Coverage Optimization Techniques for Improving Lifetime of Wireless Sensor Networks}{30 September 2015}{2015050}
70  
71 %%--------------------
72 %% Set the author of the PhD thesis
73 %%\addauthor[email]{Prénom}{Nom}
74 \addauthor[aidness.ali@univ-fcomte.fr]{Ali Kadhum}{IDREES}
75
76  \iffalse
77 %%--------------------
78 %% Add a member of the jury
79 %% \addjury{Firstname}{Lastname}{Role in the jury}{Position}
80 \addjury{Sylvain}{CONTASSOT-VIVIER} {Examiner}{Professor at University of Lorraine}
81 \addjury{Ye-Qiong}{SONG}{Reviewer} {Professor at University of Lorraine}
82 \addjury{Hamida}{SEBA}{Reviewer}{Associate Professor (HDR) at University of Claude Bernard Lyon1}
83 %\addjury{x4}{y4}{Examiner}{Professor at University of}
84 \addjury{Raphaël}{Couturier}{Supervisor}{Professor at University of Franche-Comt\'e}
85 \addjury{Karine}{Deschinkel}{Co-Supervisor}{Assistant Professor at University of Franche-Comt\'e}
86 \addjury{Michel}{Salomon}{Co-Supervisor}{Assistant Professor at University of Franche-Comt\'e}
87 \fi
88  \addjury {} {Prof Ye-Qiong SONG} {University of Lorraine} {Reviewer}
89 \addjury{} {Assoc Prof Hamida SEBA (HDR)} {University of Claude Bernard Lyon1} {Reviewer}
90 \addjury {}{Prof Sylvain CONTASSOT-VIVIER} {University of Lorraine} {Examiner}
91 \addjury {} {Prof Raphaël Couturier} {University of Franche-Comt\'e} {Supervisor}
92 \addjury {} {Asst Prof Karine Deschinkel} {University of Franche-Comt\'e} { Co-supervisor}
93 \addjury {} {Asst Prof Michel Salomon} {University of Franche-Comt\'e} {Co-supervisor}
94  
95  
96 % Supervisors:\\
97 %Committee:\\
98 %%--------------------
99 %% Set the English abstract
100 \thesisabstract[english]{
101 In this dissertation, we focus on the area coverage problem, energy-efficiency is also the foremost requirement. We have considered distributed optimization protocols with the ultimate objective of prolonging the network lifetime. To address this problem, this dissertation proposes two-step approaches. Firstly, the sensing field is divided into smaller subregions using the concept of divide-and-conquer method. Secondly, one of our proposed distributed optimization protocols is distributed and applied on the sensor nodes in each  subregion so as to optimize the coverage and the lifetime performances. Three coverage optimization protocols are proposed. They combine two  efficient techniques: leader election for each subregion, followed by an optimization-based scheduling of sensor activity for  each subregion. This scheduling is carried by formulating and solving linear programs. For the first two protocols, undercoverage and overcoverage of a specified set of points are minimized. For the third protocol, the new proposed model is based on perimeter coverage level. Extensive simulations are conducted using the discrete event simulator OMNeT++ to validate the efficiency of each of our proposed protocols. We refer to the characteristics of a Medusa II sensor for the energy consumption and the time computation. In comparison with two other existing methods, our protocols are able to increase the WSN lifetime and provide improved coverage performance.
102 }
103
104 \thesiskeywords[english]{ Wireless Sensor Networks, Area Coverage, Network Lifetime, Distributed Optimization, Scheduling.}
105
106   
107 %%--------------------
108 %% Set the French abstract
109 \thesisabstract[french]{
110 Dans cette thèse, nous nous sommes intéressés au problème de  couverture ainsi qu'à l'efficacité énergétique qui est une exigence essentielle dans un réseau de capteurs sans fil. Nous avons étudié des protocoles d'optimisation distribués avec l'objectif  de prolonger la durée de vie du réseau. Pour résoudre le problème, nous avons proposé de nouvelles approches articulées en deux phases. Dans un premier temps, la  région à  surveiller est divisée en petites sous-régions en utilisant le concept de la méthode diviser pour mieux régner. Ensuite, l'un de nos protocoles d'optimisation distribués est exécuté par chaque n\oe ud capteur dans chaque sous-région, afin d'optimiser la couverture et la durée de vie du réseau. Nous proposons trois protocoles distribués qui combinent, chacun, deux techniques efficaces: l'élection d'un n\oe ud leader dans chaque sous-région, suivie par la mise en oeuvre par celui-ci d'un processus  d'ordonnancement d'activité des n\oe uds capteurs de sa sous-région. Cet ordonnancement est porté par la formulation et la résolution de programmes linéaires. Pour les deux premiers protocoles, il s'agit de minimiser simultanément la non couverture ou la sur-couverture d'un ensemble de points particuliers. Pour le troisième protocole, le nouveau modèle propose repose sur la couverture du périmètre de chacun des capteurs. Nous avons effectué plusieurs simulations en utilisant le simulateur à évènements discrets OMNeT++ pour valider l'efficacité de nos protocoles proposés. Nous avons pris en considération les caractéristiques d'un capteur Medusa II pour la consommation d'énergie et le temps de calcul. En comparaison avec deux autres méthodes existantes, nos protocoles ont la capacité d'augmenter la durée de vie du réseau de capteurs et d'améliorer les performances de couverture.
111
112 }
113
114 \thesiskeywords[french]{Réseaux de capteurs sans fil, Zone de couverture, Durée de vie du réseau, Optimisation distribué, Ordonnancement. }
115
116   
117 %%--------------------
118 %% Change the speciality of the PhD thesis
119 %\Set{speciality}{Informatique}
120
121  
122 %%--------------------
123 %% Change the institution
124 %\Set{universityname}{Universit\'e de Technologie de Belfort-Montb\'eliard}
125
126  
127 %%--------------------
128 %% Change the header and the foot of the pages
129 %% Left header
130 %\lhead{}
131 %% Center header
132 %\chead{}
133 %% Right header
134 %\rhead{}
135 %% Left footer
136 %\lfoot{}
137 %% Center footer
138 %\cfoot{}
139 %% Right footer
140 %\rfoot{}
141
142 %%--------------------
143 %% itemize*
144 %\usepackage{mdwlist}
145 %\usepackage{enumerate}
146
147 %%tableaux
148 %\usepackage{multirow}
149
150 %\usepackage{lscape}
151 %\usepackage{pdflscape}
152 %\usepackage{geometry}
153 %\usepackage{changemargin}
154
155 %%--------------------
156 %% Algorithmes
157 \usepackage{algorithmic}
158 \usepackage[ruled,english,boxed,linesnumbered]{algorithm2e}
159 \usepackage[english]{algorithme}
160 \usepackage{subfigure}
161 \usepackage{listings}
162
163
164 %%--------------------
165 %% boxedverbatim
166 %\usepackage{moreverb}
167
168 %%--------------------
169 %% Mathematics
170 %\usepackage{amsmath,amsfonts}
171 %\usepackage{amssymb}
172 %\newcommand{\scalprod}[2]%
173 %{\ensuremath{\langle #1 \, , #2 \rangle}}
174 %\usepackage{xfrac}
175
176 %\usepackage{drop}
177 %\font\largefont=yinitas % fontes yinit
178
179 %\newtheorem{remark}{Remarque}
180 %\def\changemargin#1#2{\list{}{\rightmargin#2\leftmargin#1}\item[]}
181 %\let\endchangemargin=\endlist
182
183 %\usepackage{lettrine}
184 %\usepackage{oldgerm}
185 %\usepackage{yfonts}
186 %\newcommand{\enluminure}[2]{\lettrine[lines=3]{\small \initfamily #1}{#2}}
187 %\usepackage{indentfirst}
188
189  \usepackage{booktabs}
190  \usepackage{multirow}
191   
192  
193  
194
195
196