View all questions & answers for the NSE 6 - Network Security 7.6 Support Engineer Materials exam


Question 87 Discussion

Refer to the exhibit, which shows the output of diagnose sys session stat. Which statement about the output shown in the exhibit is correct? (Choose one answer)

  • A. All the sessions in the session table are TCP sessions.
  • B. 162 sessions have been deleted because of memory page exhaustion.
  • C. There are 166 TCP sessions waiting to complete the three-way handshake.
  • D. There are two sessions that have not been removed in case of any out-of- order packets that arrive.
Correct Answer: D

Brave-Dump Clients Votes

D 100%

Comments



Adam 2026-01-15 11:42:59

Selected Answers: D


From Study Guide:
TCP state -> Value
NONE -> 0
ESTABLISHED -> 1
SYN_SENT -> 2
SYN -> & -> SYN/ACK -> 3
FIN_WAIT -> 4
TIME_WAIT -> 5
CLOSE -> 6
CLOSE_WAIT -> 7
LAST_ACK -> 8
LISTEN -> 9

When a session is closed by both the sender and receiver, FortiGate keeps that session in the session table for a few seconds, to allow for any out-of-order packets that might arrive after the FIN/ACK packet. This is the state value 5.