0
0
Azurecloud~5 mins

Subnets within a VNet in Azure - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a subnet in the context of an Azure Virtual Network (VNet)?
A subnet is a smaller network segment within a Virtual Network (VNet) that divides the VNet's IP address space into smaller, manageable sections. It helps organize and secure resources by grouping them logically.
Click to reveal answer
beginner
Why do we use subnets inside a VNet?
Subnets help separate resources for security, control traffic flow, and organize resources by function or department. They also allow applying network security rules and routing policies at a smaller scale.
Click to reveal answer
intermediate
How does the IP address range of a subnet relate to the VNet's IP address range?
The subnet's IP address range must be a subset of the VNet's IP address range. This means the subnet's addresses come from the larger pool defined by the VNet.
Click to reveal answer
beginner
Can subnets in the same VNet communicate with each other by default?
Yes, subnets within the same VNet can communicate with each other by default without extra configuration, unless network security groups or other rules block the traffic.
Click to reveal answer
intermediate
What is a Network Security Group (NSG) and how does it relate to subnets?
A Network Security Group (NSG) is a set of security rules that control inbound and outbound traffic. NSGs can be applied to subnets to control traffic for all resources inside that subnet.
Click to reveal answer
What must a subnet's IP range be in relation to its VNet's IP range?
AA subset of the VNet's IP range
BCompletely outside the VNet's IP range
CExactly the same as the VNet's IP range
DLarger than the VNet's IP range
By default, can resources in different subnets within the same VNet communicate?
ANo, they are isolated by default
BYes, without extra configuration
COnly if they share the same IP address
DOnly if they are in different VNets
What Azure feature can you use to control traffic to and from a subnet?
AAzure Blob Storage
BVirtual Machine Scale Set
CNetwork Security Group (NSG)
DAzure Functions
What is the main purpose of dividing a VNet into subnets?
ATo create multiple VNets
BTo increase internet speed
CTo reduce storage costs
DTo organize and secure resources
Which of the following is true about subnets in Azure VNets?
AThey share the VNet's address space but have their own smaller ranges
BThey must have overlapping IP ranges
CThey cannot have any security rules applied
DThey are completely independent networks
Explain what a subnet is and why it is used inside an Azure Virtual Network.
Think about how a big neighborhood is divided into smaller blocks.
You got /3 concepts.
    Describe how Network Security Groups (NSGs) work with subnets in Azure.
    Imagine a security guard controlling who enters or leaves a block.
    You got /3 concepts.