ExamRange

In this simulation, you will analyze network traffic flow and identify the characteristics of modern defensive barriers. You will learn to distinguish between different firewall technologies and how they manage session-based communication.

CND (312-38) Network Defense Simulation

Network Scenario

You are managing a corporate perimeter network. The infrastructure includes an internal LAN, a DMZ hosting an Apache web server, and a primary edge security appliance. Users are reporting that their established TCP connections to the web server are occasionally being dropped, even though the initial handshake was successful.

Internal Gateway: 10.0.0.1
Web Server (DMZ): 192.168.10.50 (Port 80/443)

Traffic & Logs

2023-10-27 14:02:11 [ALLOW] SRC: 203.0.113.5:54221 -> DST: 192.168.10.50:443 [PROTO: TCP] [FLAGS: SYN]
2023-10-27 14:02:11 [ALLOW] SRC: 192.168.10.50:443 -> DST: 203.0.113.5:54221 [PROTO: TCP] [FLAGS: SYN-ACK] [STATE: NEW]
2023-10-27 14:02:12 [ALLOW] SRC: 203.0.113.5:54221 -> DST: 192.168.10.50:443 [PROTO: TCP] [FLAGS: ACK] [STATE: ESTABLISHED]
2023-10-27 14:02:15 [DENY] SRC: 203.0.113.5:54221 -> DST: 192.168.10.50:443 [PROTO: TCP] [FLAGS: PSH-ACK] [REASON: No state match]

Analysis: The appliance is tracking the 'state' of the connection. The packet at 14:02:15 was denied because the firewall could not find a corresponding entry in its internal connection table.

Question

Which of the following is also known as stateful firewall?