nerdexam
GIAC

GCFA · Question #163

Which of the following firewalls depends on the three-way handshake of the TCP protocol?

The correct answer is B. Stateful firewall. Stateful firewalls track TCP connection states, including the three-way handshake, to allow only legitimate established connections.

Advanced Incident Response & Digital Forensics Fundamentals

Question

Which of the following firewalls depends on the three-way handshake of the TCP protocol?

Options

  • AProxy-based firewall
  • BStateful firewall
  • CPacket filter firewall
  • DEndian firewall

How the community answered

(57 responses)
  • A
    9% (5)
  • B
    84% (48)
  • C
    4% (2)
  • D
    4% (2)

Why each option

Stateful firewalls track TCP connection states, including the three-way handshake, to allow only legitimate established connections.

AProxy-based firewall

A proxy-based firewall operates at the application layer, acting as an intermediary that terminates and re-initiates connections; it does not rely specifically on monitoring the TCP three-way handshake as its core mechanism.

BStateful firewallCorrect

A stateful firewall maintains a state table that records the status of network connections, including tracking the TCP three-way handshake (SYN, SYN-ACK, ACK). It uses this state information to determine whether an incoming packet belongs to an already-established, legitimate session. This distinguishes it from stateless packet filters, which evaluate each packet in isolation without connection context.

CPacket filter firewall

A packet filter firewall is stateless - it inspects each packet individually based on rules like source/destination IP and port, without tracking whether a TCP handshake has occurred.

DEndian firewall

Endian Firewall is a specific Linux-based firewall distribution/product, not a distinct firewall type defined by its inspection mechanism.

Concept tested: Stateful firewall TCP connection tracking

Source: https://www.cisco.com/c/en/us/td/docs/security/asa/asa84/configuration/guide/asa_84_cli_config/conns_connlimits.html

Topics

#stateful firewall#TCP three-way handshake#connection tracking#network security

Community Discussion

No community discussion yet for this question.

Full GCFA Practice