You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Divide the 192.168.15.0/24 into smaller subnets with (atleast) 50 hosts in each. Notice! Make as small of a subnet/subnets as you can!
Solution logic
h= host bits
2^h formula for calculating subnets
2^8=256-2(subnet and broadcast)=254 usable adresses
2^7=128 host adresses
2^6=64 adresses <-the smallest we can do
2^5=32 adresses
By default there are 254 hosts
255. 255. 255. 192 (DEC)
1111 1111. 1111 1111. 1111 1111. 1100 0000. (BINARY)
ssss ssss. ssss ssss. ssss ssss. sshh hhhh.
we get /26 subnet bits
255.255.255.192 - subnet mask
192.168.15.0/26
hh hhhh
00 0000 |subnet address
00 0001 |first usable adress
00 0010
00 0100
...
11 1100 |.60
11 1101 |.61
11 1110 |.62 last usable adress
11 1111 |.63 broadcast
Answers:
* Broadcast address: 192.168.15.63
* What is the subnet address: 192.168.15.0
* Usable host range 192.168.15.1-192.168.15.62
Specification
Subnet info
Network address
192.168.15.0/26
New subnet mask
255.255.255.192
Number of usable hosts in the subnet
62
First IP Host address
192.168.15.1
Last IP Host address
192.168.15.62
Broadcast address
192.168.15.63
Exercise 3
Divide the 10.12.24.0/24 into smaller subnets:
The subnets have to be as small as possible (usable hosts)
The subnets must have the capability to support 13 hosts
in each of the subnets
Divide the last subnet, of from exercise 3, into smaller subnets:
The subnets have to be as small as possible (usable hosts)
The subnets must have the capability to support 2 hosts in each of the subnets
The subnets have to be as small as possible (usable hosts)
Subnet mask
Network address
First host address
Last host address
Broadcast address
Usable addresses
255.255.255.252
10.12.24.240/30
10.12.24.241
10.12.24.242
10.12.24.243
2
255.255.255.252
10.12.24.244/30
10.12.24.245
10.12.24.246
10.12.24.247
2
Exercise 5
Is subnet 10.12.24.0/24 a part of the supernet 10.12.16.0/20?
Solution logic
Subnet10.12.24.0/24
Specification
Subnet info
Subnet mask
255.255.255.0
Number of usable hosts in the subnet
254
Network address
10.12.24.0/24
First IP Host address
10.12.24.1
Last IP Host address
10.12.24.254
Broadcast address
10.12.24.255
Supernet10.12.16.0/20
Specification
Supernet info
Subnet mask
255.255.240.0
Number of usable hosts in the subnet
4094
Network address
10.12.16.0/20
First IP Host address
10.12.16.1
Last IP Host address
10.12.31.254
Broadcast address
10.12.31.255
Lets subnet supernet 10.12.16.0/20 to the size of /24. We got 2^4=16 subnet adresses in range of 10.12.16.0/24 - 10.12.31.0/24. It includes
subnet 10.12.24.0/24
Exercise 6
Is subnet 10.12.24.0/24 a part of supernet 10.0.0.0/8?
Subnet10.12.24.0/24
Specification
Subnet info
Subnet mask
255.255.255.0
Number of usable hosts in the subnet
254
Network address
10.12.24.0
First IP Host address
10.12.24.1
Last IP Host address
10.12.24.254
Broadcast address
10.12.24.255
Supernet10.0.0.0/8
Specification
Supernet info
Subnet mask
255.0.0.0
Number of usable hosts in the subnet
16777214
Network address
10.0.0.0
First IP Host address
10.0.0.1
Last IP Host address
10.255.255.254
Broadcast address
10.255.255.255
Lets subnet supernet 10.0.0.0/8 to the size of /24. We got 2^16=65534 subnet adresses in range of 10.0.0.0/24 - 10.255.255.0/24. It includes subnet
10.12.24.0/24
Investigation of the IP with ripe.net
Internet registries
Fill the following addresses with your student number: 195.12.24.0/24, 43.12.15.0/24, 15.15.12.0/24 and 100.24.15.0/24. Search to whom they are registered to