Solved

A Citrix Administrator Needs to Block All the DNS Requests

Question 111

Multiple Choice

A Citrix Administrator needs to block all the DNS requests from subnet 10.107.149.0/24. Which expression can the administrator use to match the required traffic?


A) CLIENT.IP.SRC.IN_SUBNET(10.107.149.0/24) && client UDP.DSTPORT.EQ(53) || client. TCP.DSTPORT.EQ(53)
B) CLIENT.IP.SRC.IN_SUBNET(10.107.149.0/24) && (client UDP.DSTPORT.EQ(53) || client. TCP.DSTPORT.EQ(53) )
C) CLIENT.IP.SRC(10.107.149.0) && (client.UDP.DSTPORT.EQ(53) || client.TCP.DSTPORT.EQ(53) )
D) CLIENT.IP.SRC(10.107.149.0) && client.UDP.DSTPORT.EQ(53) || client.TCP.DSTPORT.EQ(53)

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions