Assume the default-policy has not been configured.Given the configuration shown in the exhibit, which two statements about traffic from host_a inthe HR zone to host_b in the trust zone are true?()<br /> [edit security policies from-zone HR to-zone trust]<br /> user@host# show<br /> policy one {<br /> match {<br /> source-address any;<br /> destination-address any;<br /> application [ junos-http junos-ftp ];<br /> }<br /> then {<br /> permit;<br /> }<br /> }<br /> policy two {<br /> match {<br /> source-address host_a;<br /> destination-address host_b;<br /> application [ junos-http junos-smtp ];<br /> }<br /> then {<br /> deny;<br /> }<br /> }
A、DNS traffic is denied.
B、HTTP traffic is denied.
C、FTP traffic is permitted.
D、SMTP traffic is permitted.