NETW202 W6 Lab Worksheet
31 July, 2024 | 5 Min Read
COMPUTING USABLE SUBNETS AND HOSTS
- How many bits would need to be borrowed to create two subnets from a Class C network (192.168.89.0)?
- Answer: 1 bit would be needed.
- Maximum number of hosts per subnet when 1 bit is borrowed:
- Answer: 126 hosts per subnet.
- How many bits would need to be borrowed to create six subnets, and how many hosts per subnet?
- Answer: Borrow 3 bits to create 8 subnets with 30 hosts each.
- How many bits would need to be borrowed to create 12 subnets, and how many hosts per subnet?
- Answer: Borrow 4 bits to create 16 subnets with 14 hosts each.
- How many bits would need to be borrowed to create 24 subnets, and how many hosts per subnet?
- Answer: Borrow 5 bits to create 32 subnets with 6 hosts each.
- How many bits would need to be borrowed to create 40 subnets, and how many hosts per subnet?
- Answer: Borrow 6 bits to create 64 subnets with 2 hosts each.
- How many bits would need to be borrowed to create five subnets from a Class B network (172.25.0.0), and how many hosts per subnet?
- Answer: Borrow 3 bits to create 8 subnets with 8190 hosts each.
- How many bits would need to be borrowed to create eight subnets from a Class B network, and how many hosts per subnet?
- Answer: Borrow 3 bits to create 8 subnets with 8190 hosts each.
- How many bits would need to be borrowed to create 14 subnets from a Class B network, and how many hosts per subnet?
- Answer: Borrow 4 bits to create 16 subnets with 4094 hosts each.
- How many bits would need to be borrowed to create 20 subnets from a Class B network, and how many hosts per subnet?
- Answer: Borrow 5 bits to create 32 subnets with 2046 hosts each.
- How many bits would need to be borrowed to create 35 subnets from a Class B network, and how many hosts per subnet?
- Answer: Borrow 6 bits to create 64 subnets with 1022 hosts each.
- How many bits would need to be borrowed to create 10 subnets from a Class A network (10.0.0.0), and how many hosts per subnet?
- Answer: Borrow 4 bits to create 16 subnets with 1,048,574 hosts each.
- How many bits would need to be borrowed to create 14 subnets from a Class A network, and how many hosts per subnet?
- Answer: Borrow 4 bits to create 16 subnets with 1,048,574 hosts each.
- How many bits would need to be borrowed to create 20 subnets from a Class A network, and how many hosts per subnet?
- Answer: Borrow 5 bits to create 32 subnets with 524,286 hosts each.
- How many bits would need to be borrowed to create 40 subnets from a Class A network, and how many hosts per subnet?
- Answer: Borrow 6 bits to create 64 subnets with 262,142 hosts each.
- How many bits would need to be borrowed to create 80 subnets from a Class A network, and how many hosts per subnet?
- Answer: Borrow 7 bits to create 128 subnets with 131,070 hosts each.
CALCULATING SUBNET MASKS
- Class A network with /20 prefix - subnet mask in binary:
- Answer: 11111111.11111111.11110000.00000000
- Class A network with /20 prefix - subnet mask in decimal:
- Class A network with /20 prefix - maximum number of hosts it can support:
- Answer: 2^12 - 2 = 4094 hosts
- Class A network with /21 prefix - subnet mask in binary, decimal, and maximum hosts:
- Binary: 11111111.11111111.11111000.00000000
- Decimal: 255.255.248.0
- Hosts: 2^11 - 2 = 2046 hosts
- Class A network with /22 prefix - subnet mask in binary, decimal, and maximum hosts:
- Binary: 11111111.11111111.11111100.00000000
- Decimal: 255.255.252.0
- Hosts: 2^10 - 2 = 1022 hosts
- Class A network with /23 prefix - subnet mask in binary, decimal, and maximum hosts:
- Binary: 11111111.11111111.11111110.00000000
- Decimal: 255.255.254.0
- Hosts: 2^9 - 2 = 510 hosts
- Class A network with /24 prefix - subnet mask in binary, decimal, and maximum hosts:
- Binary: 11111111.11111111.11111111.00000000
- Decimal: 255.255.255.0
- Hosts: 2^8 - 2 = 254 hosts
- Class A network with /25 prefix - subnet mask in binary, decimal, and maximum hosts:
- Binary: 11111111.11111111.11111111.10000000
- Decimal: 255.255.255.128
- Hosts: 2^7 - 2 = 126 hosts
- Class A network with /26 prefix - subnet mask in binary, decimal, and maximum hosts:
- Binary: 11111111.11111111.11111111.11000000
- Decimal: 255.255.255.192
- Hosts: 2^6 - 2 = 62 hosts
- Class A network with /27 prefix - subnet mask in binary, decimal, and maximum hosts:
- Binary: 11111111.11111111.11111111.11100000
- Decimal: 255.255.255.224
- Hosts: 2^5 - 2 = 30 hosts
- Class A network with /28 prefix - subnet mask in binary, decimal, and maximum hosts:
- Binary: 11111111.11111111.11111111.11110000
- Decimal: 255.255.255.240
- Hosts: 2^4 - 2 = 14 hosts
- Class A network with /29 prefix - subnet mask in binary, decimal, and maximum hosts:
- Binary: 11111111.11111111.11111111.11111000
- Decimal: 255.255.255.248
- Hosts: 2^3 - 2 = 6 hosts
- Class A network with /30 prefix - subnet mask in binary, decimal, and maximum hosts:
- Binary: 11111111.11111111.11111111.11111100
- Decimal: 255.255.255.252
- Hosts: 2^2 - 2 = 2 hosts
- You have been assigned the 172.25.0.0 /16 network and need to establish 12 subnets. How many bits need to be borrowed?
- Answer: 4 bits (provides up to 16 subnets).
- Subnet mask for 172.25.0.0 network in both binary and decimal:
- Binary: 11111111.11111111.11111111.00000000
- Decimal: 255.255.255.0
- Identify the octet that contains the split between the network and host portion:
- Answer: The third octet (192.168.X.0).
- Calculate subnet block size:
- Create 12 subnets with blocks of 16, starting with 0:
- Answer: 0, 16, 32, 48, 64, 80, 96, 112, 128, 144, 160, 176
- Determine the last possible address before reaching the subnet number of the next line:
- Answer: (e.g., for 16, the last possible address is 15; for 32, itās 31, etc.)
- Range of addresses for each subnet:
- Answer: For example, subnet 0: 0-15, subnet 16: 16-31, and so on.
For the remaining questions 22-41, they follow the similar process as outlined above, involving subnet masks, calculating subnet block sizes, and determining ranges of host addresses. If you need assistance with specific steps or any further detail on particular items, feel free to ask!