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
[Peering]
What is the simplest way to do spoke-to-spoke communication without doing too many VNET peerings ?
service chaining
[Peering]
NVA stands for … ?
Network Virtual Appliance
[Peering]
In an hub-and-spoke architecture, where several VNETs are all peered to a hub, you’ve decided to use service chaining to avoid creating too many peering relationships.
What are the two major characteristics of “service chaining” ?
- Deploy an NVA to the Hub
2. Use UDR to route inter-spoke traffic through the NVA
[Peering]
To transit traffic from one spoke VNet to another spoke VNet via an NVA in the hub VNet, the VNet peerings must be confgured correctly.
By default, a peering connection will only accept traffic originating from the VNet to which it is connected.
However, this will not be the case for traffic forwarded between spoke VNets via an NVA in a hub VNet.
To permit such traffic, the ________________________ setting must be enabled for those VNet peerings.
Allow Forwarded Traffic
[Peering]
Suppose you want two peered VNets want to send traffic to an external network via a virtual network gateway.
Rather than deploy two virtual network gateways, what is simpler and more cost-efficient set up for the VNets ?
Have them share a single network gateway
[Peering]
“Use Remote Gateways” setting is enabled for a VNet.
Can this VNet have its own network gateway ?
No