ExamRange

CND (312-38) Network Defense Simulation

Learn to identify network boundaries and architectural constraints by mastering IPv4 addressing schemes. This simulation reinforces the fundamental knowledge required to configure firewalls, identify spoofing, and segment enterprise networks effectively.

1 Network Scenario

You are auditing a legacy enterprise environment. The internal network uses a mix of static IP assignments and DHCP pools. During a security review, you observe that several critical application servers are hosted on a specific subnet range. As a Blue Team defender, you must verify if the network architecture aligns with standard IP classification for documentation and access control list (ACL) optimization.

Core Infrastructure

VLAN 10: Management (Class A Space)

VLAN 20: Workstations (Class B Space)

Perimeter

External: 203.0.113.5 (Class C)

Internal GW: 10.0.0.1

2 Traffic & Logs

Sample Wireshark/Tcpdump output from internal core switch:

10:45:12.332 IP 10.50.2.10.443 > 10.50.5.105.52134: Flags [P.], seq 1:512, ack 1 10:45:12.455 IP 127.0.0.1.53 > 127.0.0.1.5353: [DNS Query] Localhost Loopback 10:45:13.001 IP 172.16.55.12.80 > 10.50.2.10.445: Flags [S], win 64240, options [mss 1460] 10:45:15.990 ALERT [IDS-RULE-04] Possible Internal Spoofing Attempt from 127.0.0.1

Note: The system identifies 10.x.x.x addresses as being within the primary internal organizational block.

3 Question

Which of the following ranges of addresses can be used in the first octet of a Class A network address?

A. 0-127
B. 192-223
C. 224-255
D. 128-191