You are on page 1of 2

Paul Cyhrill S.

Monotilla 04/23/2023
BSIT 403

Problem Solving
A. Convert the following dotted binary into dotted decimal notation.
1. 11101001.00011011.10000000.10100100 - 233.27.128.164
2. 10101010.00110100.11100110.00010111 - 170.52.230.23
3. 11111111.11010011.01000001.11001110 - 255.211.65.206

B. A company wants to extend IP ranges for their network with a given site of
89.63.200.0 divided into 20 individual networks. Find the following:
• Custom Subnet Mask
• IP Address Ranges
• Number of Subnets and Hosts
Custom subnet mask: 255.248.0.0
IP address ranges:
Subnet 1: 89.63.200.0 - 89.63.231.255
Subnet 2: 89.63.232.0 - 89.63.263.255
Subnet 3: 89.63.264.0 - 89.63.295.255
Subnet 4: 89.63.296.0 - 89.63.327.255
Subnet 5: 89.63.328.0 - 89.63.359.255
Subnet 6: 89.63.360.0 - 89.63.391.255
Subnet 7: 89.63.392.0 - 89.63.423.255
Subnet 8: 89.63.424.0 - 89.63.455.255
Subnet 9: 89.63.456.0 - 89.63.487.255
Subnet 10: 89.63.488.0 - 89.63.519.255
Subnet 11: 89.63.520.0 - 89.63.551.255
Subnet 12: 89.63.552.0 - 89.63.583.255
Subnet 13: 89.63.584.0 - 89.63.615.255
Subnet 14: 89.63.616.0 - 89.63.647.255
Subnet 15: 89.63.648.0 - 89.63.679.255
Subnet 16: 89.63.680.0 - 89.63.711.255
Subnet 17: 89.63.712.0 - 89.63.743.255
Subnet 18: 89.63.744.0 - 89.63.775.255
Subnet 19: 89.63.776.0 - 89.63.807.255
Subnet 20: 89.63.808.0 - 89.63.839.255
Number of subnets: 20 Number of hosts per subnet: 2^11 - 2 = 2046 (since we
have 11 bits in the host portion of the IP address)

C. Shorten the following IPv6 addresses: (3 items x 5 points)


1. FD81:273B:6A9D:0000:0DA6:CACD:2347:3596
-FD81:273B:6A9D:0:DA6:CACD:2347:3596 (already in the shortest
possible format)
2. FD56:0000:004D:E798:F100:2344:1002:3461
- FD56::4D:E798:F100:2344:1002:3461
3. FD00:8E00:006c:0000:0006:B761:AABD:0034
- FD00:8E00:6C::6:B761:AABD:34

You might also like