This repository was archived by the owner on Jul 31, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
569 lines (489 loc) · 19.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
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
\documentclass[serif,Blue]{beamer}
\mode<presentation>
\usetheme{Warsaw}
%\usetheme{Madrid}
%\usetheme{Darmstadt}
\usefonttheme[onlylarge]{structurebold}
\setbeamerfont*{frametitle}{size=\normalsize,series=\bfseries}
\setbeamertemplate{navigation symbols}{}\hypersetup{pdfpagemode=FullScreen}
%\usetheme{AnnArbor}
%\usecolortheme{beaver}
%\usepackage{epstopdf}
%\DeclareGraphicsExtensions{.eps}
\usepackage{tikz}
\usepackage{ragged2e}
\usetikzlibrary{shadows}
%define your own colors:
\definecolor{Red}{rgb}{1,0,0}
\definecolor{Blue}{rgb}{0,0,1}
\definecolor{Green}{rgb}{0,1,0}
\definecolor{magenta}{rgb}{1,0,.6}
\definecolor{lightblue}{rgb}{0,.5,1}
\definecolor{lightpurple}{rgb}{.6,.4,1}
\definecolor{gold}{rgb}{.6,.5,0}
\definecolor{orange}{rgb}{1,0.4,0}
\definecolor{hotpink}{rgb}{1,0,0.5}
\definecolor{newcolor2}{rgb}{.5,.3,.5}
\definecolor{newcolor}{rgb}{0,.3,1}
\definecolor{newcolor3}{rgb}{1,0,.35}
\definecolor{darkgreen1}{rgb}{0, .35, 0}
\definecolor{darkgreen}{rgb}{0, .6, 0}
\definecolor{darkred}{rgb}{.75,0,0}
\xdefinecolor{olive}{cmyk}{0.64,0,0.95,0.4}
\xdefinecolor{purpleish}{cmyk}{0.75,0.75,0,0}
% outer themes include default, infolines, miniframes, shadow, sidebar, smoothbars, smoothtree, split, tree
%\useoutertheme[subsection=true]{smoothbars}
% to have the same footer on all slides
%\setbeamertemplate{footline}[text line]{STUFF HERE!}
\setbeamertemplate{footline}[text line]{} % makes the footer EMPTY
\usepackage[english]{babel}
% or whatever
\usepackage[latin1]{inputenc}
% or whatever
\usepackage{times}
\usepackage[T1]{fontenc}
% Or whatever. Note that the encoding and the font should match. If T1
% does not look nice, try deleting the line with the fontenc.
\usepackage{lipsum}
% include packages
\usepackage{subfigure}
\usepackage{multicol}
\usepackage{amsmath}
\usepackage{epsfig}
\usepackage{graphicx}
\usepackage{wrapfig}
\usepackage{floatfig}
\usepackage{url}
\usepackage{pgf}
\usepackage{pgf,pgfarrows,pgfnodes}
\usepackage{multimedia}
\usepackage{hyperref}
\usepackage{xcolor}
\usepackage{algorithm2e}
\usepackage{algorithmic}
\usepackage{float}
\usepackage{tikz}
\usepackage{booktabs}
\usepackage[sorting=none,style=ieee]{biblatex}
\usepackage{filecontents}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{hanging}
\usepackage{multicol}
\setbeamertemplate{footnote}{\hangpara{2em}{1}\makebox[2em][l]{\insertfootnotemark}\footnotesize\insertfootnotetext\par}
\addbibresource{biblatex-examples.bib}
\usetikzlibrary{shapes.geometric, arrows}
%\usepackage[cmtt]{wrisym}
\apptocmd{\frame}{}{\justifying}{}
\newcommand{\eps}{\varepsilon}
\newcommand{\To}{\longrightarrow}
%%% ----------------------------------------------------------------------
\setbeamertemplate{footnote}{\hangpara{2em}{1}\makebox[2em][l]{\insertfootnotemark}\footnotesize\insertfootnotetext\par}
%footnote
\usepackage{perpage}
\MakePerPage{footnote}
\setbeamerfont{footnote}{size=\tiny}
%%% footnote without mark
\newcommand\blfootnote[1]{%
\begingroup
\renewcommand\thefootnote{}\footnote{#1}%
\addtocounter{footnote}{-1}%
\endgroup
}
\renewcommand{\footnotesize}{}
%footnote in symboles
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\labelBlock}[1]{%
\refstepcounter{BlockCounter}%
\hypertarget{#1}{} (\theBlockCounter\label{#1})%
}
\newcommand{\refBlock}[1]{%
\hyperref[#1]{Block~\ref*{#1}}% (see p. 18 of the hyperref manual)
}
\newcommand\mathcircled[1]{%
\mathpalette\@mathcircled{#1}%
}
%\newcommand\@mathcircled[2]{%
% \tikz[baseline=(math.base)] \node[draw,circle,inner sep=1pt] (math) {$\m@th#1#2$};%
%}
%\tikzstyle{blockp1} = [rectangle, draw, fill=white,
% text width=11em, text centered, node distance=5cm, inner sep=0pt ,rounded corners, minimum height=5em]
%\tikzstyle{blockpp1} = [rectangle, draw, fill=white,
% text width=20em, text centered, node distance=5cm, inner sep=0pt ,rounded corners, minimum height=12em]
%\tikzstyle{blockp2} = [rectangle, draw, fill=white,
% text width=15em, text centered, rounded corners, minimum height=8em]
%\tikzstyle{blockp3} = [rectangle, draw, fill=white,
% text width=9em, text centered, node distance=5cm, inner sep=0pt ,rounded corners, minimum height=5em]
%\tikzstyle{linep} = [draw, -latex']
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{xcolor}
\newcommand{\highlight}[1]{%
\colorbox{blue!30}{$\displaystyle#1$}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\makeatother
\stepcounter{secnumdepth}
\stepcounter{tocdepth}
%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setbeamerfont{footnote}{size=\tiny}
\tikzstyle{block1} = [rectangle, draw, fill=blue!45,
text width=25em, text centered, node distance=5cm, inner sep=0pt, rounded corners, minimum height=2em]
% \tikzstyle{block_null} = [rectangle, draw=none, fill=white,
% text width=2em, text centered, node distance=2cm, inner sep=0pt ,rounded corners, minimum height=0.5em]
\tikzstyle{block_p1} = [rectangle, draw, fill=blue!30,
text width=8em, text centered, node distance=1.75cm, inner sep=0pt, rounded corners, minimum height=3em]
%\tikzstyle{block_null} = [rectangle, draw=none, fill=white,
% text width=2em, text centered, node distance=2cm, inner sep=0pt ,rounded corners, minimum height=2em]
\tikzstyle{block2} = [rectangle, draw, fill=blue!20,
text width=3em, text centered, node distance=1cm, inner sep=0pt, rounded corners, minimum height=2em]
\tikzstyle{block_p3} = [rectangle, draw, fill=white,
text width=1em, text centered, node distance=2cm, inner sep=0pt, rounded corners, minimum height=5em]
\tikzstyle{block3} = [rectangle, draw, fill=blue!10,
text width=2.5em, text centered, node distance=1.25cm, inner sep=0pt, rounded corners, minimum height=2em]
\tikzstyle{block4} = [rectangle, draw, fill=blue!5,
text width=3em, text centered, node distance=1.25cm, inner sep=0pt, rounded corners, minimum height=1.5em]
\tikzstyle{line} = [draw, -latex']
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\tikzstyle{B1} = [rectangle, draw, fill=blue!45,
text width=5em, text centered, node distance=0.5cm, inner sep=0pt, rounded corners, minimum height=1em]
\tikzstyle{B2} = [rectangle, draw, fill=blue!35,
text width=10em, text centered, node distance=1.0cm, inner sep=0pt, minimum height=1.5em]
\tikzstyle{B3} = [rectangle, draw, fill=blue!35,
text width=10em, text centered, node distance=1.25cm, inner sep=0pt, minimum height=2.5em]
\tikzstyle{B4} = [diamond, draw, fill=blue!25,
text width=2.5em, text centered, node distance=1.0cm, inner sep=0pt, minimum height=1em]
\tikzstyle{B5} = [rectangle, draw, fill=blue!15,
text width=8em, text centered, node distance=5cm, inner sep=0pt, minimum height=1em]
\tikzstyle{B6} = [rectangle, draw, fill=blue!35,
text width=10em, text centered, node distance=1.0cm, inner sep=0pt, minimum height=3em]
\tikzstyle{B7} = [rectangle, draw, fill=blue!35,
text width=8em, text centered, node distance=0.5cm, inner sep=0pt, minimum height=1em]
\tikzstyle{line} = [draw, -latex']
\tikzstyle{block1} = [rectangle, draw, fill=blue!45,
text width=25em, text centered, node distance=5cm, inner sep=0pt, rounded corners, minimum height=2em]
% \tikzstyle{block_null} = [rectangle, draw=none, fill=white,
% text width=2em, text centered, node distance=2cm, inner sep=0pt ,rounded corners, minimum height=0.5em]
\tikzstyle{block_p1} = [rectangle, draw, fill=blue!30,
text width=8em, text centered, node distance=1.75cm, inner sep=0pt,rounded corners, minimum height=3em]
%\tikzstyle{block_null} = [rectangle, draw=none, fill=white,
% text width=2em, text centered, node distance=2cm, inner sep=0pt ,rounded corners, minimum height=2em]
\tikzstyle{block2} = [rectangle, draw, fill=blue!20,
text width=3em, text centered, node distance=1cm, inner sep=0pt, rounded corners, minimum height=2em]
\tikzstyle{block_p3} = [rectangle, draw, fill=white,
text width=1em, text centered, node distance=2cm, inner sep=0pt,rounded corners, minimum height=5em]
\tikzstyle{block3} = [rectangle, draw, fill=blue!10,
text width=2.5em, text centered, node distance=1.25cm, inner sep=0pt, rounded corners, minimum height=2em]
\tikzstyle{block4} = [rectangle, draw, fill=blue!5,
text width=3em, text centered, node distance=1.25cm, inner sep=0pt, rounded corners, minimum height=1.5em]
\tikzstyle{line} = [draw, -latex']
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\tikzstyle{B1} = [rectangle, draw, fill=blue!45,
text width=5em, text centered, node distance=1.0cm, inner sep=0pt, rounded corners, minimum height=1em]
\tikzstyle{B2} = [rectangle, draw, fill=blue!35,
text width=10em, text centered, node distance=1.25cm, inner sep=0pt, minimum height=2em]
\tikzstyle{B3} = [rectangle, draw, fill=blue!35,
text width=10em, text centered, node distance=1.25cm, inner sep=0pt, minimum height=3em]
\tikzstyle{B4} = [diamond, draw, fill=blue!25,
text width=2.5em, text centered, node distance=1.5cm, inner sep=0pt, minimum height=1em]
\tikzstyle{B5} = [rectangle, draw, fill=blue!15,
text width=8em, text centered, node distance=4cm, inner sep=0pt, minimum height=1em]
\tikzstyle{line} = [draw, -latex']
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\let\olditem\item
%\renewcommand\item{\olditem\justifying}
\addtobeamertemplate{block begin}{}{\justifying}
% show title in each slide
\setcounter{tocdepth}{4}
\setcounter{secnumdepth}{4}
%\let\subsubsection\subsection
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\rfoot{Page \thepage \hspace{1pt} of \pageref{LastPage}}
\setbeamertemplate{footline}[page number]
%\setbeamertemplate{headline}[page number]
\title[Short Paper Title]{ Advanced Topics in Wireless Networks}
\subtitle{Low Power Local Area Networks}
\author[Author]{Parham Alvani}
\institute{Department of Computer Engineering and Information Technology \\ AmirKabir University of Technology}
\date{\today}
\addbibresource{refs.bib}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Begin Your Document %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\setbeamertemplate{footline}[centered frame number]
\frame{\titlepage}
\frame{\frametitle{Table of contents}\tableofcontents}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\justifying{}
\section{Introduction to IoT Communication}
\subsection{WiFi}
\subsection{BLE}
\subsection{Zigbee}
\section{A Closer look to Zigbee}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Introduction to IoT Communication}
\begin{itemize}
\item Multitude and variaty
\begin{itemize}
\item diverse Quality of Service (QoS)
\item huge amount of traffic
\item huge address space
\end{itemize}
\item Self-organization
\item Reliability and robustness
\item Security and privacy
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Introduction to IoT Communication}
\begin{itemize}
\item Capillary M2M
\begin{itemize}
\item low power
\item low cost
\item short range
\end{itemize}
\item Cellular M2M
\begin{itemize}
\item long distance
\end{itemize}
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Introduction to IoT Communication}
\begin{itemize}
\item LPWAN
\begin{itemize}
\item NB-IoT
\item LoRaWAN
\item Sigfox
\end{itemize}
\item LPLAN
\begin{itemize}
\item BLE
\item Zigbee
\item WiFi
\end{itemize}
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{IEEE 802.11/WiFi}
\begin{block}{IEEE 802.11.ah}
\begin{itemize}\justifying{}
\item It uses \textbf{900 MHz} license exempt bands to provide \emph{extended range} Wi-Fi networks, compared to conventional Wi-Fi networks operating in the 2.4 GHz and 5 GHz bands.
\item It also benefits from lower energy consumption.
\item It aims at providing connectivity to thousands of devices under an access point.
\item Relay Access Point
\item Power Saving:
\begin{itemize}\justifying{}
\item TIM
\item non-TIM
\end{itemize}
\end{itemize}
\end{block}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{IEEE 802.11/WiFi}
\begin{tabular}{p{1cm} p{1cm} p{1.5cm} p{1.5cm} p{3.5cm}}
\toprule
802.11 protocol & Release date & Frequency (GHz) & Bandwidth (MHz) & Stream data rate (Mbit/s) \\
\midrule
ac & Dec 2013 & 5 & 20, 40, 80, 160 & Up to 346.8, 800, 1733.2, 3466.8\\
ad & Dec 2012 & 60 & 2, 160 & Up to 6,757\\
ah & Dec 2016 & 0.9 & 1--16 & Up to 347\\
\bottomrule
\end{tabular}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{IEEE 802.15.1/Bluetooth}
\begin{columns}
\begin{column}{0.5\textwidth}
\begin{center}
\includegraphics[scale=0.4]{img/ble.png}
\end{center}
\end{column}
\begin{column}{0.5\textwidth}
\begin{itemize}\justifying{}
\item Robustness
\item Low Power
\item Low Cost
\end{itemize}
\end{column}
\end{columns}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{IEEE 802.15.1/Bluetooth}
\begin{itemize}
\item Bluetooth 1.1
\item Bluetooth 4.0 + LE (Bluetooth Smart)
\begin{itemize}\justifying{}
\item As an alternative to the Bluetooth standard protocols that were introduced in Bluetooth v1.0 to v3.0, it is aimed at very low power applications running off a coin cell.
\end{itemize}
\item Bluetooth 5
\begin{itemize}\justifying{}
\item Double the speed (2 Mbit/s burst) at the expense of range
\item Up to fourfold the range at the expense of data rate
\item Eightfold the data broadcasting capacity of transmissions, by increasing the packet lengths.
\end{itemize}
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{IEEE 802.15.1/Bluetooth}
\begin{block}{Piconets}
\begin{itemize}\justifying{}
\item
Bluetooth enabled electronic devices connect and communicate
wirelessly through short-range, ad hoc networks known as \emph{piconets}.
\item
Each device can simultaneously communicate with \textbf{up to seven other devices} within a
single piconet.
\end{itemize}
\end{block}
\begin{block}{Features}
\begin{itemize}\justifying{}
\item
Bluetooth wireless technology is geared towards voice and data applications
and able to penetrate solid objects.
\item
It is omni-directional and does not require line-of-sight positioning of connected devices.
\end{itemize}
\end{block}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{IEEE 802.15.1/Bluetooth}
\begin{block}{PHY Layer}
\begin{itemize}\justifying{}
\item 2.4 GHz frequency band
\item 79 Channels, each channel has 1 MHz bandwidth
\item 3 Power class for 1, 10 and 100 meter transmission distance
\item Physical Links
\begin{itemize}\justifying{}
\item Data Link: Asynchronous Connectionless (ACL)
\item Voice Link: Synchronous Connection Oriented (SCO)
\end{itemize}
\end{itemize}
\end{block}
\center\includegraphics[scale=.7]{img/btopo.png}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Zigbee}
\begin{itemize}\justifying{}
\item
IEEE 802.15 serial standards are established by IEEE 802.15 Working Group
for Personal Area Network or short distance wireless networks.
\item
Zigbee is built on the IEEE 802.15.4. The two lower layers: the physical
(PHY) layer and the medium access control (MAC) sub-layer of Zigbee stack
architecture is pecified in IEEE 802.15.4.
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Zigbee}
\begin{block}{IEEE 802.15.4 Features}
\begin{itemize}\justifying{}
\item Data rates of 250 kbps, 40 kbps, and 20 kbps. Symbol rate is 62.5 ksymbol/sspm
\item Two addressing mode: 16-bits short and 64-bit IEEE addressing
\item Optional use Star-topology or Peer to Peer topology, and also supposes Cluster Tree nowdays.
\item CSMA-CA channel access
\item Automatic network establishment by the coordinator
\item Full handshake protocol for transfer reliability
\item Power management to ensure low power consumption
\end{itemize}
\end{block}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Zigbee}
\begin{block}{IEEE 802.15.4 Features}
\begin{itemize}\justifying{}
\item 16 channels in the 2.4GHz ISM band, 10 channels in the 915MHz and one channel in the 868MHz
\item Optinal to use Acknowledgement packet
\item Transmit Power: About 1 mW transmit power
\item RSSI (Received signal strength indication) measurement
\end{itemize}
\end{block}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Zigbee}
\begin{block}{Type of Device}
\begin{itemize}\justifying{}
\item FFD (Full Function Device)
\begin{itemize}\justifying{}
\item Coordinator
\item Router
\item End Device
\end{itemize}
\item RFD (Reduced Function Device)
\begin{itemize}\justifying{}
\item End Device
\end{itemize}
\end{itemize}
\end{block}
\begin{block}{IEEE 802.15.4 Topologies}
\begin{itemize}\justifying{}
\item Star
\item Peer to Peer
\end{itemize}
\end{block}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Zigbee}
Zigbee Topologies
\center\includegraphics[scale=.7]{img/ztopo.png}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Zigbee}
IEEE 802.15.4 MAC-PHY
\center\includegraphics[scale=.4]{img/154frame.jpg}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Zigbee}
Superframe Structure
\begin{itemize}\justifying{}
\item CAP:\@ Contention Access Period
\item CFP:\@ Contention Free Period
\item GTS:\@ Guaranteed Time Slots
\end{itemize}
\center\includegraphics[scale=.3]{img/sframe.png}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Zigbee}
Zigbee Stack
\center\includegraphics[scale=1]{img/zstack.png}
\end{frame}
\frame{\frametitle{Table of contents}\tableofcontents}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{A Closer look to Zigbee}
Zigbee Problems
\begin{itemize}\justifying{}
\item Energy Efficiency
\item Routing
\item Localization
\item Data management
\item Reliability
\item Security
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{A Closer look to Zigbee}
\begin{block}{An Energy Efficient Schedule for IEEE 802.15.4/Zigbee Cluster Tree WSN with Multiple Collision Domains and Period Crossing Constraint}
\begin{itemize}\justifying{}
\item A collision-free cluster schedule that meets all the data flows deadlines
\item Minimization of the energy consumption of the nodes
\end{itemize}
\end{block}
\footfullcite{Ahmad2018}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Zigbee}
\center\includegraphics[scale=.2]{img/cluster-flow.png}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Zigbee}
Average network energy consumption within 40 min
\center\includegraphics[scale=.5]{img/fig17.png}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Zigbee}
Network retransmitions
\center\includegraphics[scale=.5]{img/fig1819.png}
\end{frame}
\end{document}