Azure Networking and Load Balancing Features Quiz
91 Questions
0 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

What is the purpose of system routes in Azure?

  • To direct network traffic between VMs in the same subnet
  • To control site-to-site and ExpressRoute communication through the VPN gateway
  • To direct data flow from VMs to the Internet (correct)
  • To direct network traffic between VMs in different subnets in the same virtual network
  • What does a Route Table in Azure contain?

  • A list of all VMs in the virtual network
  • A set of rules specifying how packets should be routed in a virtual network (correct)
  • Information about system routes
  • Configuration settings for load balancers
  • What is the function of User-Defined Routes (UDRs) in Azure?

  • To control network traffic by defining the next hop of the traffic flow (correct)
  • To monitor network performance
  • To configure network security groups
  • To manage user access to virtual machines
  • In Azure, can a subnet be associated with multiple route tables?

    <p>No, a subnet can only be associated with a single route table</p> Signup and view all the answers

    What is the role of network virtual appliances (NVAs) in Azure?

    <p>To assist with network functions like routing and firewall optimization</p> Signup and view all the answers

    Which of the following can be defined as the next hop in User-Defined Routes (UDRs) in Azure?

    <p>Virtual network gateway</p> Signup and view all the answers

    What is the main purpose of Azure Load Balancer?

    <p>To distribute incoming network traffic across multiple servers</p> Signup and view all the answers

    What does a network virtual appliance (NVA) help with in Azure?

    <p>Network functions like routing and firewall optimization</p> Signup and view all the answers

    Which type of communication does the Azure Application Gateway primarily manage?

    <p>HTTP and HTTPS traffic</p> Signup and view all the answers

    What is the function of Route Tables in Azure?

    <p>Contain a set of rules specifying how packets should be routed in a virtual network</p> Signup and view all the answers

    What is the purpose of Service Endpoint in Azure networking?

    <p>Provides identity to virtual network services and offers improved security and optimal routing for Azure service traffic</p> Signup and view all the answers

    Which service is NOT available for Service Endpoint in Azure?

    <p>Azure Kubernetes Service</p> Signup and view all the answers

    What are the key features of Private Link in Azure networking?

    <p>Provides private connectivity to services on Azure, integration with on-premises and peered networks, and protection against data exfiltration</p> Signup and view all the answers

    What is the primary function of the Azure Load Balancer?

    <p>Distributes inbound traffic to backend resources using load-balancing rules and health probes</p> Signup and view all the answers

    What does the Public Load Balancer map public IP address and port number to?

    <p>Private IP address and port number of the VM</p> Signup and view all the answers

    What is the purpose of an Internal Load Balancer in Azure networking?

    <p>Directs traffic to resources inside a virtual network or using a VPN to access Azure infrastructure</p> Signup and view all the answers

    What is the purpose of Load Balancer SKUs in Azure networking?

    <p>Determine the instance limits for the backend pool</p> Signup and view all the answers

    What do load balancer rules define in Azure networking?

    <p>How traffic is distributed to the backend pool</p> Signup and view all the answers

    What is the purpose of Session Persistence in load balancing?

    <p>Specifies how traffic from a client should be handled</p> Signup and view all the answers

    What role do Health Probes play in load balancing?

    <p>Dynamically add or remove VMs from the load balancer rotation based on their response to health checks</p> Signup and view all the answers

    Service ______ provides identity to virtual network services and offers improved security and optimal routing for Azure service traffic.

    <p>endpoint</p> Signup and view all the answers

    Private Link brings services to a private virtual network, providing private ______ to services on Azure, integration with on-premises and peered networks, and protection against data exfiltration.

    <p>connectivity</p> Signup and view all the answers

    The Azure Load Balancer distributes inbound traffic to backend ______ using load-balancing rules and health probes and can be used for inbound and outbound scenarios.

    <p>resources</p> Signup and view all the answers

    Public Load Balancer maps public IP ______ and port number of incoming traffic to the private IP ______ and port number of the VM and also provides mapping for response traffic from the VM.

    <p>address</p> Signup and view all the answers

    Internal Load Balancer directs ______ to resources inside a virtual network or using a VPN to access Azure infrastructure and is used for various types of load balancing scenarios.

    <p>traffic</p> Signup and view all the answers

    A public load ______ could be placed in front of an internal load ______ to create a multi-tier application.

    <p>balancer</p> Signup and view all the answers

    Load Balancer SKUs include Standard and Basic, with different instance limits for the backend pool.

    <p>pools</p> Signup and view all the answers

    Load balancer rules define how ______ is distributed to the backend pool and can be used in combination with NAT rules.

    <p>traffic</p> Signup and view all the answers

    Health Probes dynamically add or remove ______ from the load balancer rotation based on their response to health checks and can be configured using HTTP and TCP custom probes.

    <p>VMs</p> Signup and view all the answers

    Application Gateway manages client application ______ to a web app, uses round robin for load balancing, and supports features like path-based routing and multiple site routing for different URL paths and multiple web applications.

    <p>requests</p> Signup and view all the answers

    Each route table can be associated to multiple subnets, but a subnet can only be associated to a single route table. There are no charges for creating route tables in Microsoft Azure. MST400 Network Routing and Endpoints: User-Defined Routes User-Defined Routes (______) control network traffic by defining the next hop of the traffic flow. The hop can be a virtual network gateway, virtual network, internet, or virtual appliance.

    <p>UDRs</p> Signup and view all the answers

    NVAs are VMs that help with network functions like routing and firewall optimization. We want to ensure all traffic from the Public subnet goes through the NVA to the Private subnet.

    <p>network virtual appliance</p> Signup and view all the answers

    A ______ contains a set of rules, called routes, that specifies how packets should be routed in a virtual network.

    <p>Route Table</p> Signup and view all the answers

    MST400 Network Routing and Endpoints: System Routes Azure uses ______ to direct network traffic Traffic between VMs in the same subnet. Between VMs in different subnets in the same virtual network. Data flow from VMs to the Internet. Site-to-Site and ExpressRoute communication through the VPN gateway.

    <p>system routes</p> Signup and view all the answers

    In the ______ subnet, there is a network virtual appliance (NVA). NVAs are VMs that help with network functions like routing and firewall optimization. We want to ensure all traffic from the Public subnet goes through the NVA to the Private subnet.

    <p>DMZ</p> Signup and view all the answers

    We have a virtual network that includes ______ subnets. In the DMZ subnet, there is a network virtual appliance (NVA). NVAs are VMs that help with network functions like routing and firewall optimization. We want to ensure all traffic from the Public subnet goes through the NVA to the Private subnet.

    <p>three</p> Signup and view all the answers

    MST400 Network Routing and Endpoints: User-Defined Routes User-Defined Routes (UDRs) control network traffic by defining the ______ of the traffic flow. The hop can be a virtual network gateway, virtual network, internet, or virtual appliance.

    <p>next hop</p> Signup and view all the answers

    MST400 Network Routing and Endpoints: System Routes Azure uses system routes to direct network traffic Traffic between VMs in the same subnet. Between VMs in different subnets in the same virtual network. Data flow from VMs to the Internet. Site-to-Site and ExpressRoute communication through the VPN gateway.

    <p>Network Traffic Management</p> Signup and view all the answers

    System routes in Azure are used to direct network traffic between VMs in the same subnet, between VMs in different subnets in the same virtual network, and for data flow from VMs to the Internet.

    <p>True</p> Signup and view all the answers

    A Route Table in Azure contains a set of rules, called routes, that specifies how packets should be routed in a virtual network.

    <p>True</p> Signup and view all the answers

    User-Defined Routes (UDRs) control network traffic by defining the next hop of the traffic flow, which can be a virtual network gateway, virtual network, internet, or virtual appliance.

    <p>True</p> Signup and view all the answers

    Network virtual appliances (NVAs) in Azure help with network functions like routing and firewall optimization.

    <p>True</p> Signup and view all the answers

    The Azure Load Balancer distributes inbound traffic to backend resources using load-balancing rules and health probes and can be used for inbound and outbound scenarios.

    <p>True</p> Signup and view all the answers

    Public Load Balancer maps public IP address and port number of incoming traffic to the private IP address and port number of the VM and also provides mapping for response traffic from the VM.

    <p>True</p> Signup and view all the answers

    Load balancer rules define how traffic is distributed to the backend pool and can be used in combination with NAT rules.

    <p>True</p> Signup and view all the answers

    Private Link in Azure networking brings services to a private virtual network, providing private connectivity to services on Azure, integration with on-premises and peered networks, and protection against data exfiltration.

    <p>True</p> Signup and view all the answers

    Health Probes dynamically add or remove resources from the load balancer rotation based on their response to health checks and can be configured using HTTP and TCP custom probes.

    <p>True</p> Signup and view all the answers

    Service Endpoint provides identity to virtual network services and offers improved security and optimal routing for Azure service traffic.

    <p>True</p> Signup and view all the answers

    Private Link brings services to a private virtual network, providing private connectivity to services on Azure, integration with on-premises and peered networks, and protection against data exfiltration.

    <p>True</p> Signup and view all the answers

    The Azure Load Balancer distributes inbound traffic to backend resources using load-balancing rules and health probes and can be used for inbound and outbound scenarios.

    <p>True</p> Signup and view all the answers

    Public Load Balancer maps public IP address and port number of incoming traffic to the private IP address and port number of the VM and also provides mapping for response traffic from the VM.

    <p>True</p> Signup and view all the answers

    A public load balancer could be placed in front of an internal load balancer to create a multi-tier application.

    <p>True</p> Signup and view all the answers

    Load Balancer SKUs include Standard and Basic, with different instance limits for the backend pool.

    <p>True</p> Signup and view all the answers

    Load balancer rules define how traffic is distributed to the backend pool and can be used in combination with NAT rules.

    <p>True</p> Signup and view all the answers

    Health Probes dynamically add or remove VMs from the load balancer rotation based on their response to health checks and can be configured using HTTP and TCP custom probes.

    <p>True</p> Signup and view all the answers

    Application Gateway manages client application requests to a web app, uses round robin for load balancing, and supports features like path-based routing and multiple site routing for different URL paths and multiple web applications.

    <p>True</p> Signup and view all the answers

    Several services are available for Service Endpoint, including Azure Storage, Azure SQL Database, Azure Cosmos DB, and Azure Key Vault.

    <p>True</p> Signup and view all the answers

    Match the following Azure networking components with their primary functions:

    <p>System Routes = Direct network traffic between VMs in the same subnet, between VMs in different subnets in the same virtual network, and from VMs to the Internet User-Defined Routes (UDRs) = Control network traffic by defining the next hop of the traffic flow, which can be a virtual network gateway, virtual network, internet, or virtual appliance Route Table = Contains a set of rules, called routes, that specifies how packets should be routed in a virtual network Network Virtual Appliance (NVA) = Helps with network functions like routing and firewall optimization</p> Signup and view all the answers

    Match the following load balancing features in Azure with their functions:

    <p>Azure Load Balancer = Distributes inbound traffic to backend resources using load-balancing rules and health probes for inbound and outbound scenarios Health Probes = Dynamically add or remove resources from the load balancer rotation based on their response to health checks and can be configured using HTTP and TCP custom probes Load Balancer Rules = Define how traffic is distributed to the backend pool and can be used in combination with NAT rules Session Persistence = Maintains client affinity by consistently routing a client's requests to the same backend resource</p> Signup and view all the answers

    Match the following Azure networking services with their primary functions:

    <p>Service Endpoint = Provides identity to virtual network services and offers improved security and optimal routing for Azure service traffic Private Link = Brings services to a private virtual network, providing private connectivity to services on Azure, integration with on-premises and peered networks, and protection against data exfiltration Application Gateway = Manages client application requests to a web app, uses round robin for load balancing, and supports features like path-based routing and multiple site routing for different URL paths and multiple web applications Internal Load Balancer = Directs traffic to resources inside a virtual network or using a VPN to access Azure infrastructure and is used for various types of load balancing scenarios</p> Signup and view all the answers

    Match the following load balancing components in Azure with their functions:

    <p>Public Load Balancer = Maps public IP address and port number of incoming traffic to the private IP address and port number of the VM and also provides mapping for response traffic from the VM Load Balancer SKUs = Include Standard and Basic, with different instance limits for the backend pool NAT Rules = Used in combination with load balancer rules to define how traffic is distributed to the backend pool Backend Pool = Consists of the resources to which traffic is distributed by the load balancer</p> Signup and view all the answers

    Match the Azure networking feature with its description:

    <p>Service Endpoint = Provides identity to virtual network services and offers improved security and optimal routing for Azure service traffic. Private Link = Brings services to a private virtual network, providing private connectivity to services on Azure, integration with on-premises and peered networks, and protection against data exfiltration. Azure Load Balancer = Distributes inbound traffic to backend resources using load-balancing rules and health probes and can be used for inbound and outbound scenarios. Public Load Balancer = Maps public IP address and port number of incoming traffic to the private IP address and port number of the VM and also provides mapping for response traffic from the VM.</p> Signup and view all the answers

    Match the Load Balancer feature with its function:

    <p>Load Balancer SKUs = Include Standard and Basic, with different instance limits for the backend pool. Load balancer rules = Define how traffic is distributed to the backend pool and can be used in combination with NAT rules. Session Persistence = Specifies how traffic from a client should be handled and offers options like None, Client IP, and Client IP and protocol. Health Probes = Dynamically add or remove VMs from the load balancer rotation based on their response to health checks and can be configured using HTTP and TCP custom probes.</p> Signup and view all the answers

    Match the load balancing scenario with its description:

    <p>Internal Load Balancer = Directs traffic to resources inside a virtual network or using a VPN to access Azure infrastructure and is used for various types of load balancing scenarios. Public Load Balancer placed in front of an internal load balancer = Creates a multi-tier application. Application Gateway = Manages client application requests to a web app, uses round robin for load balancing, and supports features like path-based routing and multiple site routing for different URL paths and multiple web applications. Health Probes = Dynamically add or remove resources from the load balancer rotation based on their response to health checks and can be configured using HTTP and TCP custom probes.</p> Signup and view all the answers

    Match the Azure load balancing feature with its purpose:

    <p>Load Balancer SKUs = Determine the instance limits for the backend pool. Session Persistence = Specifies how traffic from a client should be handled. Health Probes = Dynamically add or remove resources from the load balancer rotation based on their response to health checks. Internal Load Balancer = Directs traffic to resources inside a virtual network or using a VPN to access Azure infrastructure.</p> Signup and view all the answers

    Match the Azure load balancing feature with its function:

    <p>Public Load Balancer = Maps public IP address and port number of incoming traffic to the private IP address and port number of the VM and also provides mapping for response traffic from the VM. Load balancer rules = Define how traffic is distributed to the backend pool and can be used in combination with NAT rules. Service Endpoint = Provides identity to virtual network services and offers improved security and optimal routing for Azure service traffic. Private Link = Brings services to a private virtual network, providing private connectivity to services on Azure, integration with on-premises and peered networks, and protection against data exfiltration.</p> Signup and view all the answers

    Match the load balancing feature with its functionality:

    <p>Application Gateway = Manages client application requests to a web app, uses round robin for load balancing, and supports features like path-based routing and multiple site routing for different URL paths and multiple web applications. Load balancer rules = Define how traffic is distributed to the backend pool and can be used in combination with NAT rules. Session Persistence = Specifies how traffic from a client should be handled and offers options like None, Client IP, and Client IP and protocol. Health Probes = Dynamically add or remove resources from the load balancer rotation based on their response to health checks and can be configured using HTTP and TCP custom probes.</p> Signup and view all the answers

    Match the Azure load balancing feature with its description:

    <p>Public Load Balancer = Maps public IP address and port number of incoming traffic to the private IP address and port number of the VM and also provides mapping for response traffic from the VM. Load Balancer SKUs = Include Standard and Basic, with different instance limits for the backend pool. Service Endpoint = Provides identity to virtual network services and offers improved security and optimal routing for Azure service traffic. Private Link = Brings services to a private virtual network, providing private connectivity to services on Azure, integration with on-premises and peered networks, and protection against data exfiltration.</p> Signup and view all the answers

    Match the Azure load balancing feature with its functionality:

    <p>Azure Load Balancer = Distributes inbound traffic to backend resources using load-balancing rules and health probes and can be used for inbound and outbound scenarios. Public Load Balancer placed in front of an internal load balancer = Creates a multi-tier application. Application Gateway = Manages client application requests to a web app, uses round robin for load balancing, and supports features like path-based routing and multiple site routing for different URL paths and multiple web applications. Health Probes = Dynamically add or remove resources from the load balancer rotation based on their response to health checks and can be configured using HTTP and TCP custom probes.</p> Signup and view all the answers

    Match the Azure networking feature with its purpose:

    <p>Service Endpoint = Provides identity to virtual network services and offers improved security and optimal routing for Azure service traffic. Private Link = Brings services to a private virtual network, providing private connectivity to services on Azure, integration with on-premises and peered networks, and protection against data exfiltration. Azure Load Balancer = Distributes inbound traffic to backend resources using load-balancing rules and health probes and can be used for inbound and outbound scenarios. Public Load Balancer = Maps public IP address and port number of incoming traffic to the private IP address and port number of the VM and also provides mapping for response traffic from the VM.</p> Signup and view all the answers

    Match the Azure load balancing feature with its purpose:

    <p>Load Balancer SKUs = Determine the instance limits for the backend pool. Session Persistence = Specifies how traffic from a client should be handled. Health Probes = Dynamically add or remove resources from the load balancer rotation based on their response to health checks. Internal Load Balancer = Directs traffic to resources inside a virtual network or using a VPN to access Azure infrastructure.</p> Signup and view all the answers

    Explain the purpose of system routes in Microsoft Azure network traffic management.

    <p>System routes in Microsoft Azure are used to direct network traffic between VMs in the same subnet, between VMs in different subnets in the same virtual network, data flow from VMs to the Internet, and for site-to-site and ExpressRoute communication through the VPN gateway.</p> Signup and view all the answers

    What are User-Defined Routes (UDRs) and how do they control network traffic in Azure?

    <p>User-Defined Routes (UDRs) in Azure control network traffic by defining the next hop of the traffic flow. The next hop can be a virtual network gateway, virtual network, internet, or virtual appliance.</p> Signup and view all the answers

    Describe the function of Route Tables in Azure networking.

    <p>A Route Table in Azure contains a set of rules, called routes, that specifies how packets should be routed in a virtual network.</p> Signup and view all the answers

    What is the purpose of Load Balancer SKUs in Azure networking?

    <p>Load Balancer SKUs in Azure include Standard and Basic, with different instance limits for the backend pool.</p> Signup and view all the answers

    How can a network virtual appliance (NVA) help with network functions in Azure?

    <p>Network virtual appliances (NVAs) in Azure help with network functions like routing and firewall optimization.</p> Signup and view all the answers

    Explain the role of a public load balancer in Azure networking.

    <p>A public load balancer in Azure maps public IP address and port number of incoming traffic to the private IP address and port number of the VM and also provides mapping for response traffic from the VM.</p> Signup and view all the answers

    What is the primary function of the Azure Load Balancer?

    <p>The primary function of the Azure Load Balancer is to distribute inbound traffic to backend resources using load-balancing rules and health probes, and it can be used for inbound and outbound scenarios.</p> Signup and view all the answers

    What is the purpose of Service Endpoint in Azure networking?

    <p>Service Endpoint in Azure networking provides identity to virtual network services and offers improved security and optimal routing for Azure service traffic.</p> Signup and view all the answers

    Describe the function of Application Gateway in Azure networking.

    <p>Application Gateway in Azure networking manages client application traffic to a web app, uses round robin for load balancing, and supports features like path-based routing and multiple site routing for different URL paths and multiple web applications.</p> Signup and view all the answers

    Explain the concept of Private Link in Azure networking.

    <p>Private Link in Azure networking brings services to a private virtual network, providing private connectivity to services on Azure, integration with on-premises and peered networks, and protection against data exfiltration.</p> Signup and view all the answers

    Explain the purpose of Private Link in Azure networking and list some of its key features.

    <p>Private Link brings services to a private virtual network, providing private connectivity to services on Azure, integration with on-premises and peered networks, and protection against data exfiltration. Some key features include private connectivity, integration with on-premises and peered networks, and protection against data exfiltration.</p> Signup and view all the answers

    What are the different SKUs available for Load Balancer in Azure and what are their differences?

    <p>Load Balancer SKUs include Standard and Basic. They have different instance limits for the backend pool.</p> Signup and view all the answers

    Describe the function of Load balancer rules and their possible combination with NAT rules.

    <p>Load balancer rules define how traffic is distributed to the backend pool and can be used in combination with NAT rules to further control traffic flow.</p> Signup and view all the answers

    What is the role of Session Persistence in load balancing and what are some available options?

    <p>Session Persistence specifies how traffic from a client should be handled. Some available options include None, Client IP, and Client IP and protocol.</p> Signup and view all the answers

    Explain the purpose of Health Probes in Azure Load Balancer and how they dynamically manage backend resources.

    <p>Health Probes dynamically add or remove VMs from the load balancer rotation based on their response to health checks. They can be configured using HTTP and TCP custom probes.</p> Signup and view all the answers

    What is the primary function of Azure Load Balancer and how does it handle inbound traffic?

    <p>The primary function of Azure Load Balancer is to distribute inbound traffic to backend resources using load-balancing rules and health probes. It can be used for both inbound and outbound scenarios.</p> Signup and view all the answers

    How does Public Load Balancer map incoming and response traffic in Azure?

    <p>Public Load Balancer maps public IP address and port number of incoming traffic to the private IP address and port number of the VM, and also provides mapping for response traffic from the VM.</p> Signup and view all the answers

    What are some of the services available for Service Endpoint in Azure networking?

    <p>Several services are available for Service Endpoint, including Azure Storage, Azure SQL Database, Azure Cosmos DB, and Azure Key Vault.</p> Signup and view all the answers

    Explain the purpose of Service Endpoint in Azure networking and how it enhances security and routing.

    <p>Service Endpoint provides identity to virtual network services and offers improved security and optimal routing for Azure service traffic.</p> Signup and view all the answers

    What is the main purpose of Private Link in Azure networking and how does it provide connectivity and protection?

    <p>Private Link brings services to a private virtual network, providing private connectivity to services on Azure, integration with on-premises and peered networks, and protection against data exfiltration.</p> Signup and view all the answers

    Study Notes

    Azure Networking and Load Balancing Features

    • Service endpoint provides identity to virtual network services and offers improved security and optimal routing for Azure service traffic.
    • Several services are available for Service Endpoint, including Azure Storage, Azure SQL Database, Azure Cosmos DB, and Azure Key Vault.
    • Private Link brings services to a private virtual network, providing private connectivity to services on Azure, integration with on-premises and peered networks, and protection against data exfiltration.
    • The Azure Load Balancer distributes inbound traffic to backend resources using load-balancing rules and health probes and can be used for inbound and outbound scenarios.
    • Public Load Balancer maps public IP address and port number of incoming traffic to the private IP address and port number of the VM and also provides mapping for response traffic from the VM.
    • Internal Load Balancer directs traffic to resources inside a virtual network or using a VPN to access Azure infrastructure and is used for various types of load balancing scenarios.
    • A public load balancer could be placed in front of an internal load balancer to create a multi-tier application.
    • Load Balancer SKUs include Standard and Basic, with different instance limits for the backend pool.
    • Load balancer rules define how traffic is distributed to the backend pool and can be used in combination with NAT rules.
    • Session Persistence specifies how traffic from a client should be handled and offers options like None, Client IP, and Client IP and protocol.
    • Health Probes dynamically add or remove VMs from the load balancer rotation based on their response to health checks and can be configured using HTTP and TCP custom probes.
    • Application Gateway manages client application requests to a web app, uses round robin for load balancing, and supports features like path-based routing and multiple site routing for different URL paths and multiple web applications.

    Azure Networking and Load Balancing Features

    • Service endpoint provides identity to virtual network services and offers improved security and optimal routing for Azure service traffic.
    • Several services are available for Service Endpoint, including Azure Storage, Azure SQL Database, Azure Cosmos DB, and Azure Key Vault.
    • Private Link brings services to a private virtual network, providing private connectivity to services on Azure, integration with on-premises and peered networks, and protection against data exfiltration.
    • The Azure Load Balancer distributes inbound traffic to backend resources using load-balancing rules and health probes and can be used for inbound and outbound scenarios.
    • Public Load Balancer maps public IP address and port number of incoming traffic to the private IP address and port number of the VM and also provides mapping for response traffic from the VM.
    • Internal Load Balancer directs traffic to resources inside a virtual network or using a VPN to access Azure infrastructure and is used for various types of load balancing scenarios.
    • A public load balancer could be placed in front of an internal load balancer to create a multi-tier application.
    • Load Balancer SKUs include Standard and Basic, with different instance limits for the backend pool.
    • Load balancer rules define how traffic is distributed to the backend pool and can be used in combination with NAT rules.
    • Session Persistence specifies how traffic from a client should be handled and offers options like None, Client IP, and Client IP and protocol.
    • Health Probes dynamically add or remove VMs from the load balancer rotation based on their response to health checks and can be configured using HTTP and TCP custom probes.
    • Application Gateway manages client application requests to a web app, uses round robin for load balancing, and supports features like path-based routing and multiple site routing for different URL paths and multiple web applications.

    Azure Networking and Load Balancing Features

    • Service endpoint provides identity to virtual network services and offers improved security and optimal routing for Azure service traffic.
    • Several services are available for Service Endpoint, including Azure Storage, Azure SQL Database, Azure Cosmos DB, and Azure Key Vault.
    • Private Link brings services to a private virtual network, providing private connectivity to services on Azure, integration with on-premises and peered networks, and protection against data exfiltration.
    • The Azure Load Balancer distributes inbound traffic to backend resources using load-balancing rules and health probes and can be used for inbound and outbound scenarios.
    • Public Load Balancer maps public IP address and port number of incoming traffic to the private IP address and port number of the VM and also provides mapping for response traffic from the VM.
    • Internal Load Balancer directs traffic to resources inside a virtual network or using a VPN to access Azure infrastructure and is used for various types of load balancing scenarios.
    • A public load balancer could be placed in front of an internal load balancer to create a multi-tier application.
    • Load Balancer SKUs include Standard and Basic, with different instance limits for the backend pool.
    • Load balancer rules define how traffic is distributed to the backend pool and can be used in combination with NAT rules.
    • Session Persistence specifies how traffic from a client should be handled and offers options like None, Client IP, and Client IP and protocol.
    • Health Probes dynamically add or remove VMs from the load balancer rotation based on their response to health checks and can be configured using HTTP and TCP custom probes.
    • Application Gateway manages client application requests to a web app, uses round robin for load balancing, and supports features like path-based routing and multiple site routing for different URL paths and multiple web applications.

    Azure Networking and Load Balancing Features

    • Service endpoint provides identity to virtual network services and offers improved security and optimal routing for Azure service traffic.
    • Several services are available for Service Endpoint, including Azure Storage, Azure SQL Database, Azure Cosmos DB, and Azure Key Vault.
    • Private Link brings services to a private virtual network, providing private connectivity to services on Azure, integration with on-premises and peered networks, and protection against data exfiltration.
    • The Azure Load Balancer distributes inbound traffic to backend resources using load-balancing rules and health probes and can be used for inbound and outbound scenarios.
    • Public Load Balancer maps public IP address and port number of incoming traffic to the private IP address and port number of the VM and also provides mapping for response traffic from the VM.
    • Internal Load Balancer directs traffic to resources inside a virtual network or using a VPN to access Azure infrastructure and is used for various types of load balancing scenarios.
    • A public load balancer could be placed in front of an internal load balancer to create a multi-tier application.
    • Load Balancer SKUs include Standard and Basic, with different instance limits for the backend pool.
    • Load balancer rules define how traffic is distributed to the backend pool and can be used in combination with NAT rules.
    • Session Persistence specifies how traffic from a client should be handled and offers options like None, Client IP, and Client IP and protocol.
    • Health Probes dynamically add or remove VMs from the load balancer rotation based on their response to health checks and can be configured using HTTP and TCP custom probes.
    • Application Gateway manages client application requests to a web app, uses round robin for load balancing, and supports features like path-based routing and multiple site routing for different URL paths and multiple web applications.

    Azure Networking and Load Balancing Features

    • Service endpoint provides identity to virtual network services and offers improved security and optimal routing for Azure service traffic.
    • Several services are available for Service Endpoint, including Azure Storage, Azure SQL Database, Azure Cosmos DB, and Azure Key Vault.
    • Private Link brings services to a private virtual network, providing private connectivity to services on Azure, integration with on-premises and peered networks, and protection against data exfiltration.
    • The Azure Load Balancer distributes inbound traffic to backend resources using load-balancing rules and health probes and can be used for inbound and outbound scenarios.
    • Public Load Balancer maps public IP address and port number of incoming traffic to the private IP address and port number of the VM and also provides mapping for response traffic from the VM.
    • Internal Load Balancer directs traffic to resources inside a virtual network or using a VPN to access Azure infrastructure and is used for various types of load balancing scenarios.
    • A public load balancer could be placed in front of an internal load balancer to create a multi-tier application.
    • Load Balancer SKUs include Standard and Basic, with different instance limits for the backend pool.
    • Load balancer rules define how traffic is distributed to the backend pool and can be used in combination with NAT rules.
    • Session Persistence specifies how traffic from a client should be handled and offers options like None, Client IP, and Client IP and protocol.
    • Health Probes dynamically add or remove VMs from the load balancer rotation based on their response to health checks and can be configured using HTTP and TCP custom probes.
    • Application Gateway manages client application requests to a web app, uses round robin for load balancing, and supports features like path-based routing and multiple site routing for different URL paths and multiple web applications.

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Related Documents

    MST400-M06.pdf

    Description

    Test your knowledge of Azure networking and load balancing features with this quiz. Learn about service endpoints, private link, load balancer types and rules, session persistence, health probes, and more. Perfect for anyone working with Azure infrastructure and networking.

    More Like This

    Use Quizgecko on...
    Browser
    Browser