Newer
Older
Grzegorz Daniluk
committed
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
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
\documentclass[compress,red]{beamer}
\mode<presentation>
\setbeamertemplate{navigation symbols}{}
\usetheme{Warsaw}
%\hypersetup{pdfpagemode=FullScreen} % makes your presentation go automatically to full screen
% 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}
\useoutertheme[subsection=false]{smoothbars}
% include packages
\usepackage{subfigure}
\usepackage{multicol}
\usepackage{amsmath}
\usepackage{epsfig}
\usepackage{graphicx}
\usepackage[all,knot]{xy}
\xyoption{arc}
\usepackage{url}
\usepackage{multimedia}
\usepackage{hyperref}
\usepackage{helvet}
\usepackage[polish,english]{babel}
\usepackage[utf8]{inputenc}
\usepackage{multirow}
\usepackage{amsfonts}
%%%%%%%%%%%%5
%\usepackage{geometry}
%\geometry{verbose,letterpaper}
%\usepackage{movie15}
%\usepackage{hyperref}
%%%%%%%
% greetings, introduce yourself
\newcommand{\tickYes}{\checkmark}
\usepackage{pifont}
\newcommand{\tickNo}{\hspace{1pt}\ding{55}}
% \includegraphics[height=5cm]{fig/WRlogo.ps}
\title[White Rabbit Network\hspace{2em}\insertframenumber/\inserttotalframenumber]
{White Rabbit Network\\ Status and Plans}
\institute{
\begin{columns}[c]
\column{.5\textwidth}
\begin{center}
Hardware and Timing Section\\
CERN
\end{center}
\column{.5\textwidth}
\begin{center}
Bel Division \\
GSI
\end{center}
\end{columns}
}
\author{
Maciej Lipi\'{n}ski~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Cesar Prados %, T.W\l{}ostowski, J.Serrano, P.Alvarez
}
\date{March 2012}
% \institute%[Universities of Somewhere and Elsewhere] % (optional, but mostly needed)
% {
% \begin{center}
% BE-CO-HT\\
% CERN, Geneva,\\
% Switzerland\\
% \end{center}
% }
\pgfdeclareimage[height=0.6cm]{wr-logo}{fig/WRlogo.ps}
\logo{\pgfuseimage{wr-logo}}
\AtBeginSection[]
% {
% \begin{frame}<beamer>{Outline}
% \tableofcontents[currentsection]
% \end{frame}
% }
\begin{document}
\frame{\titlepage}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \begin{frame}<beamer>{Outline}
%
% \tableofcontents %[currentsection]
%
% \end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Introduction}
\subsection{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{White Rabbit Network}
% \begin{columns}[c]
% \column{.43\textwidth}
% \begin{itemize}
% \item WR Switches and WR Nodes
% \item Two service:
% \begin{itemize}
% \item Time distribution
% \item Data distribution
% \end{itemize}
% \item {\bf High reliability required}
% \end{itemize}
% \column{.57\textwidth}
%
% \begin{center}
% \includegraphics[height=6.5cm]{fig/WR_funny_network.ps}
% \includegraphics[height=6.5cm]{fig/sub_domains.ps}
% \end{center}
%
% \end{columns}
\begin{center}
\includegraphics[width=.9\textwidth]{fig/sub_domains.ps}
\end{center}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \section{Synchronization}
% \subsection{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}<beamer>{Outline}
\tableofcontents %[currentsection]
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Synchronization}
\subsection{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Time Distribution}
\begin{columns}[c]
\column{.7\textwidth}
\begin{itemize}
\item Network-wide {\bf sub-ns}~synchronization
\vspace{0.3cm}
\item Constant performance in:
\begin{itemize}
\item {\bf stable} conditions
\item {\bf transient} conditions
\end{itemize}
\vspace{0.3cm}
\item Support for network redundancy
\begin{itemize}
\item WRPTP \includegraphics[width=.5cm]{fig/big-tick.ps} (possibly further improve)
\item Hardware \includegraphics[width=.5cm]{fig/underconstruction.ps}
\end{itemize}
\end{itemize}
\column{.3\textwidth}
\begin{center}
\includegraphics[width=1.1\textwidth]{fig/WRPTPmodif_0.eps}
\end{center}
\end{columns}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\section{Synchronization}
%\subsection{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Time Distribution}
\begin{columns}[c]
\column{.7\textwidth}
\begin{itemize}
\item Network-wide {\bf sub-ns}~synchronization
\vspace{0.3cm}
\item Constant performance in:
\begin{itemize}
\item {\bf stable} conditions
\item {\bf transient} conditions
\end{itemize}
\vspace{0.3cm}
\item Support for network redundancy
\begin{itemize}
\item WRPTP \includegraphics[width=.5cm]{fig/big-tick.ps} (possibly further improve)
\item Hardware \includegraphics[width=.5cm]{fig/underconstruction.ps}
\end{itemize}
\end{itemize}
\column{.3\textwidth}
\begin{center}
\includegraphics[width=1.1\textwidth]{fig/WRPTPmodif_1.eps}
\end{center}
\end{columns}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\section{Synchronization}
%\subsection{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Time Distribution}
\begin{columns}[c]
\column{.7\textwidth}
\begin{itemize}
\item Network-wide {\bf sub-ns}~synchronization
\vspace{0.3cm}
\item Constant performance in:
\begin{itemize}
\item {\bf stable} conditions
\item {\bf transient} conditions
\end{itemize}
\vspace{0.3cm}
\item Support for network redundancy
\begin{itemize}
\item WRPTP \includegraphics[width=.5cm]{fig/big-tick.ps} (possibly further improve)
\item Hardware \includegraphics[width=.5cm]{fig/underconstruction.ps}
\end{itemize}
\end{itemize}
\column{.3\textwidth}
\begin{center}
\includegraphics[width=1.1\textwidth]{fig/WRPTPmodif_2.eps}
\end{center}
\end{columns}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Determinism}
\subsection{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Deterministic data delivery}
%\begin{columns}[c]
%\column{.5\textwidth}
\begin{block}{{\bf Special Traffic ({\bf optional})}}
\begin{itemize}
\item Priority 7 (broadcast)
\item Quality of Service (QoS)
\item Determinism of data delivery
\end{itemize}
\end{block}
% \column{.5\textwidth}
% \vspace{3cm}
\hspace{4cm}
\begin{block}{ {\bf Normal Traffic}}
\begin{itemize}
\item Any non priority 7 traffic
\item Less stringent determinism of data delivery
\end{itemize}
\end{block}
% \end{columns}
% \begin{itemize}
% \item Special Traffic ({\bf optional})
% \begin{itemize}
% \item Priority 7 (broadcast)
% \item Quality of Service (QoS)
% \item Determinism data delivery
% \end{itemize}
% \item Standard Traffic
% \begin{itemize}
% \item Any non priority 7 traffic
% \item Less stringent deterministic behavior
% \end{itemize}
%
% \end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \section{Data Distribution}
%\subsection{Quality of Service}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Quality of Service (WR Switch)}
\begin{itemize}
\item Cut-through \includegraphics[width=.5cm]{fig/big-tick.ps}
\item Separate resources for Special Traffic \includegraphics[width=.5cm]{fig/underconstruction.ps}
\item Output queuing \includegraphics[width=.5cm]{fig/underconstruction.ps}
\item Switch firmware optimization (SWcore + RTU) \includegraphics[width=.5cm]{fig/underconstruction.ps}
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Data}
\subsection{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Forward Error Correction}
\begin{itemize}
\item Well-researched, concepts agreed
\item Encoder \includegraphics[width=.5cm]{fig/big-tick.ps} not optimized for resources
\item Decoder \includegraphics[width=.5cm]{fig/underconstruction.ps}~~(MSc thesis):
\begin{itemize}
\item Hardware-accelerated LM32
\item Eventually to be encoder-decoder
\end{itemize}
\end{itemize}
\begin{center}
\includegraphics[width=.9\textwidth]{fig/FEC.v2.ps}
\end{center}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\section{Data}
%\subsection{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{FEC: Linear Code and 8b/10b I}
\begin{itemize}
\item The FEC scheme is \textbf{Linear Code} for the Binary Erasure
Channel and a \textbf{Block Code} for the Packet Erasure Channel.
\item The numbers told us that we need to repair just a bit... Hamming was the option.
\item Gigabit Ethernet uses \textbf{8b/10b} in the physical layer.
\item One bit error in a 10 bits encoded code word may result in a multi-bit
error $>2$ $\rightarrow$
\textbf{Hamming is not enough!}.
\item The best Linear Code able to recover 4 bit error and detect up to 8 is
the \textbf{Golay Code Family}.
\end{itemize}
\end{frame}
\begin{frame}{FEC: Linear Code and 8b/10b II}
\begin{center}
\includegraphics[scale=0.25]{fig/8b_10b_Golay.ps}
\end{center}
\end{frame}
\begin{frame}{FEC: Linear Code and 8b/10b III}
\begin{itemize}
\item Golay is a (24,12,8) code, rate of $50\%$
\item \textbf{Fixed encoding time} and \textbf{upper bound} for the
\textbf{decoding}
\item Hardware implementation of a variant of the Golay Code:
\begin{itemize}
\item Encoding in one clock
\item Decoding, best case 2 clocks, worst case 6 clocks working
at 125 Mhz
\end{itemize}
\item Next steps:
\begin{itemize}
\item hook it to the Starter Kit and plus the Block Code,
and then we have a FEC.
\item Customization of the code for our case
\end{itemize}
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Topology}
\subsection{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Topology Redundancy}
\begin{center}
\includegraphics[width=.65\textwidth]{fig/WR_funny_network.ps}
\end{center}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\section{Topology}
%\subsection{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Topology Resolution}
\begin{itemize}
\item Target: $\leq$ 2 Ethernet Frames lost @ convergence
\item Extensive research of current solutions
\item Two solutions considered
\begin{itemize}
\item \textcolor{red}{enhanced Spanning Tree Protocol (WR STP)}
\item \textcolor{red}{enhanced Link Aggregation Control Protocol (WR LACP)}
\end{itemize}
\item {\bf Universal firmware} to support enhancements
\end{itemize}
\begin{center}
\includegraphics[width=.9\textwidth]{fig/TopologyResolutionUnit.eps}
\end{center}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\section{Topology}
% \subsection{Quality of Service}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{enhanced Spanning Tree Protocol}
\begin{columns}[c]
\column{.65\textwidth}
\begin{itemize}
\item Ultra-fast convergence ($\approx$ 3 $\mu s$)
\item Modification of Multiple/Rapid STP
\begin{itemize}
\item hardware support
\item software support
\end{itemize}
\item Basic concept \includegraphics[width=.5cm]{fig/big-tick.ps}
\item Implementation \includegraphics[width=.5cm]{fig/underconstruction.ps}
\end{itemize}
\column{.35\textwidth}
\begin{center}
\includegraphics[width=1.1\textwidth]{fig/portRoles.v2.eps}
\end{center}
\end{columns}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\section{Topology}
% \subsection{Quality of Service}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Link Aggregation Control Protocol plus FEC I}
\begin{itemize}
\item LACP provides the means to show two networks interface as a single interfacea
\item When the network interfaces are not in the same physical switch a multipath is created for a frame
\item Normally the multipath is used for balancing the traffic
\item On the other hand, the FEC destributes the control information in several frames
\item What if we send $X\%$ of this frames in one path and $Y\%$ in the alternative path
\item We could overcome with sucseed single points of failure in the network: switch breakdown and damaged fiber optic or ports.
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Link Aggregation Control Protocol plus FEC II}
\begin{center}
\includegraphics[scale=0.30]{fig/WR_LA_3.ps}
\end{center}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Link Aggregation Control Protocol plus FEC III}
\begin{itemize}
\item It fullfils the GSI and CERN
\item Doesn't jepardize the deterministic delivery of information,
\end{itemize}
There is a smoothly continuation of the service there is not rush we have the \textbf{redundancy beforhand.}
Pros of LAC-FEC
\begin{itemize}
\item There is not idle resources: port, fiber optic etc...
\item At least duplication of the bandwidth upstream
\item The proposed scheme doesn't break the standard
\item The IEEE standard is alive, present in almost all comercial switches (cisco, hp...)
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Networks}
\subsection{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{WR@CERN: overview}
\begin{center}
% \includegraphics[width=1.0\textwidth]{fig/NT-overview.v2.eps}
\includegraphics[width=0.8\textwidth]{fig/NT-overview.eps}
\end{center}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\section{Networks}
% \subsection{Quality of Service}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{WR@CERN: VLANs}
\begin{center}
\includegraphics[width=1.1\textwidth]{fig/NT-VLANs.v2.eps}
\end{center}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\section{Networks}
% \subsection{Quality of Service}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{WR@CERN: Time distribution}
\begin{center}
\includegraphics[width=.7\textwidth]{fig/NT-timing.v2.eps}
\end{center}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\section{Networks}
% \subsection{Quality of Service}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{WR@GSI: Overview}
\begin{center}
\includegraphics[scale=0.30]{fig/gmt-at--fair.ppt.ps}
\end{center}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Status and Plans}
\subsection{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Status}
% Basic concept \includegraphics[width=.5cm]{fig/big-tick.ps}
% Implementation \includegraphics[width=.5cm]{fig/underconstruction.ps}
\begin{columns}[c]
\column{.5\textwidth}
\begin{block}{{\bf Synchronization Resilience}}
\includegraphics[width=.5cm]{fig/big-tick.ps}~~WRPTP support - improvements for further study \\
\includegraphics[width=.5cm]{fig/underconstruction.ps}~~Hardware support
\end{block}
\begin{block}{{\bf Deterministic Packet Delivery}}
\includegraphics[width=.5cm]{fig/big-tick.ps}~~Cut-through \\
\includegraphics[width=.5cm]{fig/underconstruction.ps}~~Separate resources \\
\includegraphics[width=.5cm]{fig/underconstruction.ps}~~Output queuing \\
\includegraphics[width=.5cm]{fig/underconstruction.ps}~~Optimization
\end{block}
\column{.5\textwidth}
\begin{block}{{\bf Data Resilience}}
\includegraphics[width=.5cm]{fig/big-tick.ps}~~FEC Encoder - more work \\
\includegraphics[width=.5cm]{fig/underconstruction.ps}~~FEC Decoder
\end{block}
\begin{block}{ {\bf Topology redundancy}}
\includegraphics[width=.5cm]{fig/big-tick.ps}~~Extensive study \\
\includegraphics[width=.5cm]{fig/underconstruction.ps}~~Hardware/software
\end{block}
\begin{block}{ {\bf Diagnostics}}
\includegraphics[width=.5cm]{fig/underconstruction.ps}~~Software
\end{block}
\end{columns}
% \begin{itemize}
% \item {\bf Synchronization Resilience} \\
%
% \includegraphics[width=.5cm]{fig/big-tick.ps}~~WRPTP support - improvements for further study \\
% \includegraphics[width=.5cm]{fig/underconstruction.ps}~~Hardware support
%
% \item {\bf Deterministic Packet Delivery} \\
%
% \includegraphics[width=.5cm]{fig/big-tick.ps}~~Cut-through \\
% \includegraphics[width=.5cm]{fig/underconstruction.ps}~~Separate resources \\
% \includegraphics[width=.5cm]{fig/underconstruction.ps}~~Output queuing \\
% \includegraphics[width=.5cm]{fig/underconstruction.ps}~~Optimization
%
% \item {\bf Data Resilience}\\
%
% \includegraphics[width=.5cm]{fig/big-tick.ps}~~FEC Encoder - need more work \\
% \includegraphics[width=.5cm]{fig/underconstruction.ps}~~FEC Decoder
%
% \item {\bf Topology redundancy} \\
%
% \includegraphics[width=.5cm]{fig/underconstruction.ps}~~Extensive study \\
% \includegraphics[width=.5cm]{fig/underconstruction.ps}~~Hardware/software
%
% \item {\bf Diagnostics} \includegraphics[width=.5cm]{fig/underconstruction.ps}
% \end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \section{Status and Plans}
% \subsection{Quality of Service}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Plans (for the nearest future)}
\begin{itemize}
\item {\bf Synchronization Resilience}
\begin{itemize}
\item Hardware - implementation of switch-over
\end{itemize}
\item {\bf Deterministic Packet Delivery}
\begin{itemize}
\item Hardware - re-implementation of Memory Management Unit
\item Hardware - optimization of SWcore/RTU
\end{itemize}
\item {\bf Topology redundancy}
\begin{itemize}
\item Hardware - implementation of Topology Resolution Unit
\item Hardware - modification of RTU
\item Software - implementation of daemon (PoC)
\end{itemize}
\item {\bf Diagnostics} - software
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{}
\subsection{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Thank you}
% \begin{center}
% Any questions ?
% \end{center}
\begin{center}
\includegraphics[height=6.0cm]{fig/playRabbit.ps}
\end{center}
\end{frame}
\end{document}