Which two statements about conserve mode are true? (Choose two.)
A.
FortiGate starts dropping all new sessions when the system memory reaches the configured red threshold.
B.
FortiGate starts taking the configured action for new sessions requiring content inspection when the system memory reaches the configured red threshold.
C.
FortiGate enters conserve mode when the system memory reaches the configured extreme threshold.
D.
FortiGate exits conserve mode when the system memory goes below the configured green threshold
The Answer Is:
A, D
Want to know why?
Explanation:
Conserve Mode Activation:
FortiGate enters conserve mode to prevent system crashes when the memory usage reaches critical levels. The "red threshold" is the point at which FortiGate starts dropping new sessions to conserve memory.
When the system memory usage exceeds this threshold, the FortiGate will block new sessions that require significant memory resources, such as those needing content inspection.
Exiting Conserve Mode:
The "green threshold" is the memory usage level below which FortiGate exits conserve mode and resumes normal operation.
Once the system memory usage drops below this threshold, FortiGate will start allowing new sessions again.
References:
Fortinet Community: Understanding conserve mode and its thresholds(Welcome to the Fortinet Community!)(Welcome to the Fortinet Community!).
Fortinet Documentation: Memory conserve mode and thresholds(Welcome to the Fortinet Community!)(Fortinet GURU).
Which of the following regarding protocol states is true?
A.
proto_state=00 indicates that UDP traffic flows in both directions.
B.
proto_state-01 indicates an established TCP session.
C.
proto_state=10 indicates an established TCP session.
D.
proto state=01 indicates one-way ICMP traffic.
The Answer Is:
C
Want to know why?
Explanation:
Understanding protocol states:
proto_state=00: Indicates no traffic or a closed session.
proto_state=01: Typically indicates one-way ICMP traffic or a partially established TCP session.
proto_state=10: Indicates an established TCP session, where the session has completed the three-way handshake and both sides can send and receive data.
proto_state=11: Often indicates a fully established and active bidirectional session.
Explanation of correct answer:
proto_state=10is the correct indication for an established TCP session as it signifies that the session is fully established and active.
References
Fortinet Network Security 7.2 Support Engineer Documentation