Configure and Manage Virtual Networking Flashcards
Azure reserves 5 IP addresses with each subnet
subnet
x.x.x.0
What is this reserved for ?
the Network address
Azure reserves 5 IP addresses with each subnet
subnet
x.x.x.255
What is this reserved for ?
the network broadcast address
Azure reserves 5 IP addresses with each subnet
subnet
x.x.x.1
What is this reserved for ?
the default gateway
Azure reserves 5 IP addresses with each subnet
subnet
x.x.x.2 and x.x.x.3
What are these reserved for ?
mapping the Azure DNS IPs to the VNET space
What is a default gateway ?
The IP address for the router that connects your network to other network segments, serving as an exit point for all packets that have a destination outside your network
When you create and configure new IP addresses, what are the three dimensions you must define ?
Public or private
Static assignment or dynamic assignment
IPV4 or IPV6 or both
[Private IP addresses]
The infrastructure team has implemented firewall rules to deny traffic based on IP address ranges.
Which of the following should be used to meet the requirement?
- Statically assigned IP addresses
- Dynamically assigned IP addresses
Statically assigned IP addresses
[Peering]
When 2 VNETs are peered, traffic is routed through …
- public internet
- public internet with a VPN gateway
- Microsoft’s infrastructure backbone
Microsoft’s infrastructure backbone
[Peering]
What is the difference between regular peering and global peering ?
Regular peering is when the two peered VNETs are in the same region
Global peering is when the two peered VNETs are in different regions
[Peering]
A single VNET can span …
- regions
- subscriptions
- both
- neither regions nor subscriptions
neither regions nor subscriptions
[Peering]
True or false : Ingressing and egressing data is more expensive in global peering
True
[Peering]
What is the most important rule to remember when establishing the peering relationship between two VNETs ?
The two VNETs can not have overlapping address space
[Peering]
True or false : Once two VNETs are peered, you can modify their address space
False - address space can not be modified once a VNET is peered with another
[Peering]
True or false : address space can not be modified once a VNET is peered with another VNET
True
[Peering]
What is the maximum number of peering connections per VNET ?
Is this a hard limit or can this be changed ?
500 peering connections per VNET
It is hard limit
[Peering]
What does UDR stand for ?
User Defined Routing
[Peering]
VNet peering is not _____________________ . This means there is no automatic connectivity between spokes in a hub-and-spoke topology.
transitive
[Peering]
…deploy an NVA into the hub through user-defned routes (UDRs) to route inter-spoke traffc through the NVA.
This is known as ___________________ , and it enables spoke-to-spoke communication without requiring additional VNet peerings.
service chaining