Deception Technologies and Physical Security

Key Takeaways

  • A honeypot is a decoy system; a honeynet is a collection of decoys that simulate a broader environment.
  • Deception technologies help detect unauthorized activity, study behavior, and slow attackers, but they must be isolated.
  • Physical security protects network rooms, cabling, ports, racks, power, cooling, and removable media.
  • Controls such as locks, badges, cameras, guards, access control vestibules, and visitor logs reduce unauthorized physical access.
  • Physical access can bypass many logical controls, so designs should protect both the device and the management path.
Last updated: June 2026

Deception and Physical Protection

Not every security control is a firewall rule. Some controls reveal suspicious behavior; others protect the physical places where network equipment, cabling, and power live. Network+ asks which control best detects unauthorized activity or prevents physical access to infrastructure.

Honeypots and Honeynets

TechnologyMeaningExample
HoneypotA decoy system meant to attract or reveal unauthorized activityFake SSH server in a monitored network
HoneynetMultiple connected decoy systemsSimulated subnet with fake web, database, and file services
HoneytokenA decoy credential, file, URL, or recordFake API key that alerts when it is used

A honeypot should not hold production data or provide a path into production systems. Its value comes from the fact that legitimate users should rarely touch it, so a connection attempt, login attempt, or file access is a high-signal event. A honeynet strings several decoys together to look like a believable subnet and observe lateral movement.

Deception Design Choices

GoalDesign consideration
Detect scanningPlace decoys where unauthorized internal scans would find them
Study attacker behaviorCapture logs and traffic in an isolated environment
Slow attacker movementUse believable but controlled decoy services and credentials
Protect productionEnsure the decoy cannot be used as a pivot into real systems
Reduce noiseAvoid placing decoys where normal monitoring or vulnerability scans constantly trigger alerts

Deception systems need maintenance. A fake server with an unrealistic banner, stale OS details, or no believable services is useless; one that is too well connected becomes a liability and a pivot point. The exam frames deception as a detection control, not a substitute for patching or segmentation.

Physical Security Controls

Physical access can enable console password recovery, rogue device installation, cable taps, device theft, power interruption, or a factory reset of network gear. A strong network policy fails if an attacker can walk into a closet and connect directly to a switch.

ControlCategoryPurpose
Locked racks and cabinetsPreventivePrevent unauthorized device, cable, or console access
Badge accessPreventiveRestrict entry to closets, server rooms, data centers
Visitor logs and escortsDetective/administrativeTrack and supervise non-employees
Cameras (CCTV)Detective/deterrentDeter and support investigation
Access control vestibule (mantrap)PreventiveAllow one authenticated person through at a time
Security guardPreventive/detectiveHuman verification, response, enforcement
Cable locksPreventiveProtect laptops, small switches, temporary gear
Port locks / disabled portsPreventivePrevent use of wall jacks or switch ports
Asset tags and tamper sealsDetectiveReveal theft or unauthorized opening of equipment
Biometric readerPreventiveStrong identity at high-security entries

Environmental and Infrastructure Protection

Network equipment depends on stable power, cooling, and cabling. Physical security includes environmental controls:

  • UPS and generator support for power continuity.
  • Rack airflow management (hot-aisle/cold-aisle) and temperature monitoring.
  • Fire detection and clean-agent suppression appropriate for electronics, not water-only systems over racks.
  • Water leak detection in network rooms and data centers.
  • Labeling and cable management to reduce accidental disconnects.
  • Locked demarcation and telecom (MDF/IDF) spaces.
  • Separate physical paths for redundant circuits where possible.

Scenario Decisions

ScenarioBest control
Unknown devices plugged into lobby wall portsDisable unused ports, use NAC, or install port locks
Network closet shared with general storageLock and restrict access to the closet
Want high-signal alerts for lateral movementDeploy isolated honeypots or honeytokens
Data center needs strict single-person entryAccess control vestibule with badge or biometric process
Switches unplugged during cleaningLocked cabinet and cable management

Common Traps

  • A honeypot is not a backup server or production failover system.
  • A honeynet must be isolated from production paths.
  • Cameras are detective and deterrent; they do not physically stop entry by themselves.
  • A locked front door does not protect an unlocked network closet in a public hallway.
  • Logical controls do not remove the need to secure console ports, racks, and cabling.

Worked Scenario

A branch office reports that a switch in an unlocked utility closet keeps losing power and that an unfamiliar small device appeared plugged into a wall jack in the lobby. Two distinct physical risks are present. First, the unlocked closet allows accidental power loss and unauthorized console access — the fix is a locked rack or cabinet, restricted badge access, and labeled, managed cabling so cleaning staff cannot unplug equipment.

Second, the unknown lobby device is a potential rogue device or packet tap — the fix is to disable unused switch ports, enable NAC so an unprofiled device lands in a quarantine or guest VLAN, and consider port locks on exposed jacks. Notice that neither fix is a firewall rule; both are physical or NAC controls, because the threat is physical proximity to infrastructure. The exam frequently pairs a physical symptom with a tempting but wrong logical answer (for example, 'add a deny ACL') to test whether you recognize that an attacker with console access can reset the device and erase that ACL entirely.

Control Categories

Network+ also groups controls as preventive (stop an event, such as a lock or vestibule), detective (reveal an event, such as cameras or logs), and deterrent (discourage an event, such as signage or visible guards). A single control can span categories — a security guard prevents, detects, and deters.

Test Your Knowledge

A security team wants high-signal alerts when an internal attacker scans for file servers. Which control best fits?

A
B
C
D
Test Your KnowledgeMulti-Select

Which controls help protect a network closet? Select three.

Select all that apply

Badge or key access
Locked racks or cabinets
Camera coverage or visitor logging
Unrestricted public access
Console cables left attached in the hallway
Test Your Knowledge

What is the main difference between a honeypot and a honeynet?

A
B
C
D