exam questions

Exam AZ-800 All Questions

View all questions & answers for the AZ-800 exam

Exam AZ-800 topic 3 question 35 discussion

Actual exam question from Microsoft's AZ-800
Question #: 35
Topic #: 3
[All AZ-800 Questions]

Your on-premises network has an IP address range of 10.0.0.0/23.

You have an Azure virtual network named VNet1 that contains a virtual machine named VM1.

VNet1 has an IP address range of 10.0.1.0/24.

You need to deploy a Site-to-Site (S2S) VPN to connect the on-premises network to VNet1.

What should you do first?

  • A. Deploy Azure Bastion to VNet1.
  • B. Deploy Azure Extended Network.
  • C. Configure VNet1 to use the IP address range of 10.0.2.0/24.
  • D. Configure VNet1 to use an IP address range of 10.0.1.128/25.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Ni_yot
7 months, 1 week ago
To determine if the subnets **10.0.0.0/23** and **10.0.1.0/24** overlap, we need to analyze their IP address ranges. 1. **Subnet 10.0.0.0/23**: - The /23 CIDR notation means it has a subnet mask of 255.255.254.0. - The range of addresses for this subnet is: - **Start**: 10.0.0.0 - **End**: 10.0.1.255 2. **Subnet 10.0.1.0/24**: - The /24 CIDR notation means it has a subnet mask of 255.255.255.0. - The range of addresses for this subnet is: - **Start**: 10.0.1.0 - **End**: 10.0.1.255 ### Overlap Analysis - The range of **10.0.0.0/23** is **10.0.0.0 to 10.0.1.255**. - The range of **10.0.1.0/24** is **10.0.1.0 to 10.0.1.255**. Since the range **10.0.1.0 to 10.0.1.255** falls within the range of **10.0.0.0/23**, these two subnets **do overlap**. Specifically, the overlapping addresses are from **10.0.1.0 to 10.0.1.255**.
upvoted 2 times
...
Ksk08
7 months, 2 weeks ago
C is correct
upvoted 1 times
...
sardonique
9 months, 3 weeks ago
Answer is C, it is a no brainer. Do some math, 10.0.0.0/23 overlaps to the whole vNet range. you can check it on a free online IP calculator.
upvoted 2 times
...
Krayzr
11 months ago
Selected Answer: C
Change IP so IPs are not conflicting.
upvoted 1 times
...
PrettyFlyWifi
12 months ago
Selected Answer: C
This has overlapping IP ranges, but there is no requirement to maintain the same IP addresses for both on-premises and Azure host VMs, so it's C for me, as it's a separate range. IF you had to maintain the IPs, then the extended network would win here.
upvoted 2 times
...
AK_1234
1 year ago
Answer C
upvoted 2 times
...
SIAMIANJI
1 year, 1 month ago
Selected Answer: C
Since your on-premises network has an IP address range of 10.0.0.0/23 and VNet1 currently has an IP address range of 10.0.1.0/24, which overlaps with the on-premises network, you need to change the IP address range of VNet1 to ensure that it does not overlap with the on-premises network. Therefore, the correct option is: C. Configure VNet1 to use the IP address range of 10.0.2.0/24.
upvoted 3 times
...
Kuikz
1 year, 2 months ago
Selected Answer: C
there is an overlap in the ranges 10.0.0.0/23 and 10.0.1.0/24 as the 10.0.1.0/24 range is entirely contained within the 10.0.0.0/23 range.
upvoted 1 times
...
pnewcap
1 year, 2 months ago
is it C or D ?
upvoted 1 times
...
AlexFlorea
1 year, 2 months ago
Selected Answer: C
C. Configure VNet1 to use the IP address range of 10.0.2.0/24. This step ensures that there are no overlapping IP ranges between the on-premises network and the Azure virtual network, which is essential for a successful S2S VPN connection.
upvoted 1 times
...
Lionred
1 year, 2 months ago
Answer is B because of the overlapping of address. On-prem has the range of 10.0.0.0 - 10.0.127.255 Azure VNet1 has the range of 10.0.1.0 - 10.0.1.255 Azure Extended Network can work with overlapping address ranges
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...