This repository was archived by the owner on Mar 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
712 lines (702 loc) · 25.1 KB
/
index.html
File metadata and controls
712 lines (702 loc) · 25.1 KB
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
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
<!doctype html>
<!--
Welcome to the light side of the source, young padawan.
One step closer to learn something interesting you are...
____
_.' : `._
.-.'`. ; .'`.-.
__ / : ___\ ; /___ ; \ __
,'_ ""=-.:__;".-.";: :".-.":__;.-="" _`,
:' `.t""=-.. '<@.`;_ ',@:` ..-=""j.' `;
`:-.._J '-.-'L__ `-.-' L_..-;'
"-.__ ; .-" "-. : __.-"
L ' /.======.\ ' J
"-. "__" .-"
__.l"-:_JL_;-";.__
.-j/'.; ;"""" / .'\"-.
.' /:`. "-.: .-" .'; `.
.-" / ; "-. "-..-" .-" : "-.
.+"-. : : "-.__.-" ;-._ \
; \ `.; ; : : "+. ;
: ; ; ; : ; : \:
; : ; : ;: ; :
: \ ; : ; : ; / ::
; ; : ; : ; : ;:
: : ; : ; : : ; : ;
;\ : ; : ; ; ; ;
: `."-; : ; : ; / ;
; -: ; : ; : .-" :
:\ \ : ; : \.-" :
;`. \ ; : ;.'_..-= / ;
: "-. "-: ; :/." .' :
\ \ : ;/ __ :
\ .-`.\ /t-"" ":-+. :
`. .-" `l __/ /`. : ; ; \ ;
\ .-" .-"-.-" .' .'j \ / ;/
\ / .-" /. .'.' ;_:' ;
:-""-.`./-.' / `.___.'
\ `t ._ /
"-.t-._:'
-->
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="shortcut icon" type="image/x-icon" href="ressources/favicon.ico">
<title>Netzwerktechnik - Gruppe Routing</title>
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="dist/theme/black.css" id="theme">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="plugin/highlight/monokai.css" id="highlight-theme">
<!-- Bootstrap-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</head>
<body>
<div class="scriptsVARIABLES">
<script>
let lisaIcon = "🧬"; // 💂
let nicoIcon = "🦙"; // 🦙
let dannyIcon = "🤓"; // 🤓
let paulicon = "👻"; // 👻
</script>
</div>
<div class="reveal">
<!-- Footer && <Header -->
<style>
.reveal .footer {
position: absolute;
bottom: 1em;
left: 1em;
font-size: 0.5em;
}
.header{
position: absolute;
top: 1em;
right : 1em;
}
.troll{
position: absolute;
top: 10px;
right : 10px;
font-size: 12px;
}
.persons{
position: absolute;
top: 20px;
left : 15px;
}
h1,h2,h3,h4,h5,h6{
padding-top: 2%;
}
.li__main--topic {
color: #e74c3c;
font-weight: bold;
}
ul li::marker {
content: '🧭 ';
}
</style>
<div class='footer'>
TINF19B4 <br>
23.06.2021 <br>
Lisa Kletsko & Nico Holzhäuser & Danny Kroll & Paul Wolf
</div>
<div id="persons" class="persons"><script>document.write(lisaIcon)</script></div>
<!-- Slides -->
<div class="slides" id="organisatorisches">
<!-- Introduction -->
<section>
<p>
<img style="width: 20%" src="./ressources/images/way.png">
</p>
<h2> ❤ - Willkommen zu unserer <br>Präsentation</h2>
</section>
<!-- Dividing -->
<section>
<h3>Sprecher</h3>
<p>
↖ Jedes Symbol steht für einen anderen Sprecher
<ul style="list-style-type: none">
<li><script>document.write(lisaIcon)</script> → Lisa Kletsko</li>
<li><script>document.write(nicoIcon)</script> → Nico Holzhäuser</li>
<li><script>document.write(dannyIcon)</script> → Danny Kroll</li>
<li><script>document.write(paulicon)</script> → Paul Wolf</li>
</ul>
</p>
</section>
<!-- ToC -->
<section>
<h2 style="padding-top: 1%">Inhalt</h2>
<ol type="1" style="font-size:60%;">
<li class="li__main--topic">Statisches Routing</li>
<ol>
<li>Einführung</li>
<li>Beispiel einer statischen Routingtabelle</li>
<li>Vor-/Nachteile</li>
</ol>
<li class="li__main--topic">Dynamisches Routing</li>
<ol>
<li>Was ist dynamisches Routing</li>
<li>Erstellungsprozess einer dynamischen Routingtabelle anhand eines Beispiels</li>
<li>Vor-/Nachteile</li>
</ol>
<li class="li__main--topic">Das Routing Protokoll im Vergleich - RIP vs. OSPF</li>
<ol>
<li>Erläuterung RIP</li>
<li>Erläuterung OSPF</li>
<ol>
<li>Austauschformat LSA</li>
</ol>
<li>Routingprotokolle im Vergleich</li>
</ol>
</ol>
</section>
</div>
<!--
_______ ______ __________________ _______ _______
( ____ \( __ \ \__ __/\__ __/ ( )( ____ \
| ( \/| ( \ ) ) ( ) ( | () () || ( \/
| (__ | | ) | | | | | | || || || (__
| __) | | | | | | | | | |(_)| || __)
| ( | | ) | | | | | | | | || (
| (____/\| (__/ )___) (___ | | | ) ( || (____/\
(_______/(______/ \_______/ )_( |/ \|(_______/
-->
<div class="slides" id="refresher">
<section>
<h1>Was ist eigentlich Routing 👶 ?</h1>
<ul>
<li>Das Finden des passenden und schnellsten Pfades zum Ziel <br> (zum Beispiel von Deinem Rechner zu google.com)</li>
<li>"Schnelligkeit" wird über ein Metric Value bestimmt, wie zum Beispiel die Anzahl der Hops</li>
</ul>
</section>
</div>
<div class="slides" id="Statisches Routing">
<section>
<h1>Statisches Routing</h1>
</section>
<section>
<h3 style="color: #e74c3c;">Grundlegende Funktionsweise des Statischen Routings</h3>
<ul>
<li>Vorher festgelegte Routen werden verfolgt</li>
<li>Abweichungen im Standard nicht vorhergesehen</li>
<li>Bei Verlust einer Teilroute erfolgt ein Totalausfall</li>
<li>Rückrouten müssen <b>auch</b> konfiguriert werden!</li>
</ul>
</section>
<section>
<section>
<h1>Beispiel : Statischen Routen</h1>
<img height="600px" src="ressources/images/StatischesRouting/StatischesRouting.png">
</section>
<section>
<h2>Einrichten einer Statischen Route am Beispielrouter A</h2>
Die aktuelle Routing Tabelle kann mit diesem Befehl angesehen werden <br>
<pre>
<code data-trim data-noescape>
ip route show
</code>
</pre>
Windows Befehl <br>
<pre>
<code data-trim data-noescape>
route print
</code>
</pre>
Sample Output <br>
<pre>
<code data-trim data-noescape>
192.168.2.0/24 dev eth1 proto kernel scope link src 192.168.2.1
192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.2
default via 192.168.1.254 dev eth0
</code>
</pre>
</section>
<section>
<h2>Einrichten einer Statischen Route am Beispielrouter A</h2>
Eine statische Route kann mit den Befehl angelegt werden <br>
<pre>
<code data-trim data-noescape>
ip route add {NETWORK} via {IP} dev {DEVICE}
</code>
</pre> <br>
Konkretes Beispiel
<pre>
<code data-trim data-noescape>
ip route add 192.168.55.0/24 via 192.168.1.254 dev eth1
</code>
</pre>
Hierbei wird das Netzwerk <b>192.168.55.0/24</b> über die Adresse <b>192.168.1.254</b> über den Adapter <b>eth1</b> erreichbar gemacht
<br>
<br>
Somit sollen die entfernten Netze erreichbar gemacht werden
</section>
<section>
<h2>Beispiel am Router A</h2>
<img src="ressources/images/StatischesRouting/StatischesRoutingMehrRouter.png">
<pre>
<code data-trim data-noescape>
A : ip route add 10.10.30.0/24 via 172.16.250.2 dev eth1
A : ip route add 10.10.20.0/24 via 172.16.250.2 dev eth1
</code>
</pre>
</section>
<section>
<h2>Konkrete Problemstellung</h2>
<img height="20%" src="ressources/images/StatischesRouting/StatischesRoutingMehrRouterFragestellungOhneLoesung.png">
</section>
<section>
<h2>Konkrete Problemstellung - Lösung</h2>
<img width="30%" src="ressources/images/StatischesRouting/StatischesRoutingMehrRouterFragestellung.png">
</section>
<section>
<h1>Error beim Statischen Routing</h1>
<img height="600px" src="ressources/images/StatischesRouting/StatischesRoutingError1.png">
</section>
</section>
<section>
<h3>Vor-/Nachteile von Statischem Routing</h3>
<table>
<thead>
<td>Vorteile</td>
<td>Nachteile</td>
</thead>
<tr>
<td>In kleinen Netzen leicht konfigurierbar</td>
<td>Schwere Einrichtung bei größeren Netzen</td>
</tr>
<tr>
<td>Kein "Overhead" von Routing Protokollen</td>
<td>Routing Loops</td>
</tr>
<tr>
<td>Leicht auf Subnetze zu konfigurieren</td>
<td>Teilroutenausfall → Ausfall komplette Route</td>
</tr>
<tr>
<td>Sicher</td>
<td>Unflexibel bei Situation wie Überlastung von <br>Übertragungsstrecken
oder Verbindungsunterbrechungen</td>
</tr>
</table>
</section>
</div>
<div class="slides" id="Dynamisches Routing">
<section>
<h1>Dynamisches Routing</h1>
</section>
<section>
<h3 style="color: #e74c3c;">Grundlegende Funktionsweise des Dynamischen Routings</h3>
<ul>
<li>Routingtabellen werden an weitere Router ausgetauscht</li>
<li>Dynamische Erstellung der <b>kürzesten</b> Route durch diese gesendeten Routingtabellen</li>
<li>Router selbst kann nur an Nachbarn senden</li>
</ul>
</section>
<section>
<section>
<h3>Beispiel: Dynamisches Routing 1</h3>
<img src="ressources/images/DynamischesRouting/DynamischesRoutingAufgabe.png">
</section>
<section>
<h3>Beispiel: Dynamisches Routing 1</h3>
<img src="ressources/images/DynamischesRouting/DynamischesRouting0.png">
</section>
<section>
<h3>Beispiel: Dynamisches Routing 1</h3>
<img src="ressources/images/DynamischesRouting/DynamischesRouting1.png">
</section>
<section>
<h3>Beispiel: Dynamisches Routing 1</h3>
<img src="ressources/images/DynamischesRouting/DynamischesRouting2.png">
</section>
<section>
<h3>Beispiel: Dynamisches Routing 1</h3>
<img src="ressources/images/DynamischesRouting/DynamischesRouting3.png">
</section>
</section>
<section>
<section>
<h3>Beispiel: Dynamisches Routing 2</h3>
<img src="ressources/images/DynamischesRouting/DynamischesRoutingWithGewichtungAufgabe.png">
<br>
<br>
<br>
<br>
<br>
<p>
Anmerkung : <br>
Bei RIP beträgt die maximale Anzahl von Hops <u><b>15</b></u>. <br>
Diese Bedingung wird bei dieser Aufgabe zur besseren Veranschaulichung <b>NICHT</b> beachtet.
</p>
</section>
<section>
<h3>Beispiel: Dynamisches Routing 2</h3>
<img src="ressources/images/DynamischesRouting/DynamischesRoutingWithGewichtung1.png">
</section>
<section>
<h3>Beispiel: Dynamisches Routing 2</h3>
<img src="ressources/images/DynamischesRouting/DynamischesRoutingWithGewichtung2.png">
</section>
<section>
<h3>Beispiel: Dynamisches Routing 2</h3>
<img src="ressources/images/DynamischesRouting/DynamischesRoutingWithGewichtung3.png">
</section>
<section>
<h3>Beispiel: Dynamisches Routing 2</h3>
<img src="ressources/images/DynamischesRouting/DynamischesRoutingWithGewichtung4.png">
</section>
<section>
<h3>Beispiel: Dynamisches Routing 2</h3>
<img src="ressources/images/DynamischesRouting/DynamischesRoutingWithGewichtung5.png">
</section>
<section>
<h3>Beispiel: Dynamisches Routing 2</h3>
<img src="ressources/images/DynamischesRouting/DynamischesRoutingWithGewichtungBEISPIEL_E.png">
</section>
</section>
<section>
<h3>Vor-/Nachteile von Dynamischem Routing</h3>
<table>
<thead>
<td>Vorteile</td>
<td>Nachteile</td>
</thead>
<tr>
<td>Leicht skalierbar</td>
<td>Erfordert erstmalige Konfiguration</td>
</tr>
<tr>
<td>Keine manuelle "Definition" der Routen</td>
<td>Rechenintensiv</td>
</tr>
<tr>
<td>Neue Routen werden automatisch hinzugefügt</td>
<td>variierende Konvergenzzeiten</td>
</tr>
<tr>
<td></td>
<td>Sicherheitsproblem</td>
</tr>
</table>
</section>
</div>
<div class="slides" id="Routing-Protokolle im Vergleich">
<section>
<h1>Routing-Protokolle im Vergleich</h1>
<h1>RIP vs. OSPF</h1>
</section>
<section>
<section>
<h1>Routingprotokoll - RIP</h1>
<h3><u>R</u>outing <u>I</u>nformation <u>P</u>rotocol</h3>
<aside class="notes">
<a href="https://www.ip-insider.de/was-ist-rip-routing-information-protocol-a-905654/">Help Me</a>
</aside>
</section>
<section>
<h3>Grundsätzliches</h3>
<ul>
<li>RIP ist ein Distance - Vektor - Protocol</li>
<ul>
<li>bestimmen Erreichbarkeit eines Ziels mithilfe eines Vektors</li>
<li>Aufteilung des Vektors in </li>
<ol>
<li>Informationen über die Richtung (Routinginterface zum nächsten Hop)</li>
<li>Entfernung (Anzahl der Hops)</li>
</ol>
<li>Vektor wird an andere Router verschickt</li>
</ul>
<li>RIP ist ein Interior-Gateway-Protokoll für Routing <b>IN</b> einer Domäne</li>
</ul>
</section>
<section>
<h3>Funktionsweise von RIP</h3>
<ul>
<li>Zu Beginn kennt Router nur seine direkten Nachbarn</li>
<li>=> Sendet diesen seine Routingtabelle</li>
<li>Durch diesen Austausch entsteht im Router eine Routingtabelle</li>
<li>Wiederholung in regelmäßigen Abständen</li>
</ul>
</section>
<section>
<h1>Paketaufbau in Wireshark</h1>
<img height="590px" src="ressources/images/RIP/RIP.png"> <br>
Hierbei wurde der PCAP "RIPv2" verwendet dieser ist <a href="https://github.com/Unk3wn/Netzwerktechnik/tree/master/ressources/PCAP/RIP">HIER</a> zu finden.
<aside class="notes">
<a href="https://packetlife.net/captures/">Help Me</a>
</aside>
</section>
</section>
<section>
<section>
<h1>Routingprotokoll - OSPF</h1>
<h3><u>O</u>pen <u>S</u>hortest <u>P</u>ath <u>F</u>irst</h3>
<aside class="notes">
<a href="https://www.ip-insider.de/was-ist-ospf-open-shortest-path-first-a-905626/">Help Me</a>
</aside>
</section>
<section>
<h3>Grundsätzliches</h3>
<ul>
<li>OSPF ist ein Link-State-Protokoll</li>
<ul>
<li>Router tauschen untereinander Link-State-Informationen aus</li>
<ul>
<li>=> daraus kann eine Topologie-Datenbank des Netzwerks aufgebaut werden</li>
</ul>
<li>Ausgehend dieser Datenbank kann jeder Router die kürzeste Route <b>SELBST</b> bestimmen</li>
<ul>
<li>=> Verschiedene Algorithmen zur Bestimmung denkbar (Dijkstra)</li>
</ul>
<li>Aus diesen Informationen wird eine Routingtabelle zusammen gestellt</li>
</ul>
<li>OSPF ist ein Interior-Gateway-Protokoll für Routing <b>IN</b> einer Domäne</li>
</ul>
</section>
<section>
<h3>Funktionsweise von OSPF</h3>
<ul>
<li>Zentrales Element : <b>Topologie Datenbank</b></li>
<ul>
<li>=> Aufbau aus den Daten, welche die Router austauschen</li>
<li>=> Daten beinhalten die lokale Sicht des Routers auf das Netzwerk</li>
<li>=> incl. Routerinterfaces der erreichbaren Nachbarn an <b>alle</b> Router im Netz</li>
</ul>
<li>Auf Basis der Topologie Datenbank wird mit Hilfe eines Algorithmus der kürzeste Weg berechnet</li>
<ul>
<li>=> Aus diesen Daten wird die Routingtabelle erstellt</li>
</ul>
</ul>
</section>
<section>
<h1>Paketaufbau in Wireshark</h1>
<img height="590px" src="ressources/images/LSA/OSPFUpdate.png"> <br>
Hierbei wurde der PCAP "OSPF_LSA_types.cap" verwendet dieser ist <a href="https://github.com/Unk3wn/Netzwerktechnik/tree/master/ressources/PCAP/OSPF" target="_blank">HIER</a> zu finden.
<aside class="notes">
<a href="https://packetlife.net/captures/">Help Me</a>
</aside>
</section>
<section>
<h1>Austauschformat</h1>
<h3>Link State Advertisements</h3>
</section>
<section>
<h3>Austauschformat</h3>
LSAs abhängig von Routertypen und Netzbereichen <br>
<p>
<ol>
<li>Type : Router LSA</li>
<li>Type : Network LSA</li>
<li>Type : Summary LSA</li>
<li>Type : Summary ASBR LSA</li>
<li>Type : Autonomous system external LSA</li>
<li>Type : Multicast LSA</li>
<li>Type : Not-so-stubby area LSA</li>
<li>Type : External attribute LSA for BGP</li>
</ol>
</p>
<p>
<a href="https://networklessons.com/ospf/ospf-lsa-types-explained">Weiterführende Informationen</a>
</p>
</section>
<section>
<h2>Router LSA</h2>
<img src="./ressources/images/LSA/lsa.png">
<p>
Jeder Router im Netzwerk sendet ein <b>type 1 router LSA</b> im Netzwerk. <br>
In dieser LSA ist eine Liste aller direkt verbundenen Links des aktuellen Routers enthalten.
</p>
</section>
<section>
<h2>Router LSA - Aufbau</h2>
<u>Wie identifizieren wir einen Link ?</u> <br>
<ul>
<li>Mit Hilfe des IP Prefix auf dem Interface</li>
<li>Mit Hilfe des Link Types</li>
<ul>
<li> Es gibt 4 verschiedene Link Typen <br>
<table>
<thead>
<th>Link Type</th>
<th>Description</th>
<th>Link ID</th>
</thead>
<tr>
<td>1</td>
<td>Point-to-point connection to another router.</td>
<td>Neighbor router ID</td>
</tr>
<tr>
<td>2</td>
<td>Connection to transit network.</td>
<td>IP address of DR</td>
</tr>
<tr>
<td>3</td>
<td>Connection to stub network.</td>
<td>IP Network</td>
</tr>
<tr>
<td>4</td>
<td>Virtual Link</td>
<td>Neighbor router ID</td>
</tr>
</table>
</li>
</ul>
</ul>
</section>
<section>
<h1>Paketaufbau in Wireshark - LSA 1</h1>
<img height="590px" src="ressources/images/LSA/lsa1.png"> <br>
Hierbei wurde der PCAP "OSPF_LSA_types.cap" verwendet dieser ist <a href="https://github.com/Unk3wn/Netzwerktechnik/tree/master/ressources/PCAP/OSPF" target="_blank">HIER</a> zu finden.
<aside class="notes">
<a href="https://packetlife.net/captures/">Help Me</a>
</aside>
</section>
</section>
<section>
<section>
<h1>Routingprotokoll im Vergleich</h1>
</section>
<!--
<section>
<h3>Abgrenzung von RIP zu OSPF</h3>
<ul>
<li>RIP ist ein Link-State-Protokoll</li>
<li>"einfaches" Routingprotokoll für kleinere Netze</li>
<li>Routingtabellen verursachen bei großen Netzwerken viel Daten-Traffic</li>
<li>Lange Konvergenz bei Routenänderungen (im Minutenbereich)</li>
<li>keine Schleifenfreiheit gegeben</li>
</ul>
<aside class="notes">
<a href="https://www.ip-insider.de/was-ist-ospf-open-shortest-path-first-a-905626/">Help Me</a>
<br>
Im Gegensatz zu OSPF ist RIP ein Distance-Vector-Protokoll. Es handelt sich um ein sehr einfaches Routingprotokoll, das in kleineren Netzwerken zum Einsatz kommt. RIP speichert in seiner Routingtabelle die Zieladresse, das zugehörige abgehende Routerinterface und die Anzahl der Hops bis zum Ziel.
<br>
Diese Infos versendet der Router in festen regelmäßigen Abständen an alle weiteren benachbarten Router des Netzwerks. Je größer das Netz und je mehr Router vorhanden sind, desto größer ist der durch RIP verursachte Datenverkehr. Fällt eine Verbindung oder eine Route aus, kann es relativ lange dauern, bis sich die Information im Netzwerk verteilt hat.
<br>
Darüber hinaus kann RIP keine Routing-Schleifenfreiheit sicherstellen, da jeder Router nur die Vektoren zum Ziel und nicht die Topologie des Netzwerks kennt. OSPF-Router hingegen kennen die Netztopologie und können beste Wege zu einem Ziel nicht nur auf Basis von Hops, sondern auch unter Berücksichtigung weiterer Netzwerkinformationen wie Kosten und Bandbreiten bestimmen.
<br>
</aside>
</section>
<section>
<h3>Abgrenzung von OSPF zu RIP</h3>
<ul>
<li>eignet sich für größere Netze</li>
<li>schnelle Konvergenz</li>
<li>hierarchische Topologien werden erfasst</li>
<li>Metriken wie Brandbreiten, Auslastung oder Kosten werden berücksichtigt</li>
<li>verhindert Routingschleifen</li>
<li>Austausch der Routinginformationen benötigt wenig Bandbreite</li>
</ul>
<aside class="notes">
<a href="https://www.ip-insider.de/was-ist-rip-routing-information-protocol-a-905654/">Help Me</a>
<br>
Im Gegensatz zu RIP ist OSPF (Open Shortest Path First) ein Link-State-Protokoll. OSPF eignet sich auch für größere Netze, erlaubt hierarchische Topologien und bietet eine schnelle Konvergenz. Die Router kennen jeweils die komplette Topologie des Netzwerks und können selbst beste Wege zu einem Ziel basierend auf unterschiedlichen Metriken wie Bandbreiten, Auslastung oder Kosten bestimmen. Open Shortest Path First verhindert Routingschleifen und benötigt selbst in großen Netzen nur wenig Bandbreite für den Austausch der Routinginformationen.
<br>
</aside>
</section>
<section>
<h1>Vergleich beider Interior-Gateway-Protokolle</h1>
</section>
-->
<section>
<table style="margin-top: 77px;text-align: center">
<thead>
<th>Vergleichspunkt</th>
<th>RIP</th>
<th>OSPF</th>
</thead>
<tr>
<td>Netzgröße</td>
<td>für kleine Netze geeignet</td>
<td>für große Netzwerke geeignet</td>
</tr>
<tr>
<td>Komplexität</td>
<td>👍 rudimentär</td>
<td>👎 komplex</td>
</tr>
<tr>
<td>Netzwerktopologie</td>
<td>👎 wird nicht erfasst</td>
<td>👍 erfasst die Netzwerktopologie</td>
</tr>
<tr>
<td>Konvergenz</td>
<td>👎 sehr langsam</td>
<td>👍 schnell</td>
</tr>
<tr>
<td>Routenberechnung (Algorithmus)</td>
<td>👎 -</td>
<td>👍 viele unterschiedliche Algorithmen denkbar</td>
</tr>
<tr>
<td>Einfluss von Metriken</td>
<td>👎 -</td>
<td>👍 Einfluss von Bandbreite, Auslastung <br>oder Kosten denkbar</td>
</tr>
<tr>
<td>Routingschleifen</td>
<td>👎 werden nicht verhindert</td>
<td>👍 aktive Verhinderung</td>
</tr>
<tr>
<td>Bandbreite beim Austausch <br> der Routinginformationen</td>
<td>👎 skaliert Exponentiell mit Netzgröße</td>
<td>👍 gering</td>
</tr>
</table>
</section>
</section>
</div>
<div class="slides" id="endslide">
<section>
<h1>Vielen Dank für eure <br> Aufmerksamkeit! ❤️</h1>
<br>
<p>Schaut auch gerne in unseren <a target="_blank" href="https://github.com/Unk3wn/Netzwerktechnik/master/index.html">Presentation - Code</a> und <a target="_blank" href="https://revealjs.com/">reveal.js</a></p>
<p>Alle Wireshark PCAPs sind <a href="https://github.com/Unk3wn/Netzwerktechnik/tree/master/ressources/PCAP">HIER</a> zu finden und haben ihren Ursprung bei <a href="https://packetlife.net/captures/category/routing-protocols">PacketLife</a> </p>
</section>
</div>
<!-- NO CHANGING AFTER HERE -->
</div>
<div id="scripts">
<script src="dist/reveal.js"></script>
<script src="plugin/notes/notes.js"></script>
<script src="plugin/markdown/markdown.js"></script>
<script src="plugin/highlight/highlight.js"></script>
<script>
// More info about initialization & config:
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
showNotes: "true",
// Learn about plugins: https://revealjs.com/plugins/
plugins: [RevealMarkdown, RevealHighlight, RevealNotes]
});
Reveal.on( 'slidechanged', event => {
if(event.indexh == 3 || event.indexh == 15 && event.indexv > 2){
document.getElementById("persons").innerHTML = lisaIcon;
}
if(event.indexh == 8){
document.getElementById("persons").innerHTML = nicoIcon;
}
if(event.indexh == 13 || event.indexh == 16 && event.indexv < 2){
document.getElementById("persons").innerHTML = dannyIcon;
}
if(event.indexh == 15 || event.indexh == 16 && event.indexv == 2){
document.getElementById("persons").innerHTML = paulicon;
}
});
</script>
</div>
</body>
</html>