Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

NET - Cheatsheet #131

wants to merge 1 commit into from

Conversation

Steve2955
Copy link
Member

Das war damals der Inhalt meines Cheatsheets.

@Steve2955
Copy link
Member Author

NET-1
NET-2

Copy link
Member

@jsuesse jsuesse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

überflogen

Copy link
Member

@photovoltex photovoltex left a 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 lieber local oder lokal nehmen sollte. (bevorzuge local 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Unicast: Addressierung eines Empfängers
- Unicast: Adressierung eines Empfängers


----------------------------------------------------------------------------------

# Transportschicht: Ende zu Ende Kommunikation zw. Prozessen durch Bereitstellung von Ports als Addressierungsmöglichkeit
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# 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
Copy link
Member

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

evtl RBridges ausschreiben?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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
Copy link
Member

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?

Comment on lines +74 to +75
- Anycast: Addr. Gruppe + Einer antwortet (DNS)
- Multicast: Addr. Gruppe + Alle antworten
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# IPv6-Addr. [addr]:port
# IPv6-Adr. [addr]:port

- Multicast: Addr. Gruppe + Alle antworten

# NDP (Funktionen)
- Ermitteln verfügbarer Router
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Ermitteln verfügbarer Router
- Ermitteln verfügbaren Router

Copy link
Member

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
-- 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

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
-- 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants