Surveillance: CCTV, Motion Sensors, and Logging
Plan a surveillance architecture with CCTV camera placement, motion detection, tamper alerts, and sufficient retention periods for forensic investigations.
Surveillance: CCTV, Motion Sensors, and Logging is a free Cloud & IT Cert Prep lesson on CoddyKit — lesson 2 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the Cloud & IT Cert Prep learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.
Why Surveillance Is Essential
Surveillance systems serve three security functions: deterrence (visible cameras discourage unauthorized behavior), detection (monitoring alerts security staff to ongoing incidents in real time), and forensic evidence (recordings document what happened during and after security incidents for investigation and legal proceedings). A well-designed surveillance system supports all three functions and integrates with access control logs to provide a complete picture of physical security events.
CCTV Camera Types and Placement
CCTV (Closed-Circuit Television) cameras vary by form factor and capability. Fixed cameras cover a specific area continuously. PTZ (Pan-Tilt-Zoom) cameras can be remotely controlled to follow subjects. Dome cameras conceal the viewing direction. Bullet cameras are visible deterrents with long-range lenses. Camera placement should cover all entry and exit points, high-value asset areas, and hallways. Overlapping fields of view eliminate blind spots that attackers can exploit.
Resolution, Lighting, and Image Quality
Camera effectiveness depends on image quality. Resolution must be sufficient to identify individuals — typically 1080p or higher for identity verification at doorways, lower resolution for wide-area coverage. Low-light and IR cameras maintain visibility in dim conditions. Wide dynamic range (WDR) cameras handle high-contrast scenes (e.g., bright sunlight at an entrance with a dark interior). Poor image quality makes footage forensically useless even if it captured the right area.
Digital Video Recorders and Network Video Recorders
Surveillance footage is recorded and stored in two ways. DVRs (Digital Video Recorders) receive analog camera signals and digitize them for storage. NVRs (Network Video Recorders) receive digital IP camera streams over the network. NVR systems enable remote access to footage, easier integration with analytics software, and flexible camera placement without dedicated cabling. Both require sufficient storage capacity — high-resolution cameras generate 10-40GB per day per camera, requiring planned capacity for the required retention period.
# Storage capacity planning for surveillance:
# Assumptions:
# - 20 cameras at 1080p (30fps)
# - H.264 compression: ~10GB per camera per day
# - Required retention: 90 days
# Storage needed:
# 20 cameras x 10GB/day x 90 days = 18,000GB = 18TB
# With RAID-5 overhead and 20% headroom:
# Recommended NVR storage: 28TB raw disk
# Motion-only recording can reduce storage by 60-70%
# vs continuous recording (depends on activity level)Motion Detection and Smart Analytics
Motion detection cameras record only when movement is detected, reducing storage consumption. Modern IP cameras and NVR systems include video analytics that go beyond simple motion: tripwire detection (alert when a virtual line is crossed), loitering detection (alert when a person remains in an area too long), object removal detection (alert when an object like a server disappears from a rack), and crowd detection. These reduce reliance on human monitoring of dozens of camera feeds simultaneously.
Tamper Detection and Camera Security
Attackers may attempt to disable surveillance systems by spray painting lenses, covering cameras, or cutting network cables. Good surveillance design includes: tamper detection alerts triggered when a camera's view is obstructed or the camera is physically moved, redundant recording paths (camera-local SD card backup plus NVR), UPS power backup for cameras and NVR, and secured cabling runs in conduit. The NVR should immediately alert when any camera goes offline unexpectedly.
Infrared and Thermal Sensors
Passive Infrared (PIR) motion sensors detect changes in infrared radiation caused by the heat signature of a moving body. They are widely used for triggering alarms and camera recording. Thermal imaging cameras detect heat signatures in complete darkness and can identify people hiding behind objects or in low-visibility conditions. Thermal cameras are used at perimeter fencing to detect intruders at night without visible lighting that would alert them to the surveillance presence.
Integration with Access Control Systems
Maximum security value comes from integrating surveillance with access control systems. When a badge access event occurs, the system automatically retrieves the camera feed from that door at that timestamp. Security staff can immediately verify that the person entering matches the badge holder's photo — detecting badge cloning or badge sharing. Denied access events automatically trigger PTZ camera repositioning to capture the face of whoever attempted unauthorized entry.
Footage Retention Policies
Retention policies determine how long surveillance footage is kept. Common minimum retention periods: 30 days for general office areas, 90 days for data centers and secure areas, and 1 year or longer when required by regulation (PCI-DSS requires 3 months for systems in scope). Footage should be stored on systems with write-once or tamper-evident storage so recordings cannot be altered or deleted after an incident. Legal holds may require extending retention when litigation is anticipated.
IP Camera Security Risks
IP cameras themselves are network-connected devices that must be secured. Common vulnerabilities: default credentials (admin/admin is the default on many camera brands), unpatched firmware with known CVEs, Telnet/HTTP management instead of SSH/HTTPS, and unencrypted video streams that can be intercepted. Compromised IP cameras have been used in large DDoS botnets (Mirai). Best practices: change default credentials, segment cameras on a dedicated VLAN, patch firmware regularly, and use encrypted RTSP streams.
# IP camera security hardening checklist:
# 1. Change default admin username and password
# 2. Enable HTTPS for management interface
# 3. Disable Telnet, HTTP, UPnP services
# 4. Update camera firmware to latest version
# 5. Place cameras on isolated VLAN (VLAN 30 = camera VLAN)
# 6. Block internet access from camera VLAN
# 7. Enable NTP time sync (timestamps must be accurate)
# 8. Enable TLS for video stream (RTSPS instead of RTSP)
# 9. Audit camera access logs monthlySecurity Guard Integration and Response
Technology alone cannot replace human judgment in physical security. Security guards provide deterrence through visible presence, respond to alarms, conduct patrol sweeps, and manage visitor access. Guards monitoring surveillance stations should be equipped with standard operating procedures (SOPs) defining exactly what to do for each alarm type — rather than relying on individual judgment under pressure. Guards should rotate monitoring assignments every 20-30 minutes to maintain alertness, as human attention degrades rapidly during monotonous video monitoring.
Quick Check
Test your understanding of CompTIA Security+ (SY0-701) concepts from this lesson.
Lesson Recap
In this lesson you learned: CCTV surveillance serves deterrence, detection, and forensic evidence functions, motion detection and video analytics reduce alert fatigue by intelligently detecting specific conditions, and IP cameras must be hardened and isolated on dedicated VLANs to prevent them from becoming attack vectors. Next up we explore data center environmental controls — HVAC, fire suppression, and power redundancy.
Frequently asked questions
Is the “Surveillance: CCTV, Motion Sensors, and Logging” lesson free?
Yes — the full text of “Surveillance: CCTV, Motion Sensors, and Logging” is free to read here on the web, and the Cloud & IT Cert Prep course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the Cloud & IT Cert Prep course, upgrade to CoddyKit PRO.
What will I learn in “Surveillance: CCTV, Motion Sensors, and Logging”?
Plan a surveillance architecture with CCTV camera placement, motion detection, tamper alerts, and sufficient retention periods for forensic investigations. You practise Cloud & IT Cert Prep with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.
Do I need any experience to start Cloud & IT Cert Prep?
No prior experience is required. Cloud & IT Cert Prep on CoddyKit is structured for beginners through advanced learners; this is — lesson 2 of 4, so you can start here or from the beginning and move at your own pace.
How long does the “Surveillance: CCTV, Motion Sensors, and Logging” lesson take?
Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.
Can I write and run code in this Cloud & IT Cert Prep lesson?
Yes. Every Cloud & IT Cert Prep lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.
All lessons in this course
- Physical Access Controls: Badges, Locks, and Mantraps
- Surveillance: CCTV, Motion Sensors, and Logging
- Data Center Environmental Controls
- Hardware Security: TPM, Secure Boot, and Drive Encryption