Basic Configuration - Fundamentals of IP Surveillance

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/81

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:03 PM on 7/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

82 Terms

1
New cards

What is a VMS?

Video Management Software that stores, manages, records, plays back, and exports surveillance video.

2
New cards

What are the five main components of an IP surveillance system?

  • Network

  • Cameras & devices

  • Storage

  • Servers

  • Clients

3
New cards

What is the basic flow of an IP surveillance system?

Camera → Network → Server (VMS) → Storage → Client

4
New cards

What does an IP camera do?

Captures video and sends it over the network to the VMS.

5
New cards

What does an I/O device do?

Receives inputs (like motion sensors or switches) and triggers outputs (like sirens, lights, or gates).

6
New cards

What does a video encoder do?

Converts analog camera video into digital video so it can be used by the VMS.

7
New cards

What is Video Push?

Streams live video from a mobile device into the VMS as if it were another camera.

8
New cards

What are the main storage options for surveillance video?

  • Internal storage

  • NAS (Network Attached Storage)

  • SAN (Storage Area Network)

9
New cards

What does the server do?

Runs the VMS and usually stores surveillance recordings.

10
New cards

What is XProtect Smart Client?

The application operators use to view live cameras, play back recordings, and manage the surveillance system.

11
New cards

What does an IP camera do?

Captures light, converts it into a digital signal, and sends it over the network.

12
New cards

What is focal length?

The distance from the lens to the focal point that determines the camera’s field of view (FOV).

13
New cards

How does focal length affect the field of view?

  • Short focal length = Wider view

  • Long focal length = Narrower, more zoomed-in view

14
New cards

What is resolution?

The number of pixels in an image. Higher resolution can provide more detail.

15
New cards

Does a higher resolution always produce a better image?

No. Focus, lighting, glare, weather, and lens quality also affect image quality.

16
New cards

What is a pixel?

The smallest unit of a digital image that records light and color information.

17
New cards

Why do larger image sensors perform better in low light?

They collect more light for each pixel, improving low-light performance.

18
New cards

What is a PTZ camera?

A camera that can Pan, Tilt, and Zoom, either manually or automatically.

19
New cards

What is the main disadvantage of a PTZ camera?

While it’s looking at one area, it can miss activity happening elsewhere.

20
New cards

What is a fisheye camera?

A camera with a very wide field of view (180°–360°) used to monitor large areas.

21
New cards

What is a bullet camera?

A fixed-position camera that monitors one specific area.

22
New cards

What is WDR (HDR)?

A feature that improves image quality in scenes with both very bright and very dark areas.

23
New cards

Why is infrared (IR) important?

It allows cameras to see in low-light or nighttime conditions.

24
New cards

What are FPS (Frames Per Second)?

The number of video frames captured each second. Higher FPS provides smoother video but uses more bandwidth and storage.

25
New cards

What is pixel density?

The number of pixels covering a real-world area. Higher pixel density provides more detail.

26
New cards

Why is pixel density important?

It determines whether the camera captures enough detail to meet the surveillance objective.

27
New cards

What are the main surveillance objectives?

  • Overview

  • General Surveillance

  • Recognition

  • Identification

28
New cards

What’s the difference between recognition and identification?

  • Recognition: Someone familiar with the person can recognize them.

  • Identification: Anyone can positively identify the person.

29
New cards

What is a codec?

Encodes and decodes compressed video.

30
New cards

Why are codecs used?

  • Reduce bandwidth usage

  • Reduce storage requirements

  • Digitize and transmit video efficiently

31
New cards

What's the difference between a codec and compression?

Compression reduces the file size, while the codec is the algorithm that compresses, transmits, and decompresses the video.

32
New cards

Where is video encoded and decoded?

  • Camera: Encodes/compresses video

  • Client: Decodes video for viewing

33
New cards

What are the three common video codecs?

  • MJPEG

  • H.264

  • H.265 (HEVC)

34
New cards

Which codec is most commonly used today?

H.264.

35
New cards

What is the main advantage of H.265 over H.264?

H.265 provides similar image quality while using about 50% less bandwidth and storage

36
New cards

What is frame-based encoding?

Every frame is stored as a complete image (used by MJPEG).

37
New cards

What is sequence-based encoding?

Stores full keyframes and only records changes between them (used by H.264 and H.265).

38
New cards

When is MJPEG preferred?

When every individual frame is needed, such as license plate recognition (LPR).

