In a Client to Server scenario, which represents that the packet has already checked against the tables and the Rule Base?
In a Client to Server scenario, which represents that the packet has already checked against the tables and the Rule Base?
A . Big l
B . Little o
C . Little i
D . Big O
Answer: D
Latest 156-315.80 Dumps Valid Version with 375 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
in client to server scenario,
‘i’ represent the packet as it left the client.
‘I’ represent the packet already checked against the tables and rule base.
in case of static-nat, the destination address will be changed.
‘o’ means the packet is before the oubound kernel (same as ‘I’) and
‘O’ means the packet is in the outbound kernel chain. as it appears at the webserver.
Correct answer: Big I