Courseiva
Network ImplementationhardMultiple ChoiceObjective-mapped

ANS-C01 Network Implementation Practice Question

Network Topology
aws ec2 describe-vpc-peering-connectionsquery "VpcPeeringConnections[?Status.Code=='active']"output json"VpcPeeringConnectionId": "pcx-12345678","AccepterVpcInfo": {"OwnerId": "111111111111","VpcId": "vpc-aaaaaaaa","CidrBlock": "10.0.0.0/16"},"RequesterVpcInfo": {"OwnerId": "222222222222","VpcId": "vpc-bbbbbbbb","Status": {"Code": "active"

Refer to the exhibit. A company has two VPCs (vpc-aaaaaaaa and vpc-bbbbbbbb) that are peered. The CIDR blocks are both 10.0.0.0/16. The peering connection status is 'active'. Which of the following is true about this configuration?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The VPCs cannot communicate because of overlapping CIDR blocks

VPC peering does not support overlapping CIDR blocks. Even though the peering connection status is active, routes cannot be added to the route tables because the CIDR blocks are identical (both 10.0.0.0/16), preventing communication. Option B is incorrect because the peering connection can become active despite overlapping CIDRs; the issue arises at the routing layer. Option C is incorrect because the overlapping CIDRs prevent any communication between the VPCs. Option D is incorrect because DNS resolution is not automatically enabled; it requires additional configuration.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The VPCs cannot communicate because of overlapping CIDR blocks

    Why this is correct

    Overlapping CIDRs prevent proper routing.

  • The VPC peering connection will not become active due to overlapping CIDRs

    Why it's wrong here

    The connection can become active but routing will not work.

  • The VPCs can communicate using the peering connection without any issues

    Why it's wrong here

    Overlapping CIDRs cause routing conflicts.

  • DNS resolution between the VPCs will be automatically enabled

    Why it's wrong here

    DNS resolution must be explicitly enabled and does not fix overlapping CIDRs.

Visual reference

Client Recursive Resolver Root DNS (13 root servers) TLD DNS (.com, .org, …) Authoritative example.com query IP addr answer

About these practice questions

One of 1,621 original ANS-C01 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This ANS-C01 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the ANS-C01 exam.