Bird
0
0

Which of the following is the correct way to define a VPC CIDR block in AWS?

easy📝 Syntax Q3 of 15
AWS - VPC Fundamentals
Which of the following is the correct way to define a VPC CIDR block in AWS?
A255.255.255.0
B10.0.0.0/16
C192.168.1.1
D0.0.0.0/0
Step-by-Step Solution
Solution:
  1. Step 1: Understand CIDR notation for VPC

    A VPC CIDR block uses IP address range with subnet mask, like 10.0.0.0/16.
  2. Step 2: Identify invalid options

    Options A and C are single IPs or subnet masks, not CIDR blocks; D is the default route, not a VPC range.
  3. Final Answer:

    10.0.0.0/16 -> Option B
  4. Quick Check:

    VPC CIDR = IP range with mask [OK]
Quick Trick: CIDR block looks like IP/mask format [OK]
Common Mistakes:
  • Using single IP instead of range
  • Confusing subnet mask with CIDR
  • Using default route as CIDR

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes