CND (312-38) Network Defense Simulation

Master the fundamentals of physical network architecture. Understanding how endpoints physically connect to central devices is critical for identifying rogue hardware, isolating compromised segments, and planning physical access controls.

Network Scenario

You are a Network Security Analyst auditing the physical access layer of the Finance department following alerts of an unauthorized MAC address spoofing attempt. To deploy appropriate defensive controls (like port security and physical switch protection), you are reviewing the structural layout of the network.

The documentation states: "All Finance endpoints are located in Open Area B. Each workstation has a dedicated Cat6 Unshielded Twisted-Pair (UTP) cable running from the wall jack directly to a central Cisco Catalyst 9200 access switch located in Wiring Closet IDF-2."

Traffic & Logs

A partial output of the access switch's MAC address table confirms the baseline port mapping expected in this specific physical layout:

Switch-IDF-2# show mac address-table vlan 40 Mac Address Table ------------------------------------------- Vlan Mac Address Type Ports ---- ----------- -------- ----- 40 001a.2b3c.4d5e DYNAMIC Gi1/0/1 40 001a.2b3c.4d5f DYNAMIC Gi1/0/2 40 001a.2b3c.4d60 DYNAMIC Gi1/0/3 40 001a.2b3c.4d61 DYNAMIC Gi1/0/4 40 001a.2b3c.4d62 DYNAMIC Gi1/0/5

*Note: 1-to-1 mapping confirms centralized endpoint termination.

Question

Which of the following topologies is a type of physical network design where each computer in the network is connected to a central device through an unshielded twisted-pair (UTP) wire?

Hint: Think about the shape formed when multiple outer nodes (computers) all draw a single straight line inward to connect to one central hub or switch.

Expert Analysis

1. What is happening in the network

The network documentation and the 1-to-1 MAC address mapping indicate a centralized access layer design. Each endpoint relies on a dedicated UTP cable terminating at a single core device (the Catalyst switch in IDF-2). The analyst must recognize this standard LAN architecture to properly deploy layer 2 security controls.

2. Identify behavior

This layout creates individual collision domains for every endpoint (assuming a switch, not a hub, is the central device). However, it establishes a single point of failure and a concentrated area where all physical traffic converges.

3. Why correct answer is correct (B. Star topology)

Star topology is the exact physical design described. Every node connects individually to a central connection device (switch or hub) using UTP cabling. For a network defender, this topology is highly advantageous because it allows centralized application of security policies (like 802.1X, MAC filtering, and Port Security) at the switch level, and allows easy traffic mirroring (SPAN) for IDS monitoring.

4. Why others are wrong

5. Defensive action

In a Star topology, the physical security of the central device (wiring closet) is paramount. Furthermore, because a wall jack connects directly to the switch, an attacker could unplug a legitimate PC and plug in a rogue device or a mini-switch. The defender must implement Port Security (Sticky MAC), BPDU Guard, and 802.1X Authentication on all access ports to ensure only authorized endpoints can utilize the physical star connections.

MINI LESSON: TOPOLOGY AND SNIFFING • Hubs in a Star Topology: Replicate traffic to all ports (acts logically like a Bus). Attackers can easily sniff traffic without ARP spoofing. • Switches in a Star Topology: Isolate collision domains. Attackers MUST use active techniques (ARP Spoofing, MAC Flooding, CAM Table Overflow) to intercept traffic meant for other nodes. • Defense: Understand your physical topology to know WHICH layer 2 attacks are technically possible on your segment.

Ready for more complex defensive scenarios?

Master IDS log analysis, packet inspection, and threat hunting.

Explore more CND simulations