A network engineer is provisioning subnets from the assigned address block using Variable Length Subnet Masking (VLSM). The subnets must be allocated sequentially starting from the lowest available IP address in the block to satisfy the following departmental requirements in descending order of size:
- Development: usable host IP addresses
- Sales: usable host IP addresses
- Support: usable host IP addresses
- Management: usable host IP addresses
After provisioning these four subnets with the smallest valid prefix length for each requirement, what is the decimal value of the fourth octet of the last usable host IP address in the Management department's subnet?
Answer: 206
Answer
The fourth octet of the last usable host IP address in the Management subnet is 206.
Sequentially allocating VLSM blocks from 172.28.64.0/21 yields: Development (172.28.64.0/23), Sales (172.28.66.0/25), Support (172.28.66.128/26), and Management (172.28.66.192/28). The broadcast address for Management is 172.28.66.207, making the last usable host IP address 172.28.66.206, which has a fourth octet of 206.
Step-by-Step Solution
Key Concept
Variable Length Subnet Masking (VLSM) allocation and host calculation