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>

Welcher Portzustand (STP) wird hier beschrieben?

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

Beschreibe den Portzustand Forwarding (STP)

  • A port forwards data frames
  • The port receives and processes BPDUs

Welcher Portzustand (STP) wird hier beschrieben?

  • A port forwards data frames
  • The port receives and processes BPDUsL

Beschreibe den Portzustand Shutdown / Disabled (STP)

  • Port has been shutdown administratively

Welcher Portzustand (STP) wird hier beschrieben?

  • Port has been shutdown administratively

Welche STP Timer gibt es?

  • Hello
  • Max age
  • Forward delay

Beschreibe den STP Timer 'Hello'

  • This timer controls the rate at which configuration BPDUs are issued from the root switch
  • by default 2 seconds

Welcher STP Timer wird hier beschrieben?

  • This timer controls the rate at which configuration BPDUs are issued from the root switch
  • by default 2 seconds

Beschreibe den STP Timer 'Max age'

  • If the age of this information exceeds the max age timer value (20 seconds) the comparison algorithm will have to be rerun.
  • The current age timer is reset every time new information is received via a BPDU.
  • Eventually the receiver would have to find a new path to the root.

Welcher STP Timer wird hier beschrieben?

  • If the age of this information exceeds the max age timer value (20 seconds) the comparison algorithm will have to be rerun.
  • The current age timer is reset every time new information is received via a BPDU.
  • Eventually the receiver would have to find a new path to the root.

Beschreibe den STP Timer 'Forward delay'

  • This timer monitors the time spent in each of the transitional port states.
  • By default 15 seconds
  • When plugging in a computer and receiving a link light, the ports come up blocking, then
    listening for 15 seconds, then learning for another 15 seconds, and finally forwarding.

Welcher STP Timer wird hier beschrieben?

  • This timer monitors the time spent in each of the transitional port states.
  • By default 15 seconds
  • When plugging in a computer and receiving a link light, the ports come up blocking, then
    listening for 15 seconds, then learning for another 15 seconds, and finally forwarding.

Welche events lösen einen 'Topology change' aus (STP)?

  • Expiration of a max age timer
  • addition or removal of a switch
  • links going up / down
  • receipt of new information via a BPDU

Beschreibe den Begriff Port Aggregation

Mit EtherChannel können 2 bis 8 Links zwischen Switches zu einem logischen zusammengefasst werden. So kann die Bandbreite erhöht werden.

Wofür wird VLAN trunking eingesetzt?

Damit mehrere VLANs über ein physikalisches Datenkabel zwischen Netzwerkkomponenten transferiert werden können. Dabei wird den Datenpaketen zwischen den beiden Endpunkten ein VLAN-Tag angehängt.

Was heisst PVST ausgeschrieben?

Per-VLAN Spanning Tree

Wofür steht ICMP?

Internet Control Message Protocol

Was ist der Defaultwert des TTL Felds eines IP headers?

255

Worfür steht TTL?

Time to live

Wie lange (in Bits) sind IPv4 Adressen?

32

Die Präfixlänge /25 ergibt eine Subnetzmaske von?

255.255.255.128

Die Präfilänge /26 ergibt eine Subnetzmaske von?

255.255.255.192

Die Präfilänge /27 ergibt eine Subnetzmaske von?

255.255.255.224

Die Präfilänge /28 ergibt eine Subnetzmaske von?

255.255.255.240

Die Präfilänge /29 ergibt eine Subnetzmaske von?

255.255.255.248

Die Präfilänge /30 ergibt eine Subnetzmaske von?

255.255.255.252

Die Präfilänge /24 ergibt eine Subnetzmaske von?

255.255.255.0

Die Präfilänge /16 ergibt eine Subnetzmaske von?

255.255.0.0

Die Präfilänge /8 ergibt eine Subnetzmaske von?

255.0.0.0

Welche Prefixlänge hat ein class A Netzwerk?

/8

Welche Prefixlänge hat ein class B Netzwerk?

/16

Welche Prefixlänge hat ein class C Netzwerk?

/24

Ein 10.0.0.0 / 8 Netzwerk wird in /24 gesubnettet.

Wie viele Subnetz entstehen?

65536

Wann kommt das Address Resolution Protocol (ARP) zum Einsatz?

Wenn ein Gerät eine MAC Adresse zu einer IP-Adresse benötigt.

Wohin wird ein Paket gesendet wenn die Route nicht im Routing table eingetragen ist?

Default route

Wie lernt ein Router neue 'remote Networks' kennen?

  • Manuelle Eingabe (static routes)
  • Dynamically (routing protocol)

Welchen IPv4 Protokolltyp hat ICMP?

1

Welche Information gibt ein ping zurück?

Round Trip Time = RTT

Was bedeutet ein ICMP TTL exceeded error?

Ein 'intermediate communication sever' hat das Paket gesehen und verworfen.

Was bedeutet ein ICMP destination unreachable error?

Der 'destination node' hat die 'probe' empfangen, hätte diese aber an einen nicht erreichbaren port weiterleiten müssen und das Paket deshalb verworfen weil es nicht zugestellt werden konnte.