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

Subscribe
Notify of
guest
1 Comment
Inline Feedbacks
View all comments
Jomaso
Jomaso
3 years ago

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