39
New cards

When are H.264 and H.265 preferred?

General surveillance and motion detection because they save bandwidth and storage.

40
New cards

What are the three bitrate options?

  • Variable Bit Rate (VBR)

  • Maximum Bit Rate (MBR)

  • Constant Bit Rate (CBR)

41
New cards

What is Variable Bit Rate (VBR)?

Bandwidth changes based on scene activity to maintain image quality.

42
New cards

What is Constant Bit Rate (CBR)?

Bandwidth stays the same even if scene activity changes.

43
New cards

What is the tradeoff of higher compression?

Less bandwidth and storage usage, but more processing power is required.

44
New cards

Why is a GPU preferred for video decoding?

A GPU is designed to process video much more efficiently than a CPU.

45
New cards

Why is a network needed in an IP surveillance system?

To send video streams from cameras to recording servers and clients.

46
New cards

What is the difference between TCP and UDP?

  • TCP: Reliable, confirms delivery.

  • UDP: Faster, does not confirm delivery.

47
New cards

What is a NIC (Network Interface Controller)?

The hardware that connects a device to the network.

48
New cards

What does a switch do?

Connects devices within the same network and forwards data between them.

49
New cards

What does a router do?

Connects different networks and routes data between them.

50
New cards

What is the purpose of a firewall?

To block unauthorized network access.

51
New cards

What is the difference between a server and a client?

  • Server: Provides services (stores/manages video).

  • Client: Accesses those services (views/manages video).

52
New cards

What is a MAC address?

A unique hardware address assigned to a network interface (NIC).

53
New cards

What is an IP address?

A logical address that allows devices to communicate over a network.

54
New cards

Which IP version is most commonly used on local networks?

IPv4

55
New cards

What is a subnet?

A smaller network within a larger network.

56
New cards

What is a LAN?

A Local Area Network that connects devices within a building or campus.

57
New cards

What are the default ports for HTTP and HTTPS?

  • HTTP = 80

  • HTTPS = 443

58
New cards

Should cameras be on the same network as business computers?

No. Milestone recommends placing cameras on a separate network/subnet

59
New cards

Why should cameras be on a separate network?

To improve performance and security.

60
New cards

Should servers and cameras use static or dynamic IP addresses?

Static IP addresses.

61
New cards

What should be used when accessing XProtect Smart Client over the Internet?

A VPN.

62
New cards

What is a VPN?

An encrypted connection that securely accesses the surveillance network remotely.

63
New cards

What is a DMZ?

A separate network that isolates internet-facing servers from the internal LAN.

64
New cards

Which XProtect server is typically placed in the DMZ?

The Mobile Server.

65
New cards

What is the purpose of storage in an IP surveillance system?

To store recorded surveillance video.

66
New cards

What is the difference between RAM and storage?

  • RAM: Temporary memory while the computer is running.

  • Storage: Permanently saves data.

67
New cards

What are the two most common storage media?

  • Hard Disk Drive (HDD)

  • Solid State Drive (SSD)

68
New cards

What is the main advantage of an SSD over an HDD?

Faster read/write speeds because it has no moving parts.

69
New cards

What is Direct Attached Storage (DAS)?

Storage connected directly to the server for high-speed, reliable recording.

70
New cards

What is Network Attached Storage (NAS) typically used for?

Archived video storage.

71
New cards

What is a SAN (Storage Area Network)?

High-speed dedicated storage used for large surveillance systems.

72
New cards

What is RAID?

Multiple disks combined to improve performance, redundancy, or both.

73
New cards

What is RAID 0?

Striping only—fast, but no redundancy.

74
New cards

What is RAID 1?

Mirroring—data is duplicated for redundancy.

75
New cards

What is RAID 10?

Combines striping and mirroring for both speed and redundancy.

76
New cards

What is RAID 5?

Striping with parity—can survive one disk failure.

77
New cards

What is RAID 6?

Striping with double parity—can survive two disk failures.

78
New cards

Where should the operating system be installed?

RAID 1.

79
New cards

Where should the live camera database be stored?

RAID 10.

80
New cards

Where should the archived video database be stored?

RAID 5.

81
New cards

Why should video storage be kept on a separate drive from the operating system?

To improve performance and reduce the risk of affecting the OS if a video drive fails.

82
New cards

Why should camera streams be distributed across multiple disks?

To improve write performance and support more cameras and clients.