Divide Subnets
Divide Subnets
Subnets:
Increment = 64 (since 2 remaining bits can have 64 possible
combinations)
Subnets:
Increment = 64 in the third octet (since 14 bits remain in the host portion)
Subnets:
Increment = 8 (since 3 remaining bits)
Subnets:
Increment = 32 (since 5 bits remain)
Subnets:
Increment = 64 (since 6 bits remain)
Assignment 2:
The prefix /28 means that the first 28 bits are used for the network
portion, and the remaining 4 bits are for the hosts. The corresponding
subnet mask for /28 is:
255.255.255.240
The network address space for 192.168.1.0/24 is split into smaller subnets
based on the /28 prefix. Each /28 subnet has 16 IP addresses (14 usable
for hosts, excluding network and broadcast addresses), calculated as
24=162^4 = 1624=16.
- Subnet details
For Subnet 9:
Assignment 3:
Assignment 4:
o Subnet 2: 50 computers
o Subnet 3: 20 computers
Total IPs needed: 20 + 2 = 22
Required subnet: /27 (32 addresses, 30 usable)
2. IP Address Allocation
This allocation ensures that all requirements for the number of computers
in each subnet are met.
Assignment 5
Subnet the network 172.16.5.0/24 based on the specified
requirements. Here's how to approach this:
- Subnet Requirements:
1. Subnet A: 192.168.1.0/25 for 100 hosts.
2. Subnet B: 192.168.1.128/26 for 50 hosts.
3. Subnet C: 192.168.1.192/27 for 20 hosts.
Link networks: 192.168.1.224/30 and 192.168.1.228/30 for point-to-
point connections.
Subnet A: (/25):
1. Network: 192.168.1.0
2. Subnet Mask: 255.255.255.128
3. Range: 192.168.1.1 - 192.168.1.126
4. Broadcast: 192.168.1.127
Subnet B (/26):
1. Network: 192.168.1.128
2. Subnet Mask: 255.255.255.192
3. Range: 192.168.1.129 - 192.168.1.190
4. Broadcast: 192.168.1.191
Subnet C (/27):
1. Network: 192.168.1.192
2. Subnet Mask: 255.255.255.224
3. Range: 192.168.1.193 - 192.168.1.222
4. Broadcast: 192.168.1.223
1. Point-to-Point Links (/30):
Link 1 (/30):
Network: 192.168.1.224
Subnet Mask: 255.255.255.252
Range: 192.168.1.225 - 192.168.1.226
Broadcast: 192.168.1.227
Link 2 (/30):
Network: 192.168.1.228
Subnet Mask: 255.255.255.252
Range: 192.168.1.229 - 192.168.1.230
Broadcast: 192.168.1.231