Files
berufsschule-u2/EVP (Jordan)/IHK Abschlussprüfungsaufgabe.md
2026-03-01 07:18:56 +01:00

100 lines
2.6 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### Aufgabe 1
175 B x 8 = 1400 b
10000 packets x 1400 b = 14000000
14000 Kb
14 Mbit in 25ms
1000 ms / 25 = 40
14 Mbit/25ms x 40 = 560Mbit/s
oder 14 Mbit / 0,025 s = 560 Mbit/s
### Aufgabe 2
8192 MiB - 256 MiB = 7936 MiB
7936 x 80% = 6348,8 MiB
6348,8 MiB / 200 MiB = 31
Antwort: Man kann 31 Thin Clients über den Server verwalten.
### Aufgabe 3
Datenbestand: 4 TiB
Wirkdatendurchsatz im 2 Gbit/s FC-SAN: 150 MiB/s
4 TiB = 4 × 1.048.576 MiB = 4.194.304 MiB
4.194.304 MiB / 150MiB/s = 27962,026666667
27962,026666667 Sekunden / 60 = 466,033777778
466,033777778... Minuten % 60 = 7 Stunden Rest 46,033
Antwort: ungefähr 7 Stunden und 46 Minuten
### Aufgabe 4
Upload: 576 kBit
Dateigröße: 3 MiB
3 Mib = 3 x (2²⁰ / 10³) = 3145,728 KB
576 / 8 = 72 KB/s
3145,728 KB / 72 KB/s = 43,690666667 Sekunden
### Aufgabe 5
Lehrer: 30 (5 GiB pro Lehrer)
Azubis: 1200 (300 MiB pro Azubi)
Klassen: 48 (4 GiB pro Klasse "Unterrichtsdaten", 2 GiB pro Klasse "Allgemeines")
Schulungsräume: 4 (15 GiB pro Schulungsraum)
+5 GiB allgemein
Lehrer = 30 x 5 GiB = 150 GiB
Azubis: 1200 x 300 MiB = 360000 MiB
Unterrichtsdaten: 48 x 4 GiB = 192 GiB
Allgemeine Daten der Klassen: 48 x 2 = 96 GiB
Schulungsräume: 4 x 15 GiB = 60 GiB
5 GiB allgemein
360000 MiB = 351,5625 GiB
Gerundet: 352 GiB
Total: 150 + 352 + 192 + 96 + 60 + 5 = 855 GiB
### Aufgabe 6
Zentrale: SDSL mit 5 Mbit/s symmetrisch
Filiale: ADSL mit 24 Mbit/s download, 1 Mbit/s upload
3 MiB = 3 × 1024 × 1024 = 3.145.728 Byte
3.145.728 Byte × 8 = 25.165.824 Bit
Von Filiale in Zentrale:
25.165.824 b / 1000000 b = 25,165824 Sekunden
### Aufgabe 7
23,5 MiByte in KiByte umrechnen
23,5 x 1024 = 24064 KiByte
### Aufgabe 8
Überwachungszeit: 0-7 und 16-24 also von 7 bis 16 nicht. Also 9 Stunden nicht
Aufnahmezeit: 20% der Überwachungszeit
Anzahl Hallen: 5
Anzahl IP-Kameras pro Halle: 7
Bildauflösung 800x600 Pixel
Farbtiefe 16 Bit
Videokompression 1:40
Aufnahmefrequenz/Kamera: 30 Bilder/s
Aufzeichnungsfrequenz: Jedes 6. von Kamera gesendetes Bild
Speicherungsdauer: 14 Tage
Wie viele Datenmenge benötigen die Überwachungsbilder (mit Rechenwerg):
### Aufgabe 9
Größe: 46262 Bytes
Größe auf Datenträger: 49.152 Bytes
46262 Bytes ÷ 1024 = 45,17 KiB
Windows speichert Dateien in Clustern. Ein Cluster ist der kleinste Speicherblock, den das Dateisystem (z.B. NTFS) verwaltet.
Hier: 49152 Bytes ÷ 1024 = 48 KiB
Das bedeutet: Die Datei belegt 48 KiB Platz auf der Festplatte, obwohl sie nur ~45,17 KiB groß ist.
Erklärung: Die Clustergröße beträgt in diesem Fall vermutlich **4 KiB** oder **8 KiB**, und Windows rundet auf den nächsten vollen Clusterblock auf.