A network architect is assigned the parent block to provision subnets for a new regional facility. Using Variable Length Subnet Masking (VLSM), the subnets must be allocated contiguously starting from the lowest available IP address in the block, ordered from the largest host requirement to the smallest. The site requirements are as follows:
- Data Center: minimum usable host IPs
- Office Floor A: minimum usable host IPs
- Office Floor B: minimum usable host IPs
After successfully allocating these three subnets, what is the broadcast address of the subnet allocated to Office Floor B?
- Cevap
- B
- C
- D
Cevap
The broadcast address of the subnet allocated to Office Floor B is .
Allocating subnets sequentially using VLSM requires allocating block sizes based on power-of-two host requirements. 900 hosts need a /22 (1024 IPs: 10.200.16.0–10.200.19.255). 400 hosts need a /23 (512 IPs: 10.200.20.0–10.200.21.255). 100 hosts need a /25 (128 IPs: 10.200.22.0–10.200.22.127). The broadcast address for Office Floor B's /25 subnet is 10.200.22.127.
Adım Adım Çözüm
Anahtar Kavram
Variable Length Subnet Masking (VLSM) Host Capacity Allocation