Podcast
Questions and Answers
Which route type has the highest priority in Azure routing?
Which route type has the highest priority in Azure routing?
What is the priority order of route types in Azure routing, from highest to lowest?
What is the priority order of route types in Azure routing, from highest to lowest?
Which route type always takes precedence regardless of the priority order?
Which route type always takes precedence regardless of the priority order?
If there are multiple routes with the same prefix, which route type would be preferred?
If there are multiple routes with the same prefix, which route type would be preferred?
Signup and view all the answers
In Azure routing, what does UDR stand for?
In Azure routing, what does UDR stand for?
Signup and view all the answers
Which route type allows dynamic routing between network virtual appliances and the virtual network in Azure?
Which route type allows dynamic routing between network virtual appliances and the virtual network in Azure?
Signup and view all the answers
What is the purpose of the Azure Route Server?
What is the purpose of the Azure Route Server?
Signup and view all the answers
Which route type does VM traffic in Azure always go through first?
Which route type does VM traffic in Azure always go through first?
Signup and view all the answers
In order to inspect traffic with a FortiGate VM, what do you need to create?
In order to inspect traffic with a FortiGate VM, what do you need to create?
Signup and view all the answers
What does SDN stand for in Azure routing?
What does SDN stand for in Azure routing?
Signup and view all the answers
Which SKU of public IP-addresses in Azure can be static or dynamic for IP-v4, and dynamic for IP-v6?
Which SKU of public IP-addresses in Azure can be static or dynamic for IP-v4, and dynamic for IP-v6?
Signup and view all the answers
Which type of load balancer in Azure can distribute traffic among healthy instances of services defined in a load-balanced set?
Which type of load balancer in Azure can distribute traffic among healthy instances of services defined in a load-balanced set?
Signup and view all the answers
Which type of load balancer in Azure can be configured to forward external traffic to a specific VM?
Which type of load balancer in Azure can be configured to forward external traffic to a specific VM?
Signup and view all the answers
Which SKU of public IP-addresses in Azure is secure by default and requires the configuration of network security groups to allow inbound traffic?
Which SKU of public IP-addresses in Azure is secure by default and requires the configuration of network security groups to allow inbound traffic?
Signup and view all the answers
Which type of load balancer in Azure provides low latency and high throughput, and can scale up to millions of flows for all TCP and UDP applications?
Which type of load balancer in Azure provides low latency and high throughput, and can scale up to millions of flows for all TCP and UDP applications?
Signup and view all the answers
Which type of load balancer in Azure supports inbound and outbound scenarios?
Which type of load balancer in Azure supports inbound and outbound scenarios?
Signup and view all the answers
Which SKU of public IP-addresses in Azure can be upgraded to standard after creation?
Which SKU of public IP-addresses in Azure can be upgraded to standard after creation?
Signup and view all the answers
Which SKU of public IP-addresses in Azure allows public IP-addresses to be used with cross-region load balancers?
Which SKU of public IP-addresses in Azure allows public IP-addresses to be used with cross-region load balancers?
Signup and view all the answers
Which type of load balancer in Azure can scale your applications and create high availability for your services?
Which type of load balancer in Azure can scale your applications and create high availability for your services?
Signup and view all the answers
Which SKU of public IP-addresses in Azure is recommended to use with network security groups to restrict traffic?
Which SKU of public IP-addresses in Azure is recommended to use with network security groups to restrict traffic?
Signup and view all the answers
Study Notes
Azure Routing
- System routes have the highest priority in Azure routing.
- The priority order of route types in Azure routing, from highest to lowest, is: System, UDR (User-Defined Route), BGP (Border Gateway Protocol).
- System routes always take precedence regardless of the priority order.
- When there are multiple routes with the same prefix, the route with the longest prefix match is preferred.
UDR and Route Server
- UDR stands for User-Defined Route in Azure routing.
- Dynamic routing between network virtual appliances and the virtual network in Azure is allowed by UDR.
- The purpose of the Azure Route Server is to enable the propagation of routes from the network virtual appliances to the virtual network.
Traffic Flow and Inspection
- VM traffic in Azure always goes through the system route first.
- To inspect traffic with a FortiGate VM, a route needs to be created.
SDN and Load Balancers
- SDN stands for Software-Defined Networking in Azure routing.
- The Azure Load Balancer that can distribute traffic among healthy instances of services defined in a load-balanced set is the Internal Load Balancer.
- The Azure Load Balancer that can be configured to forward external traffic to a specific VM is the Public Load Balancer.
- The Azure Load Balancer that provides low latency and high throughput, and can scale up to millions of flows for all TCP and UDP applications is the Azure Load Balancer with HA Ports.
- The Azure Load Balancer that supports inbound and outbound scenarios is the Azure Application Gateway.
- The Azure Load Balancer that can scale applications and create high availability for services is the Azure Load Balancer.
Public IP Addresses
- The SKU of public IP addresses in Azure that can be static or dynamic for IP-v4, and dynamic for IP-v6 is the Standard SKU.
- The SKU of public IP addresses in Azure that is secure by default and requires the configuration of network security groups to allow inbound traffic is the Standard SKU.
- The SKU of public IP addresses in Azure that can be upgraded to Standard after creation is the Basic SKU.
- The SKU of public IP addresses in Azure that allows public IP addresses to be used with cross-region load balancers is the Standard SKU.
- The SKU of public IP addresses in Azure that is recommended to use with network security groups to restrict traffic is the Standard SKU.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Description
Test your knowledge on Azure routing and system routes. Learn about user-defined routes (UDR), BGP routes, and the priority order used by Azure when multiple routes have the same prefix.