A.enabling network migrations B.conserving public IP addresses C.allowing stateful packet inspection D.preventing unauthorized connections from outside the network
A.conserving public IP addresses B.allowing stateful packet inspection C.preventing unauthorized connections from outside the network D.allowing networks with overlapping private address space to communicate
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?() [edit security policies from-zone HR to-zone trust] user@host# show policy one { match { source-address any; destination-address any; application [ junos-http junos-ftp ]; } then { permit; } } policy two { match { source-address host_a; destination-address host_b; application [ junos-http junos-smtp ]; } then { deny; } }
A.DNS traffic is denied. B.HTTP traffic is denied. C.FTP traffic is permitted. D.SMTP traffic is permitted.