Which of the following best explains why Azure Virtual Network (VNet) is important for cloud infrastructure?
Think about how cloud resources communicate securely.
Azure Virtual Network creates a private network for resources, enabling secure and isolated communication.
You want to distribute incoming traffic evenly across multiple virtual machines in Azure. Which Azure Load Balancer type should you use?
Consider the type of traffic and where it originates.
Azure Public Load Balancer distributes incoming internet traffic across VMs. Internal Load Balancer is for internal traffic only.
What is the primary function of a Network Security Group (NSG) in Azure?
Think about how traffic is allowed or blocked in a network.
NSGs act like firewalls controlling which traffic can enter or leave resources in a virtual network.
What is a key behavior of Azure ExpressRoute compared to typical internet connections?
Consider how ExpressRoute differs from normal internet connections.
ExpressRoute creates a private, dedicated connection that does not use the public internet, improving security and reliability.
You need to design an Azure network that spans multiple regions with secure communication and failover. Which approach best meets this need?
Think about secure, private communication and failover across regions.
Virtual Network peering allows private communication between VNets. VPN Gateway adds encryption for cross-region traffic, ensuring security and failover.