CN1

Computernetze 1

Computernetze 1


Set of flashcards Details

Flashcards 179
Language Deutsch
Category Computer Science
Level University
Created / Updated 02.01.2020 / 09.01.2020
Weblink
https://card2brain.ch/box/20200102_cn1
Embed
<iframe src="https://card2brain.ch/box/20200102_cn1/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>

Wie heisst der 1 Layer im OSI Modell?

Physical

Wie heisst der 2 Layer im OSI Modell?

Data Link

Wie heisst der 3 Layer im OSI Modell?

Network

Wie heisst der 4 Layer im OSI Modell?

Transport

Wie heisst der 5 Layer im OSI Modell?

Session

Wie heisst der 6 Layer im OSI Modell?

Presentation

Wie heisst der 7 Layer im OSI Modell?

Application

Was sind die beiden wichtigsten Protokolle im Transport Layer?

UDP und TCP

Was heisst OSI ausgeschrieben?

Open Systems Interconnections

Welche Arten von Multiplexierung gibt es?

  • Zeitmultiplexierung
  • Raummultiplexierung
  • Frequenz
  • Codemultiplexierung
  • Wellenlängenmultiplexierung

Wofür steht CSMA/CD?

Carrier Sense Multiple Access with Collision Detection

Was passiert wenn im Netz eine Collision auftritt?

  • Ein 'jam signal' wird ausgesendet welches alle Teilnehmer über die Collision informiert
  • Random backoff algorithm
  • Geräte senden nicht bis backoff timer ausläuft
  • Alle hosts haben gleiche Priorität nachem Timer ausgelaufen

Wie lange ist das Preamble in Bytes?

7

Wie lange ist der Start Frame Delimiter in Bytes?

1

Wie lange ist die Destination MAC Address in Bytes?

6

Wie lange ist die Source MAC Address in Bytes?

6

Wie lange ist der Type des Ethernet II Frame in Bytes?

2

Wie lange sind Data and Pad des Ethernet II Frame in Bytes?

46-1500

Wie lange ist die Frame Check Sequence (FCS) des Ethernet II Frame in Bytes?

4

Worauf basiert Switching?

Destination MAC-Address

Folgende Beschreibung passt auf welchen Begriff:

 

"If the destination MAC address is found in the MAC table, the switch sends
the frame out the port that is associated with that destination MAC address
in the table."

 

Folgende Beschreibung passt auf welchen Begriff:

"If the destination MAC address is not in the MAC table (unknown unicast),
the switch sends the frame out all other ports that are in the same broadcast
domain as the received frame."

 

Folgende Beschreibung passt auf welchen Begriff:

"If the associated port to send the frame out is the same port that the frame
originally came in on, there is no need to send the frame back out that same
port, and the frame is ignored."

 

Wofür steht ARP?

Address Resolution Protocol

Welchen 'Cast'-Typ ist ein ARP Request zu Beginn?

Weshalb wird das Spanning Tree Protocol benötigt?

Um Schleifen innerhalb des Netzwerks zu verhindern.

Was ist das Ziel des Spanning Tree Protocols?

Loop-freie Netzwerke zu erstellen.

Wie heissen Messages welche das STP verwendet?

bridge protocol data units (BPDU)

Welche Typen von BPDU gibt es?

  • Hello or configuration
    • Sent by root bridge
  • Topology change notification
    • Sent by switch to root
    • annouces changes in topology

Welche Felder verwendet der comparision algorithm des STPs?

  • Bridge ID
  • Root path cost
  • Port ID

Beschreibe den Begriff Bridge ID im Zusammenhang mit STP.

Defautl Wert ist 32768 (8000 in Hex)

Kombination aus transmitting bridge priority und transmitting MAC address

Beschreibe den Begriff Root path cost im Zusammenhang mit STP.

Distanz bis zum root als Angabe der Summe der spanning-Tree-cost.

Beschreibe den Begriff Port ID im Zusammenhang mit STP.

Default-Wert ist 128

Kombination aus transmitting port priority und transmitting port number.

Welche Definitionen wird der comparision algorithm des STPs machen?

  • root bridge
  • root ports
  • designated ports

In welchen States können Ports sein? (STP)

  • Blocked
  • Listening
  • Learning
  • Forwarding
  • Shutdown / Disabled

Beschreibe den Portzustand Blocked (STP)

  • Port can receive but not transmit BPDUs
  • Does not transmit or forward data frames

Welcher Portzustand (STP) wird hier beschrieben?

  • Port can receive but does not transmit BPDUs
  • Does not transmit or forward data frames

Beschreibe den Portzustand Listening (STP)

  • Port receives and processes BPDUs but does not forward data frames
  • Port starts sending BPDUs

Welcher Portzustand (STP) wird hier beschrieben?

  • Port receives and processes BPDUs but does not forward data frames
  • Port starts sending BPDUs

Beschreibe den Portzustand Learning (STP)

  • This state is similar to listening except that the port is MAC learning