Question 769 of 1,000
Enterprise Firewall and VDOMsmediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is that the session is established and has been active for 3600 seconds. This is correct because `proto_state=01` in FortiGate’s `diagnose sys session` output maps directly to TCP_ESTABLISHED, which is state 1 in the TCP state machine, confirming a fully open and active connection. The `duration=3600` value shows the session has been live for exactly one hour, while `expire=3599` indicates the remaining time before the session times out, meaning it was just refreshed. On the Fortinet NSE 7 Advanced Security NSE7 exam, this command tests your ability to interpret session table output when filtering by destination port 443, a common HTTPS troubleshooting scenario. A frequent trap is confusing `proto_state=01` with a half-open or SYN_SENT state, but remember that established TCP sessions always show state 1, while states like 2 (SYN_RECV) or 3 (FIN_WAIT) indicate incomplete or closing connections. Memory tip: “01 is one fully open connection” — think of the 1 as a straight line representing an established link.

NSE7 Enterprise Firewall and VDOMs Practice Question

This NSE7 practice question tests your understanding of enterprise firewall and vdoms. Examine the command output carefully: the correct answer depends on what the output actually shows, not on general recall alone. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A FortiGate admin runs the following command: 'diagnose sys session filter dport 443' and sees output indicating sessions with state 'proto_state=01' and 'duration=3600, expire=3599'. What does this indicate about the session?

Question 1mediummultiple choice
Full question →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The session is established and has been active for 3600 seconds

The command 'diagnose sys session filter dport 443' filters sessions with destination port 443 (HTTPS). The output shows 'duration=3600, expire=3599', meaning the session has been active for 3600 seconds and will expire in 3599 seconds. The 'proto_state=01' indicates a TCP session in the established state (state 1 = TCP_ESTABLISHED). This confirms the session is fully established and actively tracked by the FortiGate session table.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The session is established and has been active for 3600 seconds

    Why this is correct

    proto_state=01 means established. Duration is how long it's been active.

    Related concept

    Read the scenario before looking for a memorised answer.

  • The session has timed out and is being removed

    Why it's wrong here

    expire=3599 means it will expire in 3599 seconds, so it's still active.

  • The session is in a closing state

    Why it's wrong here

    Closing state would have different values.

  • The session is in a half-open state

    Why it's wrong here

    Half-open state is usually 00.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates confuse 'duration' with 'timeout' or assume a high duration means the session is about to expire, when in fact 'expire' shows remaining time and 'proto_state=01' confirms an established session.

Detailed technical explanation

How to think about this question

FortiGate uses a session table to track stateful firewall sessions, with each session having a 'proto_state' field that maps to TCP states (e.g., 01 = ESTABLISHED, 02 = FIN_WAIT, 03 = CLOSE_WAIT). The 'duration' and 'expire' values are in seconds; 'expire' is the remaining time before the session is removed due to idle timeout. For HTTPS (port 443), the default TCP session timeout is typically 3600 seconds, so a session with duration=3600 and expire=3599 has just been refreshed or is near its initial creation.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation applies.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related NSE7 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free NSE7 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this NSE7 question test?

Enterprise Firewall and VDOMs — This question tests Enterprise Firewall and VDOMs — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: The session is established and has been active for 3600 seconds — The command 'diagnose sys session filter dport 443' filters sessions with destination port 443 (HTTPS). The output shows 'duration=3600, expire=3599', meaning the session has been active for 3600 seconds and will expire in 3599 seconds. The 'proto_state=01' indicates a TCP session in the established state (state 1 = TCP_ESTABLISHED). This confirms the session is fully established and actively tracked by the FortiGate session table.

What should I do if I get this NSE7 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

2 more ways this is tested on NSE7

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. An admin runs 'diagnose sys session filter dport 443' and sees the following output: proto=6 proto_state=01 duration=3600 expire=3599 What does this indicate?

hard
  • A.The session is being blocked by a firewall policy
  • B.The session is in SYN_SENT state, waiting for a reply
  • C.The session is established and has been active for 1 hour
  • D.The session is in TIME_WAIT state after a FIN

Why C: Option C is correct because the output shows `proto=6` (TCP), `proto_state=01` (ESTABLISHED in Fortinet's session table), `duration=3600` seconds (1 hour), and `expire=3599` seconds (remaining lifetime). This combination indicates a fully established TCP session that has been active for one hour and is still valid, not blocked or in a transitional state.

Variation 2. A network admin runs 'diagnose sys session filter dport 443' and sees the following output: proto=6 proto_state=01 duration=3600 expire=3599 What does this indicate?

medium
  • A.The session was established 1 hour ago and will expire in about 1 hour
  • B.The session is using UDP port 443
  • C.The session is for HTTP traffic and has 3599 seconds left
  • D.The session is for HTTPS traffic and is halfway through its expected lifetime

Why A: The output shows `duration=3600`, meaning the session has been active for 3600 seconds (1 hour), and `expire=3599`, meaning the session will expire in 3599 seconds (approximately 1 hour). The `proto=6` indicates TCP (protocol 6), and `proto_state=01` corresponds to TCP state ESTABLISHED. Therefore, the session was established 1 hour ago and will expire in about 1 hour, making option A correct.

Last reviewed: Jun 24, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This NSE7 practice question is part of Courseiva's free Fortinet certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the NSE7 exam.