Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
playground:indisoft:netzwerkgrundlagen [2025/05/14 12:13] 47.128.39.201 alte Version wiederhergestellt (2025/03/26 20:26) |
playground:indisoft:netzwerkgrundlagen [2025/05/16 10:05] (aktuell) 47.128.114.156 alte Version wiederhergestellt (2024/10/17 13:55) |
||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| - | ===== Networking Essentials ===== | ||
| - | ( Version 2) - Networking Essentials 2.0 Beginning of Course Survey SP | ||
| - | Logon Period | ||
| - | Start Date-Time: 08/19/2024 11:35 AM GMT+0200 | ||
| - | End Date-Time: 08/19/2025 11:35 AM GMT+0200 | ||
| - | Exam Duration: 0:20:00 | ||
| - | |||
| - | Date Taken: 08/19/2024 12:08 PM | ||
| - | |||
| - | Thank you for completing the survey. | ||
| - | Your responses have been captured. | ||
| - | |||
| - | Cisco Packet Tracer 8.2 64Bit {{ : | ||
| - | * Computer mit einem der folgenden Betriebssysteme: | ||
| - | * Microsoft Windows 10, 11 (64 Bit) | ||
| - | * Ubuntu 20.04, 22.04 LTS (64 Bit) | ||
| - | * macOS 10.14 oder neuer. | ||
| - | * amd64 (x86-64) CPU | ||
| - | * 4 GB freier RAM | ||
| - | * 1,4 GB freier Festplattenspeicher | ||
| - | |||
| - | Networking Essentials (Version 2) - System Test Exam | ||
| - | Date Assessment was Taken: 08/19/2024 12:29 PM GMT+0200 | ||
| - | Domain Knowledge - Standard Score | ||
| - | Max Points: 8 | ||
| - | |||
| - | Earned Points: 6 | ||
| - | |||
| - | Percentage: 75.0% | ||
| - | |||
| - | Based on your responses to this assessment, you have the below feedback: | ||
| - | |||
| - | Personalized Feedback | ||
| - | Item Feedback | ||
| - | Please note that feedback may not be available for all items. | ||
| - | |||
| - | Network Basics.Connectivity.Internet | ||
| - | Max Points: 3 | ||
| - | |||
| - | Earned Points: 3 | ||
| - | |||
| - | Percentage: 100% | ||
| - | |||
| - | Network Basics.Network Fundamentals.Client/ | ||
| - | Max Points: 2 | ||
| - | |||
| - | Earned Points: 1 | ||
| - | |||
| - | Percentage: 50.0% | ||
| - | |||
| - | Network Basics.Connectivity.Devices | ||
| - | Max Points: 1 | ||
| - | |||
| - | Earned Points: 0 | ||
| - | |||
| - | Percentage: 0.0% | ||
| - | |||
| - | Network Basics.Communications.Characteristics | ||
| - | Max Points: 2 | ||
| - | |||
| - | Earned Points: 2 | ||
| - | |||
| - | Percentage: 100% | ||
| - | |||
| - | ---- | ||
| - | |||
| - | |||
| - | |||
| ====== | ====== | ||
| Zeile 89: | Zeile 21: | ||
| DNS settings can be specified on Linux in / | DNS settings can be specified on Linux in / | ||
| - | |||
| - | https:// | ||
| * 1.1.1.1 DNS von https:// | * 1.1.1.1 DNS von https:// | ||
| Zeile 99: | Zeile 29: | ||
| ---- | ---- | ||
| - | https:// | ||
| - | | + | |
| + | * ifconfig - ohne Standard Gateway Konfigurationsinformationen unter Linux | ||
| + | * ping – Testet Verbindungen zu anderen IP-Hosts. | ||
| + | * Der Ping-Befehl zeigt nicht an, wo die Verbindung tatsächlich unterbrochen wurde. \\ Um dies zu ermitteln weiteren folgende Befehle verwendet: | ||
| + | * tracert – wunter Windows Zeigt die Route zum Ziel an. | ||
| + | * traceroute wiki.itbs.selfhost.co für Linux | ||
| + | * netstat – Zeigt Netzwerkverbindungen an. | ||
| + | * nslookup – Fragt den Nameserver direkt nach Informationen zu einer Zieldomäne ab. | ||
| + | * route -n - zum ermitteln des lokalen Standard Gateway unter Linux | ||
| + | * cat / | ||
| + | * Wenn der Ping an das Standard-Gateway erfolgreich ist, ist das Problem nicht lokal. | ||
| + | * | ||