Bird
0
0

If you create a VPC with CIDR block 10.0.0.0/16 and then add a subnet with CIDR 10.0.1.0/24, what is the relationship between the subnet and VPC?

medium📝 Predict Output Q5 of 15
AWS - VPC Fundamentals
If you create a VPC with CIDR block 10.0.0.0/16 and then add a subnet with CIDR 10.0.1.0/24, what is the relationship between the subnet and VPC?
AThe subnet replaces the VPC's CIDR block
BThe subnet overlaps and conflicts with the VPC
CThe subnet is outside the VPC's IP range
DThe subnet is a smaller network inside the VPC's range
Step-by-Step Solution
Solution:
  1. Step 1: Understand CIDR hierarchy

    A /24 subnet is a smaller range inside a /16 network.
  2. Step 2: Confirm subnet fits inside VPC

    10.0.1.0/24 fits inside 10.0.0.0/16, so no conflict.
  3. Final Answer:

    The subnet is a smaller network inside the VPC's range -> Option D
  4. Quick Check:

    Subnet inside VPC = True [OK]
Quick Trick: Subnets are smaller parts inside the VPC network [OK]
Common Mistakes:
  • Thinking subnets can be outside the VPC range
  • Assuming subnet replaces the VPC CIDR
  • Confusing overlapping with valid subnetting

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes