Question 62 of 500
Network SecurityhardMultiple SelectObjective-mapped

Quick Answer

The answer is the three characteristics of a stateful firewall are its use of a state table, automatic return traffic handling, and context-based filtering. This is correct because a stateful firewall tracks every active connection in a state table, recording details like source and destination IPs and ports; when a packet from an internal host initiates an outbound connection, the firewall creates an entry, and it automatically permits the corresponding return traffic—such as a SYN-ACK—by matching it to that entry, without needing an explicit inbound rule. On the ISC2 Certified in Cybersecurity CC exam, this tests your understanding of how stateful firewalls differ from stateless ones, which only inspect individual packets; a common trap is assuming return traffic requires a separate rule, but the state table makes it automatic. Remember the mnemonic “SAC” for State table, Automatic return, and Context-based filtering to recall these three defining traits.

ISC2 CC Network Security Practice Question

This CC practice question tests your understanding of network security. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. 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.

Which THREE of the following are characteristics of a stateful firewall? (Select exactly three.)

Question 1hardmulti select
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

It can automatically allow return traffic for outbound connections

A stateful firewall automatically allows return traffic for outbound connections because it tracks the state of each connection in a state table. When a packet from an internal host initiates an outbound TCP connection (e.g., SYN), the firewall creates an entry in the state table. When the corresponding return packet (e.g., SYN-ACK) arrives, the firewall checks the state table and permits it without needing an explicit inbound rule, as it recognizes the packet as part of an established session.

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.

  • It can automatically allow return traffic for outbound connections

    Why this is correct

    Stateful firewalls permit return traffic for established sessions.

    Related concept

    Read the scenario before looking for a memorised answer.

  • It maintains a state table of active connections

    Why this is correct

    Stateful firewalls track the state of connections.

    Related concept

    Read the scenario before looking for a memorised answer.

  • It inspects application-layer payloads

    Why it's wrong here

    Application-layer inspection is done by NGFWs, not standard stateful firewalls.

  • It filters packets based solely on source/destination IP and port

    Why it's wrong here

    That describes stateless packet filtering.

  • It makes filtering decisions based on the context of traffic flows

    Why this is correct

    Stateful firewalls consider the entire session context.

    Related concept

    Read the scenario before looking for a memorised answer.

Common exam traps

Common exam trap: answer the scenario, not the keyword

ISC2 often tests the distinction between stateful and stateless firewalls, and the trap here is that candidates confuse 'stateful' with 'application-layer inspection,' leading them to select option C, when in fact stateful firewalls only track session state at Layers 3 and 4, not the application payload.

Detailed technical explanation

How to think about this question

Under the hood, a stateful firewall maintains a state table that tracks TCP connection states (e.g., SYN_SENT, ESTABLISHED, FIN_WAIT) using the 5-tuple (source IP, destination IP, source port, destination port, protocol). For UDP, which is connectionless, the firewall simulates state by creating a pseudo-state entry based on the 5-tuple and a timeout (e.g., 30 seconds). In real-world scenarios, this allows a stateful firewall to handle protocols like FTP that use dynamic ports, where the firewall inspects the control channel to open temporary pinholes for data connections.

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 security analyst at a medium-sized enterprise encounters this scenario during an investigation or architecture review. The correct answer reflects best practice for the specific threat or control described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Security exam questions test whether you can match controls to threats in context — not just recall definitions.

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 CC 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 CC 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 CC question test?

Network Security — This question tests Network Security — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: It can automatically allow return traffic for outbound connections — A stateful firewall automatically allows return traffic for outbound connections because it tracks the state of each connection in a state table. When a packet from an internal host initiates an outbound TCP connection (e.g., SYN), the firewall creates an entry in the state table. When the corresponding return packet (e.g., SYN-ACK) arrives, the firewall checks the state table and permits it without needing an explicit inbound rule, as it recognizes the packet as part of an established session.

What should I do if I get this CC 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

Keep practising

More CC practice questions

Last reviewed: Jun 30, 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 CC practice question is part of Courseiva's free ISC2 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 CC exam.