A network engineer is designing a Variable Length Subnet Mask (VLSM) IP addressing scheme for a newly provisioned branch office using the summary block . Subnets must be allocated sequentially without wasting address space, starting from the lowest available IP address in descending order of host requirements:
- Subnet A (Staff): Requires usable host IPv4 addresses
- Subnet B (Sales): Requires usable host IPv4 addresses
- Subnet C (VoIP): Requires usable host IPv4 addresses
- Subnet D (WAN Link): Requires usable host IPv4 addresses
What is the broadcast address of Subnet C?
- A192.168.10.110
- 192.168.10.111Answer
- C192.168.10.127
- D172.32.10.111
Answer
The broadcast address of Subnet C is 192.168.10.111.
Subnet C requires 12 host addresses. Satisfying requires host bits ( usable IPs), which yields a prefix with a block size of 16. Allocating Subnet A ( hosts , range .0–.63) and Subnet B ( hosts , range .64–.95) places Subnet C at network address 192.168.10.96. Adding the block size of 16 gives the subnet boundary 192.168.10.96 to 192.168.10.111, making 192.168.10.111 the broadcast address.
Step-by-Step Solution
Key Concept
VLSM block allocation order and subnet broadcast address determination
Estimated Time:2m 0s