Soru

Zorluk: ZorIPv4 Addressing and Subnetting

A network engineer is designing a Variable Length Subnet Mask (VLSM) IP addressing scheme for a newly provisioned branch office using the summary block 192.168.10.0/24192.168.10.0/24. 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 5555 usable host IPv4 addresses
- Subnet B (Sales): Requires 2828 usable host IPv4 addresses
- Subnet C (VoIP): Requires 1212 usable host IPv4 addresses
- Subnet D (WAN Link): Requires 22 usable host IPv4 addresses

What is the broadcast address of Subnet C?

  1. A
    192.168.10.110
  2. 192.168.10.111Cevap
  3. C
    192.168.10.127
  4. D
    172.32.10.111

Cevap

The broadcast address of Subnet C is 192.168.10.111.
Subnet C requires 12 host addresses. Satisfying 2n2122^n - 2 \ge 12 requires n=4n=4 host bits (1414 usable IPs), which yields a /28/28 prefix with a block size of 16. Allocating Subnet A (5555 hosts /26\rightarrow /26, range .0–.63) and Subnet B (2828 hosts /27\rightarrow /27, 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.

Adım Adım Çözüm

1
Determine the prefix and range for Subnet A (55 hosts)
Subnet A requires a /26 prefix (block size 64). Subnet A spans 192.168.10.0 to 192.168.10.63.
Formula 2n2552^n - 2 \ge 55 yields n=6n=6 host bits (6262 usable IPs). The prefix is /26/26 (32632-6).
2
Determine the prefix and range for Subnet B (28 hosts)
Subnet B starts at 192.168.10.64 with a /27 prefix (block size 32). Subnet B spans 192.168.10.64 to 192.168.10.95.
Formula 2n2282^n - 2 \ge 28 yields n=5n=5 host bits (3030 usable IPs). The prefix is /27/27 (32532-5).
3
Calculate the network address, block size, and broadcast address for Subnet C (12 hosts)
Subnet C starts at 192.168.10.96 with a /28 prefix (block size 16). The network range is 192.168.10.96/28, giving a broadcast address of 192.168.10.111.
Formula 2n2122^n - 2 \ge 12 yields n=4n=4 host bits (1414 usable IPs). The prefix is /28/28 (32432-4). Adding the block size of 16 to the network start 192.168.10.96 yields a range of 192.168.10.96 to 192.168.10.111.

Anahtar Kavram

VLSM block allocation order and subnet broadcast address determination
Tahmini Süre:2m 0s
Bu soruyu puanla