CND (312-38) Network Defense Simulation

In this simulation, you will analyze IPv4 address classifications and their role in network architecture. Understanding address ranges is critical for configuring firewalls, defining trust zones, and recognizing spoofed traffic patterns.

🛡️ Network Scenario

You are a Network Security Analyst auditing a regional branch office. The office uses a traditional Class-based addressing scheme for internal segregation before routing to the HQ via a VPN tunnel.

Internal policy mandates that endpoints in the "Human Resources" VLAN must reside within the standard Class C address space to limit the broadcast domain and simplify ACL management on the core switch.

📊 Traffic & Logs

Firewall Ingress Log
2023-10-24 14:22:01 ALLOW TCP 192.168.10.45:51224 -> 10.0.0.5:80
2023-10-24 14:22:05 ALLOW UDP 192.168.10.12:53 -> 8.8.8.8:53
2023-10-24 14:22:10 DROP  TCP 224.0.0.12:8080 -> 192.168.10.1:80
[ALERT] Potential Multicast Spoofing attempt blocked from ingress.
                    
NetFlow - VLAN 30 (HR)
SRC_IP: 192.168.1.10
DST_IP: 192.168.1.254
PROTO: ICMP
BYTES: 64
REASON: Local Segment Discovery
---
SRC_IP: 172.16.0.5 (OUTSIDE RANGE)
DST_IP: 192.168.1.12
[INFO] Source IP verified as Class B.
                    

❓ Question

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