fix broken dns tree and port connector, full-bleed handshake and dns-lookup slides, siezen in all demos, first-letter sizing

This commit is contained in:
2026-04-20 12:06:04 +02:00
parent c45ddc779c
commit 0367f07166
17 changed files with 89 additions and 81 deletions

View File

@@ -827,12 +827,11 @@ SPEAKER NOTES:
<!-- _footer: '' -->
<!-- _paginate: false -->
# Der DNS-Lookup
![w:1100 center](./assets/demos/dns-lookup.png)
![bg fit](./assets/demos/dns-lookup.png)
<!--
SPEAKER NOTES:
- Titel: Der DNS-Lookup
- Kompletter Ablauf (wenn nichts gecached)
- Resolver = typisch beim Provider, macht Arbeit
- Root → .de-Server → HdM-NS → IP
@@ -933,14 +932,12 @@ SPEAKER NOTES:
<!-- _footer: '' -->
<!-- _paginate: false -->
# Der 3-Way-Handshake
![w:1050 center](./assets/demos/tcp-handshake.png)
**SYN** = Synchronize · **ACK** = Acknowledge
![bg fit](./assets/demos/tcp-handshake.png)
<!--
SPEAKER NOTES:
- Titel: Der 3-Way-Handshake
- SYN = Synchronize, ACK = Acknowledge
- 3 Pakete → Verbindung steht
- 1. Client SYN: "Will Verbindung, starte bei 1000"
- 2. Server SYN-ACK: "OK, ich starte bei 5000, erwarte 1001"