CND (312-38) Network Defense Simulation

Learn how update and configuration management mechanisms operate across an enterprise network. This simulation covers traffic flow analysis to differentiate architectural mechanisms in a client-server model.

Network Scenario

You are monitoring the internal management VLAN for an enterprise network. At exactly 02:00 AM, the firewall logs a massive spike in concurrent connections originating from various endpoint subnets directed toward the Central Patch Server (10.10.5.50).

You must determine the architectural mechanism driving this traffic to ensure it represents legitimate patch management behavior rather than coordinated malware beaconing to an internal staging server.

Traffic & Logs

Firewall Session Logs (Zone: Endpoint_VLAN -> MGT_VLAN)

[02:00:01] ALLOW TCP 10.10.100.45:54312 -> 10.10.5.50:443 [SYN] - State: NEW [02:00:01] ALLOW TCP 10.10.101.12:49122 -> 10.10.5.50:443 [SYN] - State: NEW [02:00:02] ALLOW TCP 10.10.102.88:51244 -> 10.10.5.50:443 [SYN] - State: NEW [02:00:02] ALLOW TCP 10.10.100.91:60111 -> 10.10.5.50:443 [SYN] - State: NEW ... [02:05:00] ESTAB TCP 10.10.5.50:443 -> 10.10.100.45:54312 - Payload_Transfer [02:05:01] ESTAB TCP 10.10.5.50:443 -> 10.10.101.12:49122 - Payload_Transfer

Analysis: Hundreds of clients initiate the TCP handshake with the server simultaneously.

Question

The _________ mechanism works on the basis of a client-server model.

Explore more CND simulations