Configure and manage virtual networks for Azure administrators Flashcards
How are hybrid cloud server deployments established?
By using Azure virtual networks to create a private network in Azure and securely connect resources.
When cloud resources use Azure virtual network, how is the network segmented?
An Azure virtual network is a logical isolation of the Azure cloud resources.
Does each network have its own subnet?
Each virtual network has its own Classless Inter-Domain Routing (CIDR) block and can be linked to other virtual networks and on-premises networks.
What must be considered when creating a hybrid azure network solution?
The CIDR blocks (subnets) of the connecting networks must not overlap.
In an Azure virtual network, who controls the DNS settings and segmentation?
The tenant.
When creating a subnet, how many IPs are reserved, and in what order?
Azure reserves five IP addresses. The first four addresses and the last address are reserved.
How do certain servicers and Azure networks interact?
A service might require or create their own subnet; Each service directly deployed into a virtual network has specific requirements for routing and the types of traffic.
How is network traffic between all subnets in a virtual network routed by default?
Azure routes network traffic between all subnets in a virtual network, by default.
Can virtual networks in azure be isolated?
You can override Azure’s default routing to prevent Azure routing between subnets.
If traffic between two resources in a virtual network should be routed through a virtual network appliance, how should it be deployed?
Deploy the resources to different subnets because the virtual network appliance should have its own subnet.
How do service endpoints function with virtual networks/subnets?
You can limit access to Azure resources with a virtual network service endpoint; Deny access to the resources from the internet.
What is the purpose of a network security group?
Each network security group contains rules that allow or deny traffic to and from sources and destinations.
Define ‘Azure Private Link’
provides private connectivity from a virtual network to Azure platform as a service (PaaS), customer-owned, or Microsoft partner services.
What is the security benefit of Azure Private Link?
The service eliminates data exposure to the public internet.
When creating a virtual network IP address range, what should be considered in relation to the organization?
Plan to use an IP address space that’s not already in use in your organization; The range can be either on-premises or in the cloud, but not both.
Can an address space be changed once its created?
Once you create the IP address space, it can’t be changed.
In a virtual network, can subnets overlap?
The range for one subnet can’t overlap with other subnet IP address ranges in the same virtual network.
Once a virtual network is deployed, how can resources communicate?
You can assign IP addresses to Azure resources to communicate with other Azure resources, your on-premises network, and the internet.
What are the two types of Azure IP addresses?
private and public.
What is the function of a private azure IP address?
Enable communication within an Azure virtual network and your on-premises network.
How are private Azure IPs assigned when connecting to on-premises resources for a hybrid deployment?
Created when you config a VPN gateway or Azure ExpressRoute circuit.
What is the function of a Public Azure IP address?
Allowing your resource to communicate with the internet and public facing azure services.
What are the two ways IP addresses can be assigned in Azure?
IP addresses can be statically assigned or dynamically assigned.
What is the difference between static and dynamically assigned IP addresses?
Static IP addresses don’t change.