Exam AZ-104 All QuestionsBrowse all questions from this exam
Question 343

You have the Azure virtual networks shown in the following table.

To which virtual networks can you establish a peering connection from VNet1?

    Correct Answer: C

    To establish a peering connection between virtual networks in Azure, the address spaces of the virtual networks must not overlap. VNet1 has an address space of 10.11.0.0/16. VNet2 has an address space of 10.11.0.0/17, which overlaps with VNet1's address space, making peering between VNet1 and VNet2 impossible. VNet3, with an address space of 10.10.0.0/22, and VNet4, with an address space of 192.168.16.0/22, do not overlap with VNet1's address space. Therefore, VNet1 can establish peering connections with VNet3 and VNet4, but not with VNet2.

Discussion
mlantonisOption: C

Correct Answer: C VNet1 10.11.0.0/16 = 10.11.0.1 - 10.11.255.255 (overlap VNet2) VNet2 10.11.0.0/17 = 10.11.0.1 - 10.11.127.254 (overlap VNet1) VNet3 10.10.0.0/22 = 10.10.0.1 - 10.10.3.254 (no overlap) VNet4 192.168.16.0/22 = 192.168.16.1 - 192.168.19.254 (no overlap) Possible peerings are: VNet1 -> Vnet3 VNet1 -> Vnet4 If a virtual network has address ranges that overlap with another virtual network or on-premises network, the two networks can't be connected.

bogdan89Option: C

Tested, in this context answer is correct. Vnet 2 and Vnet 1 can not be peered and also Vnet 2 and vnet3 or vnet 4 can not be peered. But tested more and discovered that Vnet1 can make a peering with Vnet 3 and Vnet4. Pay attention if there will be a modification in the answer. The strange way of Microshit qestions.

Kopy

"also Vnet 2 and vnet3 or vnet 4 can not be peered." WHY?

Kopy

ignore

NotMeAnyWayOption: C

Virtual Peering Requirements: • Virtual Peering comes in two forms: Virtual Peering for within a Region and Global Virtual Peering for across regions. The question does not limit the peering to one region. So peering permitted to VNET3 and VNET4 • Virtual Peering cannot have overlapping address spaces so no peering can be had with VNET2 until there is an address space change (requires recreation of the VNET). Therefore only logical answer is C: VNET3 & VNET4: Read Here: (https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-peering-overview)

LazylinuxOption: C

Given answer is correct... Peering should NOT have overlapping Address Space/subnets

pappkarcsiiiOption: C

Possible peerings are: VNet1 -> Vnet3 VNet1 -> Vnet4

[Removed]

Was on exam dated 15/11/2021

Y2Option: A

But if VNet2 doesnt overlap with VNet3 or 4 why can't it be peered?

tashakoriOption: C

C is correct

tashakoriOption: C

C is right

1828b9d

This question was in exam 01/03/2024

danrodcardOption: A

there is no overlap between VNet2, VNet3

stonwall12Option: C

C: Vnet 3 and 4 Vnet 1 and 2 overlap

NottebOption: C

Correct Answer:C

swetha_2022Option: C

Correct Answer:C

EmnCoursOption: C

Correct Answer: C

_punky_

FYI: https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-manage-peering#requirements-and-constraints

hanyahmedOption: D

VNet1 -> Vnet3 VNet1 -> Vnet4