-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NET - Cheatsheet #131
base: main
Are you sure you want to change the base?
NET - Cheatsheet #131
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
überflogen
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Address und Adress war inskonsistend, Vorschläge bereits in der Review
- Link-
lokal
und Link-local
ist noch etwas inkonsistend bin mir aber nicht sicher ob man lieberlocal
oderlokal
nehmen sollte. (bevorzugelocal
aber das ist weniger vertreten als lokal deswegen nur ein Kommentar hier) - Markdown noch als Endung plz
ansonsten vielen Dank :D
# IPv6-Addr. [addr]:port | ||
- Präfix + Interface Identifier | ||
- 8*(4*16bit): Nullen einmalig durch :: abkürzbar | ||
- Unicast: Addressierung eines Empfängers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Unicast: Addressierung eines Empfängers | |
- Unicast: Adressierung eines Empfängers |
|
||
---------------------------------------------------------------------------------- | ||
|
||
# Transportschicht: Ende zu Ende Kommunikation zw. Prozessen durch Bereitstellung von Ports als Addressierungsmöglichkeit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Transportschicht: Ende zu Ende Kommunikation zw. Prozessen durch Bereitstellung von Ports als Addressierungsmöglichkeit | |
# Transportschicht: Ende zu Ende Kommunikation zw. Prozessen durch Bereitstellung von Ports als Adressierungsmöglichkeit |
|
||
# VLANs: logische Separation von Netzen (kleiner Broadcast-Domäne) | ||
- port: Endgeräte -> keine VLAN-Tag Unterstützung | ||
- tag: Port in mehreren VLANs -> zw. Switch, Router (2^12) − 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(2^12) − 2
was ist den hiermit gemeint? hängt da irgendwie sehr allein ohne Kontex (meiner Meinung)
|
||
# TRILL: Routing auf L2 -> Nutzung aller Pfade | ||
- Kapselung von Frames in Trill-Header | ||
- IS-IS zw. RBridges -> Hop-Count gegen Zyklen |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
evtl RBridges
ausschreiben?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- IS-IS zw. RBridges -> Hop-Count gegen Zyklen | |
- IS-IS zw. Root Bridges -> Hop-Count gegen Zyklen |
|
||
# IPv6-Addr. [addr]:port | ||
- Präfix + Interface Identifier | ||
- 8*(4*16bit): Nullen einmalig durch :: abkürzbar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8*(4*16bit)
was ist hiermit den gemeint?
- Anycast: Addr. Gruppe + Einer antwortet (DNS) | ||
- Multicast: Addr. Gruppe + Alle antworten |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Anycast: Addr. Gruppe + Einer antwortet (DNS) | |
- Multicast: Addr. Gruppe + Alle antworten | |
- Anycast: Adr. Gruppe + Einer antwortet (DNS) | |
- Multicast: Adr. Gruppe + Alle antworten |
- Kommunikation von Fehlern und Statusinfos in Netzwerken | ||
- z.B. Echo Reply, Dest. Unreachable, Router Advertisement, ... | ||
|
||
# IPv6-Addr. [addr]:port |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# IPv6-Addr. [addr]:port | |
# IPv6-Adr. [addr]:port |
- Multicast: Addr. Gruppe + Alle antworten | ||
|
||
# NDP (Funktionen) | ||
- Ermitteln verfügbarer Router |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Ermitteln verfügbarer Router | |
- Ermitteln verfügbaren Router |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hier geht beides, glaube ich:
- das Ermitteln der verfügbaren Router
- das Ermitteln verfügbarer Router
# SLAAC | ||
- Phase 1: Erzeugung Link-local Adresse | ||
-- Erzeugung von Interface Identifier aus MAC/Privacy Extension | ||
-- Beitritten der All-Nodes-Multicast-Adresse + Solicited-Node-Multicast-Adresse der erzeugten Link-lokalen Adresse |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-- Beitritten der All-Nodes-Multicast-Adresse + Solicited-Node-Multicast-Adresse der erzeugten Link-lokalen Adresse | |
-- Beitretten der All-Nodes-Multicast-Adresse + Solicited-Node-Multicast-Adresse der erzeugten Link-lokalen Adresse |
kann mich hier auch irren
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-- Beitritten der All-Nodes-Multicast-Adresse + Solicited-Node-Multicast-Adresse der erzeugten Link-lokalen Adresse | |
-- Beitreten der All-Nodes-Multicast-Adresse + Solicited-Node-Multicast-Adresse der erzeugten Link-lokalen Adresse |
Dann nicht eher so?
Das war damals der Inhalt meines Cheatsheets.