200-301 Deutsch試験無料問題集「Cisco Certified Network Associate Exam (200-301 Deutsch Version) 認定」

Ein Client stößt auf geringen Datendurchsatz von einem Server, der direkt mit dem Core-Switch eines Rechenzentrums verbunden ist. Ein Netzwerktechniker stellt minimale Latenzzeiten bei den Verbindungen zum Server fest, jedoch sind die Datenübertragungen unzuverlässig. Die Ausgabe des Befehls „show Interfaces counters errors“ zeigt eine hohe Anzahl von FCS-Fehlern auf der mit dem Server verbundenen Schnittstelle an. Was ist die Ursache für das Durchsatzproblem?

解説: (GoShiken メンバーにのみ表示されます)
Siehe die Abbildung.

Router R1 verwendet drei verschiedene Routing-Protokolle. Welches Routenmerkmal nutzt der Router, um das empfangene Paket für die Ziel-IP 172.16.32.1 weiterzuleiten?

解説: (GoShiken メンバーにのみ表示されます)
Welche Kriterien werden bei der Auswahl des Root-Ports zuerst angewendet?

解説: (GoShiken メンバーにのみ表示されます)
Ein Techniker muss die VLAN-Kommunikation zwischen Switches zwischen einem Cisco-Switch und einem Drittanbieter-Switch konfigurieren. Welche Maßnahmen sind zu ergreifen?

解説: (GoShiken メンバーにのみ表示されます)
Ein Paket ist für die Adresse 10.10.1.22 bestimmt. Welche statische Route wählt der Router, um das Paket weiterzuleiten?

解説: (GoShiken メンバーにのみ表示されます)
Ein Techniker muss R1 für ein neues Benutzerkonto konfigurieren. Das Konto muss folgende Anforderungen erfüllen:
* Es muss in der lokalen Datenbank konfiguriert werden.
* Der Benutzername lautet engineer.
Es muss das stärkste konfigurierbare Passwort verwendet werden. Welchen Befehl muss der Techniker auf dem Router konfigurieren?

