A network administrator wants to allow HTTP and HTTPS traffic from untrust zone to DMZ zone for a web server, but block all other traffic. What is the most efficient way to achieve this with a single rule?
This uses App-ID to precisely allow only web and SSL traffic, blocking everything else by default.
Why this answer
Using application-based rules is more secure and efficient than service-based. Option B is less secure as it relies on ports. Option C allows all default applications, too broad.
Option D allows all traffic.