Recall & Review
beginner
What is a Virtual Network (VNet) in Azure?
A Virtual Network (VNet) is like a private network in the cloud where your Azure resources can securely communicate with each other, just like devices connected in your home Wi-Fi network.
Click to reveal answer
beginner
Why do you need to specify an address space when creating a VNet?
The address space defines the range of IP addresses that your VNet can use. It’s like setting the size of your neighborhood so devices inside don’t get overlapping addresses.
Click to reveal answer
intermediate
What format is used to define the address space in a VNet?
The address space is defined using CIDR notation, for example, 10.0.0.0/16, which means the network includes all IP addresses from 10.0.0.0 to 10.0.255.255.
Click to reveal answer
intermediate
Can you add multiple address spaces to a single VNet?
Yes, you can add multiple address spaces to a VNet to expand the range of IP addresses available, similar to adding more streets to your neighborhood.
Click to reveal answer
advanced
What happens if two VNets have overlapping address spaces?
If two VNets have overlapping address spaces, it can cause communication problems because IP addresses may conflict, like two houses having the same street address.
Click to reveal answer
What does the address space in a VNet define?
✗ Incorrect
The address space defines the range of IP addresses that the VNet can use.
Which notation is used to specify the address space in a VNet?
✗ Incorrect
CIDR notation (e.g., 10.0.0.0/16) is used to define the address space.
Can a VNet have more than one address space?
✗ Incorrect
You can add multiple address spaces to a VNet to increase available IP addresses.
What issue arises if two VNets have overlapping address spaces?
✗ Incorrect
Overlapping address spaces cause IP conflicts, preventing proper communication.
Which of the following is NOT a reason to define a VNet address space carefully?
✗ Incorrect
Address space does not control physical location; it controls IP ranges.
Explain what a VNet is and why defining an address space is important.
Think about how devices connect in a home network.
You got /3 concepts.
Describe the consequences of overlapping address spaces between two VNets.
Imagine two houses with the same street address.
You got /3 concepts.