Frage:
Berechne die maximalen addressierbaren computer?
SUB: 255.255.255.0
Antwort:
SUB: 11111111.11100000.00000000.00000000
x^2-2=> 21^2-2 = 2097150
Es sind 2097150 Addressen addressierbar.
##################################################################################
Frage:
Ermitteln sie die Subnetzmask
Anzahl der Rechner: 30
Antwort:
30 in binär
32 / 2 = 16 R0
16 / 2 = 8 R0
8 / 2 = 4 R0
3 / 2 = 1 R1
1 / 2 = 0 R1
0 / 1 = 0 R0
011110
Die Subnetmask lautet 11111111.11111111.11111111.11100000 => 255.255.255.224
##################################################################################
Frage:
Berechne die maximalen addressierbaren computer?
SUB: 255.224.0.0
Antwort:
Klasse B Netzwerk => 255.255.0.0
SUB: 11111111.11111111.00000000.00000000
x^2-2=> 16^2-2 = 254
##################################################################################
Frage:
Berechne die maximalen addressierbaren computer?
SUB: 255.255.224.0
Antwort:
224 / 2 = 112 R0
112 / 2 = 56 R0
56 / 2 = 28 R0
28 / 2 = 14 R0
14 / 2 = 7 R0
7 / 2 = 3 R1
3 / 2 = 1 R1
1 / 2 = 0 R1
11100000
SUB: 11111111.11111111.11100000.00000000
x^2-2=> 13^2-2 = 167