This commit is contained in:
David Schirrmeister 2025-04-08 10:35:04 +02:00
parent cbbfa95759
commit 43da28b3aa
2 changed files with 30 additions and 0 deletions

View File

@ -77,6 +77,9 @@
<toc-element toc-title="Theoretische Informatik">
<toc-element topic="01Einleitung.md"/>
</toc-element>
<toc-element toc-title="Rechnernetze">
<toc-element topic="00_RNIntroduction.md"/>
</toc-element>
<toc-element toc-title="Software Engineering">
<toc-element topic="00_Introduction.md"/>
<toc-element topic="01_ImplementingForMaintainability.md"/>

View File

@ -0,0 +1,27 @@
# Introduction
## Fachthemen
- OSI-, Hybrid und TCP/IP-Referenzmodell
- Datenkapselung / -entkapselung
- Sockets, Protokollgraph
- Hardwarebausteine bzw. Kopplungselemente
- ICMP, ARP, DHCP und DNS
- Strukturierte Verkabelung
- Kollisions- und Broadcast-Domäne
- Ethernet (IEEE 802.3) mit CSMA/CD
- Wireless LAN (IEEE 802.11) mit CSMA/CA und RTS/CTS
- Subnetting (IPv4), Berechnung kleiner Subnetze
- Routing versus Switching, VLAN, MPLS
- Sockets (Prozess-zu-Prozess-Kommunikation)
- 5er-Tupel (Quell-IP, Quell-Port, Ziel-IP, Ziel-Port, Transportprotokoll)
- Router, Routing Protokolle und Distance Vector Routing
- UDP(Header) und TCP(Header)
- TCP Verbindungsauf- und abbau
- TCP Flusskontrolle und Sliding Window
- TCP Fehlerbehandlung durch Go-Back-N und Selective Repeat
- TCP Slow Start und Congestion Avoidance
- FLow Control versus Congestion Control
- Silly-Window-Problem und Lösungen (Clarke und Nagle)
- Gute Abschätzungen für TCP Timeout (Jacobson/Karels)
- HTTP1.1 und HTTP2 über TLS und TCP
- HTTP3 über (TLS1.3 und QUIC) über UDP