0
0
Azurecloud~5 mins

Application Gateway (Layer 7) in Azure - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is an Azure Application Gateway?
Azure Application Gateway is a web traffic load balancer that operates at Layer 7 (the application layer). It helps manage traffic to web applications by routing requests based on URL paths, host headers, and more.
Click to reveal answer
beginner
What does Layer 7 mean in the context of Application Gateway?
Layer 7 refers to the application layer in the OSI model. It means the gateway can inspect and route traffic based on content like URLs, HTTP headers, and cookies, not just IP addresses or ports.
Click to reveal answer
intermediate
How does Application Gateway improve security for web applications?
It can integrate with a Web Application Firewall (WAF) to protect against common web attacks like SQL injection and cross-site scripting, helping keep applications safe.
Click to reveal answer
intermediate
What is path-based routing in Application Gateway?
Path-based routing lets the gateway send requests to different backend servers based on the URL path. For example, requests to '/images' can go to one server, while '/videos' go to another.
Click to reveal answer
intermediate
Why would you use SSL termination with Application Gateway?
SSL termination means the gateway decrypts incoming HTTPS traffic, so backend servers get plain HTTP. This reduces the load on backend servers and lets the gateway inspect traffic for routing or security.
Click to reveal answer
What layer of the OSI model does Azure Application Gateway operate on?
ALayer 7 - Application Layer
BLayer 3 - Network Layer
CLayer 4 - Transport Layer
DLayer 2 - Data Link Layer
Which feature allows Application Gateway to send requests to different servers based on URL paths?
ADNS resolution
BIP-based routing
CPath-based routing
DPort forwarding
What is the main benefit of enabling SSL termination on Application Gateway?
AIt encrypts traffic between backend servers
BIt decrypts HTTPS traffic at the gateway, reducing backend load
CIt disables HTTPS for faster connections
DIt blocks all HTTP traffic
How does Application Gateway enhance security for web apps?
ABy integrating with a Web Application Firewall (WAF)
BBy blocking all incoming traffic
CBy encrypting backend databases
DBy disabling user authentication
Which of these is NOT a routing method supported by Application Gateway?
APath-based routing
BHost-based routing
CIP address-based routing
DMAC address-based routing
Explain how Azure Application Gateway routes web traffic and why operating at Layer 7 is important.
Think about how a traffic director decides where to send cars based on their destination signs.
You got /3 concepts.
    Describe the security benefits of using Application Gateway with a Web Application Firewall.
    Imagine a security guard checking visitors before they enter a building.
    You got /3 concepts.