Click the Exhibit button.
[edit security application-firewall]
user@host# show
rule-sets web {
rule one {
match {
dynamic-application junos:HTTP;
}
then {permit;
}
}
default-rule {
reject;
}
}
What will happen to non-HTTP traffic that matches the application-firewall policy shown in the exhibit?
A.
It will be denied because this is a blacklist policy.
B.
It will be dropped and an error will be sent to the source.
C.
It will be silently dropped.
D.
It will be allowed because this is a whitelist policy.