解説: (GoShiken メンバーにのみ表示されます)
Die gesamte physische Verkabelung ist vorhanden. Ein Unternehmen plant die Eröffnung von 32 neuen Standorten.
Die Websites werden sowohl IPv4- als auch IPv6-Netzwerke nutzen.
1. Das Subnetz 172.25.0.0/16 soll die Subnetzanforderungen erfüllen und die maximale Leistung erzielen.
die Anzahl der Hosts
Verwendung des zweiten Subnetzes
* Weisen Sie e0/0 auf Sw1O1 die erste nutzbare IP-Adresse zu.
* Weisen Sie e0/0 auf Sw102 die letzte nutzbare IP-Adresse zu.
2. Subnetzbildung zur Erfüllung der Subnetzanforderungen und Maximierung der Effizienz
die Anzahl der Hosts
c Verwendung des zweiten Subnetzes
* Weisen Sie eine IPv6-GUA mithilfe einer eindeutigen 64-Bit-Schnittstellenkennung zu.
auf e0/0 auf Sw101
* Weisen Sie eine IPv6-GUA mithilfe einer eindeutigen 64-Bit-Schnittstellenkennung zu.
ist eO/O ist swi02
Richtlinien
Dies ist eine Laboraufgabe, bei der die Aufgaben auf virtuellen Geräten ausgeführt werden.
* Die Aufgaben für diesen Laborpunkt können Sie auf der Registerkarte „Aufgaben“ einsehen.
* Über die Registerkarte Topologie können Sie auf die Gerätekonsole(n) zugreifen und die Aufgaben ausführen.
* Der Konsolenzugriff ist für alle erforderlichen Geräte durch Anklicken des Gerätesymbols oder durch Verwendung der Registerkarte(n) oberhalb des Konsolenfensters möglich.
* Alle notwendigen Vorkonfigurationen wurden angewendet.
* Ändern Sie weder das Aktivierungspasswort noch den Hostnamen für irgendein Gerät.
* Speichern Sie Ihre Konfigurationen im NVRAM, bevor Sie zum nächsten Punkt übergehen.
* Klicken Sie unten auf dem Bildschirm auf „Weiter“, um dieses Laborexperiment abzusenden und zur nächsten Frage zu gelangen.
* Wenn auf „Weiter“ geklickt wird, schließt sich das Labor und kann nicht wieder geöffnet werden.
正解:
See the Explanation for the solution.
Explanation:
To subnet 172.25.0.0/16 to meet the subnet requirements and maximize the number of hosts, you need to determine how many bits you need to borrow from the host portion of the address to create enough subnets for 32 sites. Since 32 is 2^5, you need to borrow 5 bits, which means your new subnet mask will be /21 or
255.255.248.0. To find the second subnet, you need to add the value of the fifth bit (32) to the third octet of the network address (0), which gives you 172.25.32.0/21 as the second subnet. The first usable IP address in this subnet is 172.25.32.1, and the last usable IP address is 172.25.39.254.
To assign the first usable IP address to e0/0 on Sw101, you need to enter the following commands on the device console:
Sw101#configure terminal Sw101(config)#interface e0/0 Sw101(config-if)#ip address 172.25.32.1
255.255.248.0 Sw101(config-if)#no shutdown Sw101(config-if)#end
To assign the last usable IP address to e0/0 on Sw102, you need to enter the following commands on the device console:
Sw102#configure terminal Sw102(config)#interface e0/0 Sw102(config-if)#ip address 172.25.39.254
255.255.248.0 Sw102(config-if)#no shutdown Sw102(config-if)#end
To subnet an IPv6 GUA to meet the subnet requirements and maximize the number of hosts, you need to determine how many bits you need to borrow from the interface identifier portion of the address to create enough subnets for 32 sites. Since 32 is 2^5, you need to borrow 5 bits, which means your new prefix length will be /69 or ffff:ffff:ffff:fff8::/69 (assuming that your IPv6 GUA has a /64 prefix by default). To find the second subnet, you need to add the value of the fifth bit (32) to the fourth hextet of the network address (0000), which gives you xxxx:xxxx:xxxx:0020::/69 as the second subnet (where xxxx:xxxx:xxxx is your IPv6 GUA prefix). The first and last IPv6 addresses in this subnet are xxxx:xxxx:xxxx:0020::1 and xxxx:xxxx:
xxxx:0027:ffff:ffff:ffff:fffe respectively.
To assign an IPv6 GUA using a unique 64-bit interface identifier on e0/0 on Sw101, you need to enter the following commands on the device console (assuming that your IPv6 GUA prefix is 2001:db8::/64):
Sw101#configure terminal Sw101(config)#interface e0/0 Sw101(config-if)#ipv6 address 2001:db8::20::1/69 Sw101(config-if)#no shutdown Sw101(config-if)#end To assign an IPv6 GUA using a unique 64-bit interface identifier on e0/0 on Sw102, you need to enter the following commands on the device console (assuming that your IPv6 GUA prefix is 2001:db8::/64):
Sw102#configure terminal Sw102(config)#interface e0/0 Sw102(config-if)#ipv6 address 2001:db8::27::fffe
/69 Sw102(config-if)#no shutdown Sw102(config-if)#end
Was ist eine Funktion des MAC-Adressenlernens?

解説: (GoShiken メンバーにのみ表示されます)
Ziehen Sie die DNS-Befehle von der linken Seite per Drag & Drop auf die entsprechenden Effekte auf der rechten Seite.
正解:

Explanation:
Cisco CCNA 200-301 v1.1 Network Fundamentals questions of this form test whether each protocol, command, service, or architecture term is placed with the function it actually performs. The safest approach is to classify each item by operating layer and purpose before matching it: routing behavior belongs to IP connectivity, wireless modes belong to access, REST methods belong to automation, and AAA functions belong to security services. Several distractors are valid networking terms, but they become wrong when mapped to the wrong plane or protocol. The retained mapping follows Cisco terminology and reflects how the features are used in implementation and troubleshooting. In practice, this prevents mixing up forwarding behavior with management behavior or authentication with authorization/accounting. The mapping shown in the file is therefore retained as the verified response.