0
0
Azurecloud~5 mins

VNet creation and address space in Azure - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AThe storage capacity of the VNet
BThe number of virtual machines allowed
CThe physical location of the VNet
DThe range of IP addresses available in the VNet
Which notation is used to specify the address space in a VNet?
ADecimal notation
BCIDR notation
CHexadecimal notation
DBinary notation
Can a VNet have more than one address space?
AYes, to expand IP ranges
BNo, only one address space is allowed
COnly if using IPv6
DOnly in premium subscriptions
What issue arises if two VNets have overlapping address spaces?
AIP address conflicts causing communication problems
BFaster network speeds
CAutomatic merging of VNets
DNo issues at all
Which of the following is NOT a reason to define a VNet address space carefully?
AAvoid IP conflicts
BEnsure enough IPs for resources
CControl physical location of resources
DAllow future network expansion
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.