A network administrator is allocating subnets sequentially from the parent block using Variable Length Subnet Masking (VLSM), assigning the largest required blocks first. The administrator has already completed subnets for three departments:
- Department A requires usable hosts
- Department B requires usable hosts
- Department C requires usable hosts
Immediately following these allocations, the administrator provisions a new subnet for Department D, which requires at least usable hosts. What is the broadcast address of Department D's newly provisioned subnet?
- Answer
- B
- C
- D
Answer
The broadcast address of Department D's newly provisioned subnet is .
To find the broadcast address of Department D's subnet, subnets must be allocated sequentially in order of decreasing size starting from :
1. Department A ( hosts) requires a block ( addresses), covering – .
2. Department B ( hosts) requires a block ( addresses), covering – .
3. Department C ( hosts) requires a block ( addresses), covering – .
4. Department D ( hosts) requires a block ( addresses), starting at and ending at . Thus, the broadcast address for Department D is .
1. Department A ( hosts) requires a block ( addresses), covering – .
2. Department B ( hosts) requires a block ( addresses), covering – .
3. Department C ( hosts) requires a block ( addresses), covering – .
4. Department D ( hosts) requires a block ( addresses), starting at and ending at . Thus, the broadcast address for Department D is .
Step-by-Step Solution
Key Concept
Variable Length Subnet Masking (VLSM) Allocation and Boundary Calculation
Estimated Time:3m 0s