Trap 1: Layer 3 – Network
The Network layer (Layer 3) is primarily responsible for logical addressing (IP addresses) and routing packets across different networks, enabling communication between distinct subnets. While ARP (Address Resolution Protocol) resolves IP addresses to MAC addresses, it operates at the layer below Layer 3 to facilitate communication *within* a local network segment, not for inter-network routing decisions. ARP spoofing manipulates this L3-to-L2 mapping, but the attack itself targets the Data Link layer protocol responsible for this resolution.
Trap 2: Layer 1 – Physical
The Physical layer (Layer 1) focuses on the raw, unstructured transmission of bits over physical media, defining electrical, mechanical, procedural, and functional specifications for activating, maintaining, and deactivating physical links. Attacks at this layer typically involve physical manipulation of cables, jamming radio signals, or disrupting power supplies. ARP spoofing, however, is a logical attack that manipulates protocol messages and address mappings, not the fundamental physical transmission medium or its characteristics.
Trap 3: Layer 4 – Transport
The Transport layer (Layer 4) is responsible for end-to-end communication between applications, managing connection establishment, data segmentation, flow control, and error recovery using protocols like TCP and UDP. Its primary function is to ensure reliable and ordered delivery of data between processes on source and destination hosts. ARP spoofing does not directly interfere with these end-to-end application-level connections or data streams; instead, it targets the underlying mechanism used to deliver packets to the correct host within a local segment.