Capabilities of Vnets
Communication with internet Communication between Az resources Communication between on premise resources Filtering network traffic Routing network traffic
All resources in a VNet can communicate outbound to the internet, by default - True/ False
True - All resources in a VNet can communicate outbound to the internet, by default
Communication between Azure resources - 3 Key Mechanisms
VNets,
VNet service endpoints and
VNet peering
How can an inbound internet connectivity be set up for a vnet?
You can communicate inbound to a resource by assigning a public IP address or a public Load Balancer.
You can connect your on-premises computers and networks to a virtual network using any of the following options: 3 options
Point-to-site virtual private network (VPN),
Site-to-site VPN,
Azure ExpressRoute.
You can filter network traffic between subnets using –
2. NVAs - network virtual appliances like firewalls, gateways, proxies, and Network Address Translation (NAT) services.
Azure routes traffic between subnets, connected virtual networks, on-premises networks, and the Internet, by default. To override the default routes that Azure creates you can implement -
Route tables or
Border gateway protocol (BGP)
Design considerations for Az Vnet
Azure reserves ____ IP addresses within each subnet
5
A well-chosen name helps you quickly identify the –
There are four levels you can specify a scope:
Management group,
Subscription,
Resource group, and
Resource.
Scopes are _____, with each level of ______making the scope more specific.
hierarchical; hierarchy
Two subnets, within different virtual networks, can have same name - True/ False
True - Subnets are scoped to Virtual Networks
A resource can be created in a virtual network that exists in the _____ region and subscription as the resource - same/ different
same
Azure Availability Zone
You can add address spaces after creating the virtual network - True/ False
True
A public IP address
A public IP address in Azure is not dedicated to a specific resource, until it’s assigned by a network engineer - True/ False
False - A public IP address in Azure is dedicated to a specific resource, until it’s unassigned by a network engineer
A resource without a public IP assigned can communicate outbound through –
network address translation(NAT) services, where Azure dynamically assigns an available IP address that isn’t dedicated to the resource.
Public resources like web servers must be accessible from the internet. You want to ensure that you plan ______that support these requirements.
Public IP addresses
Default outbound IP access for Azure VM
Azure provides an default outbound access IP for Azure Virtual Machines which aren’t assigned a public IP address, or are in the backend pool of an internal Basic Azure Load Balancer. The default outbound access IP mechanism provides an outbound IP address that isn’t configurable.
The default outbound access IP is disabled –
Some of the resources you can associate a public IP address resource with:
The default ip address allocation method is_____: dynamic or static
Dynamic. To ensure that the IP address for the resource remains the same (or static), one has to set the allocation method explicitly to static.