ExamRange

Visible Intro: In this simulation, you will analyze how addressing works across different layers of the OSI model. Understanding the distinction between logical and physical addressing is fundamental for configuring firewalls, switches, and interpreting packet captures during network defense operations.

CND (312-38) Network Defense Simulation

Network Scenario

An Enterprise LAN consists of multiple VLANs connected via a Layer 3 switch and a perimeter firewall. As a Network Security Analyst, you are investigating an Internal ARP Spoofing alert. The security system flagged a device attempting to associate its hardware address with the default gateway's IP address to intercept traffic (Man-in-the-Middle). To mitigate this, you need to implement port security on the access layer switches, which requires a firm grasp of which OSI layer handles the hardware-to-interface mapping.

Traffic & Logs

# IDS Alert: Possible ARP Cache Poisoning Detected
[TIMESTAMP] 2023-10-24T14:22:01.442
[SRC MAC] 00:0C:29:4F:8B:12 -> [TARGET IP] 192.168.1.1
[INFO] Conflict detected: IP 192.168.1.1 previously associated with 00:50:56:A1:B2:C3
# Switch MAC Address Table Snippet
VLAN | MAC Address | Type | Port
------+--------------------+-----------+-------
10 | 00:0c:29:4f:8b:12 | DYNAMIC | Fa0/5
10 | 00:50:56:a1:b2:c3 | DYNAMIC | Gi0/1 (Trunk)

Question

Which of the following layers of the OSI model provides physical addressing?

A. Application layer
B. Network layer
C. Physical layer
D. Data link layer