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?
✗ Incorrect
Azure Application Gateway works at Layer 7, allowing it to route traffic based on application-level information like URLs and headers.
Which feature allows Application Gateway to send requests to different servers based on URL paths?
✗ Incorrect
Path-based routing lets the gateway route requests depending on the URL path, directing traffic to specific backend pools.
What is the main benefit of enabling SSL termination on Application Gateway?
✗ Incorrect
SSL termination decrypts incoming HTTPS traffic at the gateway, so backend servers receive unencrypted traffic, reducing their processing work.
How does Application Gateway enhance security for web apps?
✗ Incorrect
Application Gateway can include a WAF to protect web apps from common attacks like SQL injection and cross-site scripting.
Which of these is NOT a routing method supported by Application Gateway?
✗ Incorrect
Application Gateway does not route based on MAC addresses; it supports path-based and host-based routing among others.
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.