Finished PAR exercise on subnetting.
This commit is contained in:
parent
34ff8ae8e5
commit
033613f802
21
1/PAR/assignments/t5-ejercicio-calculo-subredes.txt
Normal file
21
1/PAR/assignments/t5-ejercicio-calculo-subredes.txt
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
1)
|
||||||
|
8 = 2^3 => 3 bits de subred
|
||||||
|
8 - 3 = 5 bits de host => 2^5 = 32 hosts
|
||||||
|
Redes:
|
||||||
|
- 192.168.10.0
|
||||||
|
- 192.168.10.32
|
||||||
|
- 192.168.10.64
|
||||||
|
- 192.168.10.96
|
||||||
|
- 192.168.10.128
|
||||||
|
- 192.168.10.160
|
||||||
|
- 192.168.10.192
|
||||||
|
- 192.168.10.224
|
||||||
|
|
||||||
|
2)
|
||||||
|
60 hosts ~= 2^6 => 6 bits de host
|
||||||
|
8-6 = 2 bits de subred => 2^2 = 4 subredes
|
||||||
|
Redes:
|
||||||
|
- 192.168.50.0
|
||||||
|
- 192.168.50.64
|
||||||
|
- 192.168.50.128
|
||||||
|
- 192.168.50.192
|
Loading…
Reference in New Issue
Block a user