CCNA Practice Flashcards for Genetec Engineers
500 multiple-choice questions with answers and explanations, tailored for CCTV, Genetec Security Center, access control, camera VLANs, routing, QoS, multicast, and secure network operations.
Study format: 5 flashcards per weekday. At 5 per day, 500 cards equals 100 study days, or about 20 weeks. For a strict three-month pace, complete about 8 cards per weekday.
How to use this guide
Answer each question first, then open “Show answer and explanation.” Use the filters to focus by week, day, or topic. Print to PDF from your browser if you want an offline copy.
Networking fundamentals Subnetting and addressing Switching and VLANs Routing Wireless and RF basics IP services Security fundamentals NAT and WAN QoS and multicast video Automation and programmability
Study Schedule
| Plan | Pace | Completion |
|---|---|---|
| Standard flashcard plan | 5 cards/day, 5 days/week | 20 weeks / 100 weekdays |
| Three-month accelerated plan | 8–9 cards/day, 5 days/week | About 12–13 weeks |
Q1. Which OSI layer is responsible for logical IP addressing?
Show answer and explanation
Answer: B
Layer 3, the Network layer, provides logical addressing and routing using IP. This is where video clients, cameras, and servers are routed between subnets.
Q2. Which device primarily separates broadcast domains?
Show answer and explanation
Answer: C
Routers and Layer 3 switches separate broadcast domains. This matters when separating camera VLANs, access control VLANs, and corporate LANs.
Q3. What is the purpose of a default gateway?
Show answer and explanation
Answer: B
A host sends traffic to its default gateway when the destination is outside the local subnet.
Q4. Which protocol resolves an IPv4 address to a MAC address?
Show answer and explanation
Answer: B
ARP maps IPv4 addresses to MAC addresses on the local network.
Q5. Which value identifies a VLAN on an 802.1Q trunk?
Show answer and explanation
Answer: B
802.1Q inserts a VLAN tag that includes the VLAN ID.
Q6. What does MTU define?
Show answer and explanation
Answer: B
MTU is the largest packet/frame payload size supported without fragmentation.
Q7. Which address is a private IPv4 address?
Show answer and explanation
Answer: B
172.16.0.0/12 is private IPv4 space.
Q8. Which address is link-local IPv4?
Show answer and explanation
Answer: A
169.254.0.0/16 is APIPA/link-local addressing used when DHCP fails.
Q9. Which protocol translates hostnames to IP addresses?
Show answer and explanation
Answer: A
DNS resolves names such as servers or cloud services to IP addresses.
Q10. Which transport protocol is connection-oriented?
Show answer and explanation
Answer: B
TCP uses sessions, acknowledgements, and retransmission.
Q11. How many usable IPv4 host addresses are in a /24 subnet?
Show answer and explanation
Answer: A
A /24 has 256 total addresses; network and broadcast are not usable for hosts.
Q12. What subnet mask matches /26?
Show answer and explanation
Answer: C
/26 equals 255.255.255.192 and provides 62 usable host addresses.
Q13. Which subnet contains host 10.10.5.77/26?
Show answer and explanation
Answer: B
/26 subnets increment by 64. Address .77 belongs to 10.10.5.64/26.
Q14. What is the broadcast address for 192.168.20.32/27?
Show answer and explanation
Answer: B
/27 increments by 32. The .32 subnet ends at .63.
Q15. How many usable hosts are available in a /30?
Show answer and explanation
Answer: A
A /30 has four total addresses and two usable host addresses, common for point-to-point links.
Q16. Which prefix gives approximately 14 usable host addresses?
Show answer and explanation
Answer: A
/28 provides 16 total addresses and 14 usable host addresses.
Q17. What does CIDR notation /23 represent?
Show answer and explanation
Answer: B
/23 corresponds to 255.255.254.0.
Q18. Which range is private IPv4?
Show answer and explanation
Answer: B
192.168.0.0/16 is private. The other ranges are documentation/test networks.
Q19. What is the network address of 172.20.14.199/24?
Show answer and explanation
Answer: A
With /24, the first three octets define the network.
Q20. Why should camera IP plans avoid overlapping subnets?
Show answer and explanation
Answer: B
Overlapping subnets can cause routing ambiguity and difficult troubleshooting between camera, server, and client networks.
Q21. Which switch port mode carries multiple VLANs?
Show answer and explanation
Answer: B
A trunk carries traffic for multiple VLANs using tagging, usually 802.1Q.
Q22. Which switch port mode should normally be used for a single IP camera?
Show answer and explanation
Answer: B
A single camera usually belongs to one VLAN, so an access port is appropriate.
Q23. What is the native VLAN on an 802.1Q trunk?
Show answer and explanation
Answer: A
The native VLAN is sent untagged across an 802.1Q trunk.
Q24. What problem does STP help prevent?
Show answer and explanation
Answer: B
Spanning Tree Protocol blocks redundant paths to prevent Layer 2 loops.
Q25. What does a switch use to forward frames?
Show answer and explanation
Answer: B
Switches forward frames based on destination MAC addresses learned in the MAC table.
Q26. Which command commonly verifies VLAN membership on Cisco IOS?
Show answer and explanation
Answer: A
show vlan brief displays VLANs and assigned access ports.
Q27. What happens when a switch receives an unknown unicast frame?
Show answer and explanation
Answer: B
Unknown unicast frames are flooded within the same VLAN.
Q28. Why place cameras in a dedicated VLAN?
Show answer and explanation
Answer: B
A camera VLAN limits broadcast traffic and improves segmentation and security.
Q29. What is port security commonly used for?
Show answer and explanation
Answer: A
Port security can restrict which MAC addresses are allowed on an access port.
Q30. What is a switched virtual interface, or SVI?
Show answer and explanation
Answer: A
An SVI provides Layer 3 gateway functionality for a VLAN on a multilayer switch.
Q31. Which route is used when no more specific route matches?
Show answer and explanation
Answer: B
A default route, often 0.0.0.0/0, is used when no better match exists.
Q32. What is administrative distance used for?
Show answer and explanation
Answer: A
Administrative distance ranks route sources when multiple protocols advertise the same destination.
Q33. Which route type is automatically created when an interface has an IP address and is up?
Show answer and explanation
Answer: B
Connected routes appear automatically for active interfaces with IP addressing.
Q34. What does longest prefix match mean?
Show answer and explanation
Answer: B
Routers choose the most specific route that matches the destination IP.
Q35. Which command commonly displays the IPv4 routing table on Cisco IOS?
Show answer and explanation
Answer: A
show ip route displays learned and configured IPv4 routes.
Q36. Which protocol is an interior gateway protocol?
Show answer and explanation
Answer: A
OSPF is an IGP used for dynamic routing inside an organization.
Q37. What is a static route?
Show answer and explanation
Answer: A
Static routes are manually entered and do not dynamically adapt unless tracking is configured.
Q38. What is a next-hop IP address?
Show answer and explanation
Answer: B
The next hop is the router address used to reach a destination network.
Q39. What is route summarization?
Show answer and explanation
Answer: A
Summarization advertises multiple contiguous networks as one route to reduce table size.
Q40. Why is asymmetric routing sometimes a problem for security systems?
Show answer and explanation
Answer: B
Stateful firewalls may drop traffic if return traffic follows a different path and session state is not seen.
Q41. Which Wi-Fi band generally has better wall penetration?
Show answer and explanation
Answer: A
2.4 GHz usually penetrates walls better, but has more interference and fewer non-overlapping channels.
Q42. Which Wi-Fi band usually offers more channels and higher throughput than 2.4 GHz?
Show answer and explanation
Answer: B
5 GHz usually has more available channels and higher throughput, but shorter range.
Q43. What is SSID?
Show answer and explanation
Answer: A
SSID is the advertised or configured wireless network name.
Q44. Which security mode is stronger than WPA2-Personal when available?
Show answer and explanation
Answer: C
WPA3 improves authentication and cryptographic protections over older modes.
Q45. What is roaming in Wi-Fi?
Show answer and explanation
Answer: A
Roaming occurs when a wireless client moves between APs while maintaining connectivity.
Q46. What does RSSI indicate?
Show answer and explanation
Answer: A
RSSI is a measure of received signal strength.
Q47. Why are wireless cameras often avoided for critical CCTV?
Show answer and explanation
Answer: B
Wireless is vulnerable to interference, capacity limits, and RF design issues.
Q48. Which issue is caused by too many APs on the same channel?
Show answer and explanation
Answer: A
Co-channel interference occurs when too many devices contend on the same channel.
Q49. What does a captive portal typically provide?
Show answer and explanation
Answer: A
Captive portals intercept web traffic for login or terms acceptance.
Q50. Which design best supports mobile Genetec client devices over Wi-Fi?
Show answer and explanation
Answer: A
Mobile video clients need reliable coverage, adequate capacity, secure authentication, and controlled roaming.
Q51. Which protocol dynamically assigns IP addresses?
Show answer and explanation
Answer: A
DHCP leases IP configuration such as address, mask, gateway, and DNS.
Q52. Which DHCP message does a client send first?
Show answer and explanation
Answer: A
A DHCP client starts by broadcasting DHCPDISCOVER.
Q53. What is the purpose of DHCP reservation?
Show answer and explanation
Answer: A
Reservations help keep devices such as cameras or servers at predictable addresses.
Q54. Which service synchronizes time across network devices?
Show answer and explanation
Answer: A
NTP synchronizes clocks, which is critical for video evidence timelines and logs.
Q55. Which protocol is commonly used for device monitoring?
Show answer and explanation
Answer: A
SNMP can monitor device status, interfaces, and alerts.
Q56. What does Syslog provide?
Show answer and explanation
Answer: A
Syslog sends event messages to a centralized logging system.
Q57. Which protocol securely administers network devices by CLI?
Show answer and explanation
Answer: B
SSH encrypts remote CLI access. Telnet is unencrypted.
Q58. Which protocol is commonly used to transfer configuration files but is not secure?
Show answer and explanation
Answer: A
TFTP is simple and unencrypted.
Q59. What is DNS A record used for?
Show answer and explanation
Answer: A
An A record maps a hostname to an IPv4 address.
Q60. Why is accurate NTP important for Genetec systems?
Show answer and explanation
Answer: B
Accurate time keeps camera video, access control events, and audit logs correlated.
Q61. What does AAA stand for?
Show answer and explanation
Answer: A
AAA identifies users, determines permissions, and records activity.
Q62. Which protocol provides centralized AAA for network devices?
Show answer and explanation
Answer: A
RADIUS is commonly used for centralized authentication and authorization.
Q63. What is the purpose of an ACL?
Show answer and explanation
Answer: A
Access control lists permit or deny traffic based on criteria such as IPs, ports, and protocols.
Q64. Which management method is least secure?
Show answer and explanation
Answer: C
Telnet sends credentials and traffic in clear text.
Q65. Which SNMP version supports authentication and encryption?
Show answer and explanation
Answer: C
SNMPv3 supports stronger authentication and privacy features.
Q66. What is 802.1X used for?
Show answer and explanation
Answer: A
802.1X authenticates devices or users before granting network access.
Q67. What is a firewall zone?
Show answer and explanation
Answer: A
Zones group interfaces or networks so policies can control traffic between them.
Q68. Why should camera default passwords be changed?
Show answer and explanation
Answer: B
Default credentials are widely known and create serious security risk.
Q69. What is least privilege?
Show answer and explanation
Answer: A
Least privilege reduces risk by limiting access to required functions only.
Q70. Why segment access control panels from general user PCs?
Show answer and explanation
Answer: A
Segmentation helps protect physical security systems from compromise on less trusted networks.
Q71. What does NAT do?
Show answer and explanation
Answer: A
Network Address Translation changes source or destination IP information.
Q72. What is PAT also called?
Show answer and explanation
Answer: A
PAT maps many internal hosts to one public IP using port numbers.
Q73. Which private address is commonly translated before Internet access?
Show answer and explanation
Answer: A
10.0.0.0/8 is private and typically translated for Internet access.
Q74. What is a site-to-site VPN commonly used for?
Show answer and explanation
Answer: A
A site-to-site VPN securely connects networks across an untrusted transport.
Q75. Which protocol helps verify reachability across WAN links?
Show answer and explanation
Answer: A
ICMP echo requests/replies are commonly used with ping.
Q76. What is split tunneling?
Show answer and explanation
Answer: A
Split tunneling routes selected traffic through a VPN while other traffic goes directly.
Q77. Why avoid exposing camera web interfaces directly to the Internet?
Show answer and explanation
Answer: A
Direct exposure increases risk from credential attacks and vulnerabilities.
Q78. What is port forwarding?
Show answer and explanation
Answer: A
Port forwarding directs traffic received on a public IP/port to an internal IP/port.
Q79. Which WAN issue most affects live video smoothness?
Show answer and explanation
Answer: A
Video performance is affected by latency, jitter, packet loss, and available bandwidth.
Q80. What is QoS used for over constrained WAN links?
Show answer and explanation
Answer: A
QoS classifies and prioritizes traffic when bandwidth is limited.
Q81. What is multicast designed for?
Show answer and explanation
Answer: A
Multicast efficiently sends one stream to multiple receivers.
Q82. Which protocol lets hosts join IPv4 multicast groups?
Show answer and explanation
Answer: A
IGMP is used by hosts and switches/routers for IPv4 multicast group membership.
Q83. What does IGMP snooping do on a switch?
Show answer and explanation
Answer: A
IGMP snooping helps switches forward multicast only to interested ports.
Q84. Which IPv4 range is multicast?
Show answer and explanation
Answer: A
IPv4 multicast uses 224.0.0.0 through 239.255.255.255.
Q85. What does QoS classification do?
Show answer and explanation
Answer: A
Classification identifies traffic types so QoS policies can mark, queue, or police them.
Q86. What is DSCP?
Show answer and explanation
Answer: A
DSCP marks packets for differentiated QoS treatment.
Q87. Why can video surveillance traffic need QoS?
Show answer and explanation
Answer: A
Live viewing and control traffic may need priority when links are congested.
Q88. What is jitter?
Show answer and explanation
Answer: A
Jitter is inconsistent packet delay, which can affect real-time video and audio.
Q89. What should be enabled to prevent multicast flooding in a camera VLAN?
Show answer and explanation
Answer: A
IGMP snooping reduces unnecessary multicast flooding within a VLAN.
Q90. Which traffic is often best kept unicast unless multicast is designed properly?
Show answer and explanation
Answer: A
Multicast video needs proper IGMP and routing design. Without it, unicast is often simpler and safer.
Q91. Which data format is commonly used by REST APIs?
Show answer and explanation
Answer: A
JSON is widely used to exchange structured data in REST APIs.
Q92. What does REST commonly use as its transport/application protocol?
Show answer and explanation
Answer: A
RESTful APIs commonly use HTTP or HTTPS methods.
Q93. Which HTTP method is commonly used to retrieve information?
Show answer and explanation
Answer: A
GET retrieves a resource without changing it.
Q94. Which HTTP method is commonly used to create a new object?
Show answer and explanation
Answer: A
POST is commonly used to submit data or create resources.
Q95. What is an API token used for?
Show answer and explanation
Answer: A
API tokens are used to authenticate and authorize API requests.
Q96. Which tool is often used for API testing from a workstation?
Show answer and explanation
Answer: A
Postman is commonly used for testing REST APIs.
Q97. What is idempotency?
Show answer and explanation
Answer: A
An idempotent operation can be repeated without changing the result beyond the first application.
Q98. Why is network automation useful for security systems?
Show answer and explanation
Answer: A
Automation improves consistency, speeds changes, and reduces manual mistakes.
Q99. Which file format is commonly used for network automation variables?
Show answer and explanation
Answer: A
YAML is frequently used for human-readable configuration data.
Q100. What is Git used for?
Show answer and explanation
Answer: A
Git tracks changes to files such as scripts, templates, and configurations.
Q101. While troubleshooting a Security Center client connection, which OSI layer is responsible for logical IP addressing?
Show answer and explanation
Answer: B
Layer 3, the Network layer, provides logical addressing and routing using IP. This is where video clients, cameras, and servers are routed between subnets.
Q102. During a jail CCTV network audit, which device primarily separates broadcast domains?
Show answer and explanation
Answer: C
Routers and Layer 3 switches separate broadcast domains. This matters when separating camera VLANs, access control VLANs, and corporate LANs.
Q103. For an access control panel network, what is the purpose of a default gateway?
Show answer and explanation
Answer: B
A host sends traffic to its default gateway when the destination is outside the local subnet.
Q104. When reviewing a county security electronics network, which protocol resolves an IPv4 address to a MAC address?
Show answer and explanation
Answer: B
ARP maps IPv4 addresses to MAC addresses on the local network.
Q105. During commissioning of Axis cameras into Genetec, which value identifies a VLAN on an 802.1Q trunk?
Show answer and explanation
Answer: B
802.1Q inserts a VLAN tag that includes the VLAN ID.
Q106. For a remote video monitoring site, what does MTU define?
Show answer and explanation
Answer: B
MTU is the largest packet/frame payload size supported without fragmentation.
Q107. When separating CCTV from the corporate LAN, which address is a private IPv4 address?
Show answer and explanation
Answer: B
172.16.0.0/12 is private IPv4 space.
Q108. During network cutover testing, which address is link-local IPv4?
Show answer and explanation
Answer: A
169.254.0.0/16 is APIPA/link-local addressing used when DHCP fails.
Q109. For a recorder-to-camera traffic path, which protocol translates hostnames to IP addresses?
Show answer and explanation
Answer: A
DNS resolves names such as servers or cloud services to IP addresses.
Q110. For a Genetec camera VLAN deployment, which transport protocol is connection-oriented?
Show answer and explanation
Answer: B
TCP uses sessions, acknowledgements, and retransmission.
Q111. While troubleshooting a Security Center client connection, how many usable IPv4 host addresses are in a /24 subnet?
Show answer and explanation
Answer: A
A /24 has 256 total addresses; network and broadcast are not usable for hosts.
Q112. During a jail CCTV network audit, what subnet mask matches /26?
Show answer and explanation
Answer: C
/26 equals 255.255.255.192 and provides 62 usable host addresses.
Q113. For an access control panel network, which subnet contains host 10.10.5.77/26?
Show answer and explanation
Answer: B
/26 subnets increment by 64. Address .77 belongs to 10.10.5.64/26.
Q114. When reviewing a county security electronics network, what is the broadcast address for 192.168.20.32/27?
Show answer and explanation
Answer: B
/27 increments by 32. The .32 subnet ends at .63.
Q115. During commissioning of Axis cameras into Genetec, how many usable hosts are available in a /30?
Show answer and explanation
Answer: A
A /30 has four total addresses and two usable host addresses, common for point-to-point links.
Q116. For a remote video monitoring site, which prefix gives approximately 14 usable host addresses?
Show answer and explanation
Answer: A
/28 provides 16 total addresses and 14 usable host addresses.
Q117. When separating CCTV from the corporate LAN, what does CIDR notation /23 represent?
Show answer and explanation
Answer: B
/23 corresponds to 255.255.254.0.
Q118. During network cutover testing, which range is private IPv4?
Show answer and explanation
Answer: B
192.168.0.0/16 is private. The other ranges are documentation/test networks.
Q119. For a recorder-to-camera traffic path, what is the network address of 172.20.14.199/24?
Show answer and explanation
Answer: A
With /24, the first three octets define the network.
Q120. For a Genetec camera VLAN deployment, why should camera IP plans avoid overlapping subnets?
Show answer and explanation
Answer: B
Overlapping subnets can cause routing ambiguity and difficult troubleshooting between camera, server, and client networks.
Q121. While troubleshooting a Security Center client connection, which switch port mode carries multiple VLANs?
Show answer and explanation
Answer: B
A trunk carries traffic for multiple VLANs using tagging, usually 802.1Q.
Q122. During a jail CCTV network audit, which switch port mode should normally be used for a single IP camera?
Show answer and explanation
Answer: B
A single camera usually belongs to one VLAN, so an access port is appropriate.
Q123. For an access control panel network, what is the native VLAN on an 802.1Q trunk?
Show answer and explanation
Answer: A
The native VLAN is sent untagged across an 802.1Q trunk.
Q124. When reviewing a county security electronics network, what problem does STP help prevent?
Show answer and explanation
Answer: B
Spanning Tree Protocol blocks redundant paths to prevent Layer 2 loops.
Q125. During commissioning of Axis cameras into Genetec, what does a switch use to forward frames?
Show answer and explanation
Answer: B
Switches forward frames based on destination MAC addresses learned in the MAC table.
Q126. For a remote video monitoring site, which command commonly verifies VLAN membership on Cisco IOS?
Show answer and explanation
Answer: A
show vlan brief displays VLANs and assigned access ports.
Q127. When separating CCTV from the corporate LAN, what happens when a switch receives an unknown unicast frame?
Show answer and explanation
Answer: B
Unknown unicast frames are flooded within the same VLAN.
Q128. During network cutover testing, why place cameras in a dedicated VLAN?
Show answer and explanation
Answer: B
A camera VLAN limits broadcast traffic and improves segmentation and security.
Q129. For a recorder-to-camera traffic path, what is port security commonly used for?
Show answer and explanation
Answer: A
Port security can restrict which MAC addresses are allowed on an access port.
Q130. For a Genetec camera VLAN deployment, what is a switched virtual interface, or SVI?
Show answer and explanation
Answer: A
An SVI provides Layer 3 gateway functionality for a VLAN on a multilayer switch.
Q131. While troubleshooting a Security Center client connection, which route is used when no more specific route matches?
Show answer and explanation
Answer: B
A default route, often 0.0.0.0/0, is used when no better match exists.
Q132. During a jail CCTV network audit, what is administrative distance used for?
Show answer and explanation
Answer: A
Administrative distance ranks route sources when multiple protocols advertise the same destination.
Q133. For an access control panel network, which route type is automatically created when an interface has an IP address and is up?
Show answer and explanation
Answer: B
Connected routes appear automatically for active interfaces with IP addressing.
Q134. When reviewing a county security electronics network, what does longest prefix match mean?
Show answer and explanation
Answer: B
Routers choose the most specific route that matches the destination IP.
Q135. During commissioning of Axis cameras into Genetec, which command commonly displays the IPv4 routing table on Cisco IOS?
Show answer and explanation
Answer: A
show ip route displays learned and configured IPv4 routes.
Q136. For a remote video monitoring site, which protocol is an interior gateway protocol?
Show answer and explanation
Answer: A
OSPF is an IGP used for dynamic routing inside an organization.
Q137. When separating CCTV from the corporate LAN, what is a static route?
Show answer and explanation
Answer: A
Static routes are manually entered and do not dynamically adapt unless tracking is configured.
Q138. During network cutover testing, what is a next-hop IP address?
Show answer and explanation
Answer: B
The next hop is the router address used to reach a destination network.
Q139. For a recorder-to-camera traffic path, what is route summarization?
Show answer and explanation
Answer: A
Summarization advertises multiple contiguous networks as one route to reduce table size.
Q140. For a Genetec camera VLAN deployment, why is asymmetric routing sometimes a problem for security systems?
Show answer and explanation
Answer: B
Stateful firewalls may drop traffic if return traffic follows a different path and session state is not seen.
Q141. While troubleshooting a Security Center client connection, which Wi-Fi band generally has better wall penetration?
Show answer and explanation
Answer: A
2.4 GHz usually penetrates walls better, but has more interference and fewer non-overlapping channels.
Q142. During a jail CCTV network audit, which Wi-Fi band usually offers more channels and higher throughput than 2.4 GHz?
Show answer and explanation
Answer: B
5 GHz usually has more available channels and higher throughput, but shorter range.
Q143. For an access control panel network, what is SSID?
Show answer and explanation
Answer: A
SSID is the advertised or configured wireless network name.
Q144. When reviewing a county security electronics network, which security mode is stronger than WPA2-Personal when available?
Show answer and explanation
Answer: C
WPA3 improves authentication and cryptographic protections over older modes.
Q145. During commissioning of Axis cameras into Genetec, what is roaming in Wi-Fi?
Show answer and explanation
Answer: A
Roaming occurs when a wireless client moves between APs while maintaining connectivity.
Q146. For a remote video monitoring site, what does RSSI indicate?
Show answer and explanation
Answer: A
RSSI is a measure of received signal strength.
Q147. When separating CCTV from the corporate LAN, why are wireless cameras often avoided for critical CCTV?
Show answer and explanation
Answer: B
Wireless is vulnerable to interference, capacity limits, and RF design issues.
Q148. During network cutover testing, which issue is caused by too many APs on the same channel?
Show answer and explanation
Answer: A
Co-channel interference occurs when too many devices contend on the same channel.
Q149. For a recorder-to-camera traffic path, what does a captive portal typically provide?
Show answer and explanation
Answer: A
Captive portals intercept web traffic for login or terms acceptance.
Q150. For a Genetec camera VLAN deployment, which design best supports mobile Genetec client devices over Wi-Fi?
Show answer and explanation
Answer: A
Mobile video clients need reliable coverage, adequate capacity, secure authentication, and controlled roaming.
Q151. While troubleshooting a Security Center client connection, which protocol dynamically assigns IP addresses?
Show answer and explanation
Answer: A
DHCP leases IP configuration such as address, mask, gateway, and DNS.
Q152. During a jail CCTV network audit, which DHCP message does a client send first?
Show answer and explanation
Answer: A
A DHCP client starts by broadcasting DHCPDISCOVER.
Q153. For an access control panel network, what is the purpose of DHCP reservation?
Show answer and explanation
Answer: A
Reservations help keep devices such as cameras or servers at predictable addresses.
Q154. When reviewing a county security electronics network, which service synchronizes time across network devices?
Show answer and explanation
Answer: A
NTP synchronizes clocks, which is critical for video evidence timelines and logs.
Q155. During commissioning of Axis cameras into Genetec, which protocol is commonly used for device monitoring?
Show answer and explanation
Answer: A
SNMP can monitor device status, interfaces, and alerts.
Q156. For a remote video monitoring site, what does Syslog provide?
Show answer and explanation
Answer: A
Syslog sends event messages to a centralized logging system.
Q157. When separating CCTV from the corporate LAN, which protocol securely administers network devices by CLI?
Show answer and explanation
Answer: B
SSH encrypts remote CLI access. Telnet is unencrypted.
Q158. During network cutover testing, which protocol is commonly used to transfer configuration files but is not secure?
Show answer and explanation
Answer: A
TFTP is simple and unencrypted.
Q159. For a recorder-to-camera traffic path, what is DNS A record used for?
Show answer and explanation
Answer: A
An A record maps a hostname to an IPv4 address.
Q160. For a Genetec camera VLAN deployment, why is accurate NTP important for Genetec systems?
Show answer and explanation
Answer: B
Accurate time keeps camera video, access control events, and audit logs correlated.
Q161. While troubleshooting a Security Center client connection, what does AAA stand for?
Show answer and explanation
Answer: A
AAA identifies users, determines permissions, and records activity.
Q162. During a jail CCTV network audit, which protocol provides centralized AAA for network devices?
Show answer and explanation
Answer: A
RADIUS is commonly used for centralized authentication and authorization.
Q163. For an access control panel network, what is the purpose of an ACL?
Show answer and explanation
Answer: A
Access control lists permit or deny traffic based on criteria such as IPs, ports, and protocols.
Q164. When reviewing a county security electronics network, which management method is least secure?
Show answer and explanation
Answer: C
Telnet sends credentials and traffic in clear text.
Q165. During commissioning of Axis cameras into Genetec, which SNMP version supports authentication and encryption?
Show answer and explanation
Answer: C
SNMPv3 supports stronger authentication and privacy features.
Q166. For a remote video monitoring site, what is 802.1X used for?
Show answer and explanation
Answer: A
802.1X authenticates devices or users before granting network access.
Q167. When separating CCTV from the corporate LAN, what is a firewall zone?
Show answer and explanation
Answer: A
Zones group interfaces or networks so policies can control traffic between them.
Q168. During network cutover testing, why should camera default passwords be changed?
Show answer and explanation
Answer: B
Default credentials are widely known and create serious security risk.
Q169. For a recorder-to-camera traffic path, what is least privilege?
Show answer and explanation
Answer: A
Least privilege reduces risk by limiting access to required functions only.
Q170. For a Genetec camera VLAN deployment, why segment access control panels from general user PCs?
Show answer and explanation
Answer: A
Segmentation helps protect physical security systems from compromise on less trusted networks.
Q171. While troubleshooting a Security Center client connection, what does NAT do?
Show answer and explanation
Answer: A
Network Address Translation changes source or destination IP information.
Q172. During a jail CCTV network audit, what is PAT also called?
Show answer and explanation
Answer: A
PAT maps many internal hosts to one public IP using port numbers.
Q173. For an access control panel network, which private address is commonly translated before Internet access?
Show answer and explanation
Answer: A
10.0.0.0/8 is private and typically translated for Internet access.
Q174. When reviewing a county security electronics network, what is a site-to-site VPN commonly used for?
Show answer and explanation
Answer: A
A site-to-site VPN securely connects networks across an untrusted transport.
Q175. During commissioning of Axis cameras into Genetec, which protocol helps verify reachability across WAN links?
Show answer and explanation
Answer: A
ICMP echo requests/replies are commonly used with ping.
Q176. For a remote video monitoring site, what is split tunneling?
Show answer and explanation
Answer: A
Split tunneling routes selected traffic through a VPN while other traffic goes directly.
Q177. When separating CCTV from the corporate LAN, why avoid exposing camera web interfaces directly to the Internet?
Show answer and explanation
Answer: A
Direct exposure increases risk from credential attacks and vulnerabilities.
Q178. During network cutover testing, what is port forwarding?
Show answer and explanation
Answer: A
Port forwarding directs traffic received on a public IP/port to an internal IP/port.
Q179. For a recorder-to-camera traffic path, which WAN issue most affects live video smoothness?
Show answer and explanation
Answer: A
Video performance is affected by latency, jitter, packet loss, and available bandwidth.
Q180. For a Genetec camera VLAN deployment, what is QoS used for over constrained WAN links?
Show answer and explanation
Answer: A
QoS classifies and prioritizes traffic when bandwidth is limited.
Q181. While troubleshooting a Security Center client connection, what is multicast designed for?
Show answer and explanation
Answer: A
Multicast efficiently sends one stream to multiple receivers.
Q182. During a jail CCTV network audit, which protocol lets hosts join IPv4 multicast groups?
Show answer and explanation
Answer: A
IGMP is used by hosts and switches/routers for IPv4 multicast group membership.
Q183. For an access control panel network, what does IGMP snooping do on a switch?
Show answer and explanation
Answer: A
IGMP snooping helps switches forward multicast only to interested ports.
Q184. When reviewing a county security electronics network, which IPv4 range is multicast?
Show answer and explanation
Answer: A
IPv4 multicast uses 224.0.0.0 through 239.255.255.255.
Q185. During commissioning of Axis cameras into Genetec, what does QoS classification do?
Show answer and explanation
Answer: A
Classification identifies traffic types so QoS policies can mark, queue, or police them.
Q186. For a remote video monitoring site, what is DSCP?
Show answer and explanation
Answer: A
DSCP marks packets for differentiated QoS treatment.
Q187. When separating CCTV from the corporate LAN, why can video surveillance traffic need QoS?
Show answer and explanation
Answer: A
Live viewing and control traffic may need priority when links are congested.
Q188. During network cutover testing, what is jitter?
Show answer and explanation
Answer: A
Jitter is inconsistent packet delay, which can affect real-time video and audio.
Q189. For a recorder-to-camera traffic path, what should be enabled to prevent multicast flooding in a camera VLAN?
Show answer and explanation
Answer: A
IGMP snooping reduces unnecessary multicast flooding within a VLAN.
Q190. For a Genetec camera VLAN deployment, which traffic is often best kept unicast unless multicast is designed properly?
Show answer and explanation
Answer: A
Multicast video needs proper IGMP and routing design. Without it, unicast is often simpler and safer.
Q191. While troubleshooting a Security Center client connection, which data format is commonly used by REST APIs?
Show answer and explanation
Answer: A
JSON is widely used to exchange structured data in REST APIs.
Q192. During a jail CCTV network audit, what does REST commonly use as its transport/application protocol?
Show answer and explanation
Answer: A
RESTful APIs commonly use HTTP or HTTPS methods.
Q193. For an access control panel network, which HTTP method is commonly used to retrieve information?
Show answer and explanation
Answer: A
GET retrieves a resource without changing it.
Q194. When reviewing a county security electronics network, which HTTP method is commonly used to create a new object?
Show answer and explanation
Answer: A
POST is commonly used to submit data or create resources.
Q195. During commissioning of Axis cameras into Genetec, what is an API token used for?
Show answer and explanation
Answer: A
API tokens are used to authenticate and authorize API requests.
Q196. For a remote video monitoring site, which tool is often used for API testing from a workstation?
Show answer and explanation
Answer: A
Postman is commonly used for testing REST APIs.
Q197. When separating CCTV from the corporate LAN, what is idempotency?
Show answer and explanation
Answer: A
An idempotent operation can be repeated without changing the result beyond the first application.
Q198. During network cutover testing, why is network automation useful for security systems?
Show answer and explanation
Answer: A
Automation improves consistency, speeds changes, and reduces manual mistakes.
Q199. For a recorder-to-camera traffic path, which file format is commonly used for network automation variables?
Show answer and explanation
Answer: A
YAML is frequently used for human-readable configuration data.
Q200. For a Genetec camera VLAN deployment, what is Git used for?
Show answer and explanation
Answer: A
Git tracks changes to files such as scripts, templates, and configurations.
Q201. During a jail CCTV network audit, which OSI layer is responsible for logical IP addressing?
Show answer and explanation
Answer: B
Layer 3, the Network layer, provides logical addressing and routing using IP. This is where video clients, cameras, and servers are routed between subnets.
Q202. For an access control panel network, which device primarily separates broadcast domains?
Show answer and explanation
Answer: C
Routers and Layer 3 switches separate broadcast domains. This matters when separating camera VLANs, access control VLANs, and corporate LANs.
Q203. When reviewing a county security electronics network, what is the purpose of a default gateway?
Show answer and explanation
Answer: B
A host sends traffic to its default gateway when the destination is outside the local subnet.
Q204. During commissioning of Axis cameras into Genetec, which protocol resolves an IPv4 address to a MAC address?
Show answer and explanation
Answer: B
ARP maps IPv4 addresses to MAC addresses on the local network.
Q205. For a remote video monitoring site, which value identifies a VLAN on an 802.1Q trunk?
Show answer and explanation
Answer: B
802.1Q inserts a VLAN tag that includes the VLAN ID.
Q206. When separating CCTV from the corporate LAN, what does MTU define?
Show answer and explanation
Answer: B
MTU is the largest packet/frame payload size supported without fragmentation.
Q207. During network cutover testing, which address is a private IPv4 address?
Show answer and explanation
Answer: B
172.16.0.0/12 is private IPv4 space.
Q208. For a recorder-to-camera traffic path, which address is link-local IPv4?
Show answer and explanation
Answer: A
169.254.0.0/16 is APIPA/link-local addressing used when DHCP fails.
Q209. For a Genetec camera VLAN deployment, which protocol translates hostnames to IP addresses?
Show answer and explanation
Answer: A
DNS resolves names such as servers or cloud services to IP addresses.
Q210. While troubleshooting a Security Center client connection, which transport protocol is connection-oriented?
Show answer and explanation
Answer: B
TCP uses sessions, acknowledgements, and retransmission.
Q211. During a jail CCTV network audit, how many usable IPv4 host addresses are in a /24 subnet?
Show answer and explanation
Answer: A
A /24 has 256 total addresses; network and broadcast are not usable for hosts.
Q212. For an access control panel network, what subnet mask matches /26?
Show answer and explanation
Answer: C
/26 equals 255.255.255.192 and provides 62 usable host addresses.
Q213. When reviewing a county security electronics network, which subnet contains host 10.10.5.77/26?
Show answer and explanation
Answer: B
/26 subnets increment by 64. Address .77 belongs to 10.10.5.64/26.
Q214. During commissioning of Axis cameras into Genetec, what is the broadcast address for 192.168.20.32/27?
Show answer and explanation
Answer: B
/27 increments by 32. The .32 subnet ends at .63.
Q215. For a remote video monitoring site, how many usable hosts are available in a /30?
Show answer and explanation
Answer: A
A /30 has four total addresses and two usable host addresses, common for point-to-point links.
Q216. When separating CCTV from the corporate LAN, which prefix gives approximately 14 usable host addresses?
Show answer and explanation
Answer: A
/28 provides 16 total addresses and 14 usable host addresses.
Q217. During network cutover testing, what does CIDR notation /23 represent?
Show answer and explanation
Answer: B
/23 corresponds to 255.255.254.0.
Q218. For a recorder-to-camera traffic path, which range is private IPv4?
Show answer and explanation
Answer: B
192.168.0.0/16 is private. The other ranges are documentation/test networks.
Q219. For a Genetec camera VLAN deployment, what is the network address of 172.20.14.199/24?
Show answer and explanation
Answer: A
With /24, the first three octets define the network.
Q220. While troubleshooting a Security Center client connection, why should camera IP plans avoid overlapping subnets?
Show answer and explanation
Answer: B
Overlapping subnets can cause routing ambiguity and difficult troubleshooting between camera, server, and client networks.
Q221. During a jail CCTV network audit, which switch port mode carries multiple VLANs?
Show answer and explanation
Answer: B
A trunk carries traffic for multiple VLANs using tagging, usually 802.1Q.
Q222. For an access control panel network, which switch port mode should normally be used for a single IP camera?
Show answer and explanation
Answer: B
A single camera usually belongs to one VLAN, so an access port is appropriate.
Q223. When reviewing a county security electronics network, what is the native VLAN on an 802.1Q trunk?
Show answer and explanation
Answer: A
The native VLAN is sent untagged across an 802.1Q trunk.
Q224. During commissioning of Axis cameras into Genetec, what problem does STP help prevent?
Show answer and explanation
Answer: B
Spanning Tree Protocol blocks redundant paths to prevent Layer 2 loops.
Q225. For a remote video monitoring site, what does a switch use to forward frames?
Show answer and explanation
Answer: B
Switches forward frames based on destination MAC addresses learned in the MAC table.
Q226. When separating CCTV from the corporate LAN, which command commonly verifies VLAN membership on Cisco IOS?
Show answer and explanation
Answer: A
show vlan brief displays VLANs and assigned access ports.
Q227. During network cutover testing, what happens when a switch receives an unknown unicast frame?
Show answer and explanation
Answer: B
Unknown unicast frames are flooded within the same VLAN.
Q228. For a recorder-to-camera traffic path, why place cameras in a dedicated VLAN?
Show answer and explanation
Answer: B
A camera VLAN limits broadcast traffic and improves segmentation and security.
Q229. For a Genetec camera VLAN deployment, what is port security commonly used for?
Show answer and explanation
Answer: A
Port security can restrict which MAC addresses are allowed on an access port.
Q230. While troubleshooting a Security Center client connection, what is a switched virtual interface, or SVI?
Show answer and explanation
Answer: A
An SVI provides Layer 3 gateway functionality for a VLAN on a multilayer switch.
Q231. During a jail CCTV network audit, which route is used when no more specific route matches?
Show answer and explanation
Answer: B
A default route, often 0.0.0.0/0, is used when no better match exists.
Q232. For an access control panel network, what is administrative distance used for?
Show answer and explanation
Answer: A
Administrative distance ranks route sources when multiple protocols advertise the same destination.
Q233. When reviewing a county security electronics network, which route type is automatically created when an interface has an IP address and is up?
Show answer and explanation
Answer: B
Connected routes appear automatically for active interfaces with IP addressing.
Q234. During commissioning of Axis cameras into Genetec, what does longest prefix match mean?
Show answer and explanation
Answer: B
Routers choose the most specific route that matches the destination IP.
Q235. For a remote video monitoring site, which command commonly displays the IPv4 routing table on Cisco IOS?
Show answer and explanation
Answer: A
show ip route displays learned and configured IPv4 routes.
Q236. When separating CCTV from the corporate LAN, which protocol is an interior gateway protocol?
Show answer and explanation
Answer: A
OSPF is an IGP used for dynamic routing inside an organization.
Q237. During network cutover testing, what is a static route?
Show answer and explanation
Answer: A
Static routes are manually entered and do not dynamically adapt unless tracking is configured.
Q238. For a recorder-to-camera traffic path, what is a next-hop IP address?
Show answer and explanation
Answer: B
The next hop is the router address used to reach a destination network.
Q239. For a Genetec camera VLAN deployment, what is route summarization?
Show answer and explanation
Answer: A
Summarization advertises multiple contiguous networks as one route to reduce table size.
Q240. While troubleshooting a Security Center client connection, why is asymmetric routing sometimes a problem for security systems?
Show answer and explanation
Answer: B
Stateful firewalls may drop traffic if return traffic follows a different path and session state is not seen.
Q241. During a jail CCTV network audit, which Wi-Fi band generally has better wall penetration?
Show answer and explanation
Answer: A
2.4 GHz usually penetrates walls better, but has more interference and fewer non-overlapping channels.
Q242. For an access control panel network, which Wi-Fi band usually offers more channels and higher throughput than 2.4 GHz?
Show answer and explanation
Answer: B
5 GHz usually has more available channels and higher throughput, but shorter range.
Q243. When reviewing a county security electronics network, what is SSID?
Show answer and explanation
Answer: A
SSID is the advertised or configured wireless network name.
Q244. During commissioning of Axis cameras into Genetec, which security mode is stronger than WPA2-Personal when available?
Show answer and explanation
Answer: C
WPA3 improves authentication and cryptographic protections over older modes.
Q245. For a remote video monitoring site, what is roaming in Wi-Fi?
Show answer and explanation
Answer: A
Roaming occurs when a wireless client moves between APs while maintaining connectivity.
Q246. When separating CCTV from the corporate LAN, what does RSSI indicate?
Show answer and explanation
Answer: A
RSSI is a measure of received signal strength.
Q247. During network cutover testing, why are wireless cameras often avoided for critical CCTV?
Show answer and explanation
Answer: B
Wireless is vulnerable to interference, capacity limits, and RF design issues.
Q248. For a recorder-to-camera traffic path, which issue is caused by too many APs on the same channel?
Show answer and explanation
Answer: A
Co-channel interference occurs when too many devices contend on the same channel.
Q249. For a Genetec camera VLAN deployment, what does a captive portal typically provide?
Show answer and explanation
Answer: A
Captive portals intercept web traffic for login or terms acceptance.
Q250. While troubleshooting a Security Center client connection, which design best supports mobile Genetec client devices over Wi-Fi?
Show answer and explanation
Answer: A
Mobile video clients need reliable coverage, adequate capacity, secure authentication, and controlled roaming.
Q251. During a jail CCTV network audit, which protocol dynamically assigns IP addresses?
Show answer and explanation
Answer: A
DHCP leases IP configuration such as address, mask, gateway, and DNS.
Q252. For an access control panel network, which DHCP message does a client send first?
Show answer and explanation
Answer: A
A DHCP client starts by broadcasting DHCPDISCOVER.
Q253. When reviewing a county security electronics network, what is the purpose of DHCP reservation?
Show answer and explanation
Answer: A
Reservations help keep devices such as cameras or servers at predictable addresses.
Q254. During commissioning of Axis cameras into Genetec, which service synchronizes time across network devices?
Show answer and explanation
Answer: A
NTP synchronizes clocks, which is critical for video evidence timelines and logs.
Q255. For a remote video monitoring site, which protocol is commonly used for device monitoring?
Show answer and explanation
Answer: A
SNMP can monitor device status, interfaces, and alerts.
Q256. When separating CCTV from the corporate LAN, what does Syslog provide?
Show answer and explanation
Answer: A
Syslog sends event messages to a centralized logging system.
Q257. During network cutover testing, which protocol securely administers network devices by CLI?
Show answer and explanation
Answer: B
SSH encrypts remote CLI access. Telnet is unencrypted.
Q258. For a recorder-to-camera traffic path, which protocol is commonly used to transfer configuration files but is not secure?
Show answer and explanation
Answer: A
TFTP is simple and unencrypted.
Q259. For a Genetec camera VLAN deployment, what is DNS A record used for?
Show answer and explanation
Answer: A
An A record maps a hostname to an IPv4 address.
Q260. While troubleshooting a Security Center client connection, why is accurate NTP important for Genetec systems?
Show answer and explanation
Answer: B
Accurate time keeps camera video, access control events, and audit logs correlated.
Q261. During a jail CCTV network audit, what does AAA stand for?
Show answer and explanation
Answer: A
AAA identifies users, determines permissions, and records activity.
Q262. For an access control panel network, which protocol provides centralized AAA for network devices?
Show answer and explanation
Answer: A
RADIUS is commonly used for centralized authentication and authorization.
Q263. When reviewing a county security electronics network, what is the purpose of an ACL?
Show answer and explanation
Answer: A
Access control lists permit or deny traffic based on criteria such as IPs, ports, and protocols.
Q264. During commissioning of Axis cameras into Genetec, which management method is least secure?
Show answer and explanation
Answer: C
Telnet sends credentials and traffic in clear text.
Q265. For a remote video monitoring site, which SNMP version supports authentication and encryption?
Show answer and explanation
Answer: C
SNMPv3 supports stronger authentication and privacy features.
Q266. When separating CCTV from the corporate LAN, what is 802.1X used for?
Show answer and explanation
Answer: A
802.1X authenticates devices or users before granting network access.
Q267. During network cutover testing, what is a firewall zone?
Show answer and explanation
Answer: A
Zones group interfaces or networks so policies can control traffic between them.
Q268. For a recorder-to-camera traffic path, why should camera default passwords be changed?
Show answer and explanation
Answer: B
Default credentials are widely known and create serious security risk.
Q269. For a Genetec camera VLAN deployment, what is least privilege?
Show answer and explanation
Answer: A
Least privilege reduces risk by limiting access to required functions only.
Q270. While troubleshooting a Security Center client connection, why segment access control panels from general user PCs?
Show answer and explanation
Answer: A
Segmentation helps protect physical security systems from compromise on less trusted networks.
Q271. During a jail CCTV network audit, what does NAT do?
Show answer and explanation
Answer: A
Network Address Translation changes source or destination IP information.
Q272. For an access control panel network, what is PAT also called?
Show answer and explanation
Answer: A
PAT maps many internal hosts to one public IP using port numbers.
Q273. When reviewing a county security electronics network, which private address is commonly translated before Internet access?
Show answer and explanation
Answer: A
10.0.0.0/8 is private and typically translated for Internet access.
Q274. During commissioning of Axis cameras into Genetec, what is a site-to-site VPN commonly used for?
Show answer and explanation
Answer: A
A site-to-site VPN securely connects networks across an untrusted transport.
Q275. For a remote video monitoring site, which protocol helps verify reachability across WAN links?
Show answer and explanation
Answer: A
ICMP echo requests/replies are commonly used with ping.
Q276. When separating CCTV from the corporate LAN, what is split tunneling?
Show answer and explanation
Answer: A
Split tunneling routes selected traffic through a VPN while other traffic goes directly.
Q277. During network cutover testing, why avoid exposing camera web interfaces directly to the Internet?
Show answer and explanation
Answer: A
Direct exposure increases risk from credential attacks and vulnerabilities.
Q278. For a recorder-to-camera traffic path, what is port forwarding?
Show answer and explanation
Answer: A
Port forwarding directs traffic received on a public IP/port to an internal IP/port.
Q279. For a Genetec camera VLAN deployment, which WAN issue most affects live video smoothness?
Show answer and explanation
Answer: A
Video performance is affected by latency, jitter, packet loss, and available bandwidth.
Q280. While troubleshooting a Security Center client connection, what is QoS used for over constrained WAN links?
Show answer and explanation
Answer: A
QoS classifies and prioritizes traffic when bandwidth is limited.
Q281. During a jail CCTV network audit, what is multicast designed for?
Show answer and explanation
Answer: A
Multicast efficiently sends one stream to multiple receivers.
Q282. For an access control panel network, which protocol lets hosts join IPv4 multicast groups?
Show answer and explanation
Answer: A
IGMP is used by hosts and switches/routers for IPv4 multicast group membership.
Q283. When reviewing a county security electronics network, what does IGMP snooping do on a switch?
Show answer and explanation
Answer: A
IGMP snooping helps switches forward multicast only to interested ports.
Q284. During commissioning of Axis cameras into Genetec, which IPv4 range is multicast?
Show answer and explanation
Answer: A
IPv4 multicast uses 224.0.0.0 through 239.255.255.255.
Q285. For a remote video monitoring site, what does QoS classification do?
Show answer and explanation
Answer: A
Classification identifies traffic types so QoS policies can mark, queue, or police them.
Q286. When separating CCTV from the corporate LAN, what is DSCP?
Show answer and explanation
Answer: A
DSCP marks packets for differentiated QoS treatment.
Q287. During network cutover testing, why can video surveillance traffic need QoS?
Show answer and explanation
Answer: A
Live viewing and control traffic may need priority when links are congested.
Q288. For a recorder-to-camera traffic path, what is jitter?
Show answer and explanation
Answer: A
Jitter is inconsistent packet delay, which can affect real-time video and audio.
Q289. For a Genetec camera VLAN deployment, what should be enabled to prevent multicast flooding in a camera VLAN?
Show answer and explanation
Answer: A
IGMP snooping reduces unnecessary multicast flooding within a VLAN.
Q290. While troubleshooting a Security Center client connection, which traffic is often best kept unicast unless multicast is designed properly?
Show answer and explanation
Answer: A
Multicast video needs proper IGMP and routing design. Without it, unicast is often simpler and safer.
Q291. During a jail CCTV network audit, which data format is commonly used by REST APIs?
Show answer and explanation
Answer: A
JSON is widely used to exchange structured data in REST APIs.
Q292. For an access control panel network, what does REST commonly use as its transport/application protocol?
Show answer and explanation
Answer: A
RESTful APIs commonly use HTTP or HTTPS methods.
Q293. When reviewing a county security electronics network, which HTTP method is commonly used to retrieve information?
Show answer and explanation
Answer: A
GET retrieves a resource without changing it.
Q294. During commissioning of Axis cameras into Genetec, which HTTP method is commonly used to create a new object?
Show answer and explanation
Answer: A
POST is commonly used to submit data or create resources.
Q295. For a remote video monitoring site, what is an API token used for?
Show answer and explanation
Answer: A
API tokens are used to authenticate and authorize API requests.
Q296. When separating CCTV from the corporate LAN, which tool is often used for API testing from a workstation?
Show answer and explanation
Answer: A
Postman is commonly used for testing REST APIs.
Q297. During network cutover testing, what is idempotency?
Show answer and explanation
Answer: A
An idempotent operation can be repeated without changing the result beyond the first application.
Q298. For a recorder-to-camera traffic path, why is network automation useful for security systems?
Show answer and explanation
Answer: A
Automation improves consistency, speeds changes, and reduces manual mistakes.
Q299. For a Genetec camera VLAN deployment, which file format is commonly used for network automation variables?
Show answer and explanation
Answer: A
YAML is frequently used for human-readable configuration data.
Q300. While troubleshooting a Security Center client connection, what is Git used for?
Show answer and explanation
Answer: A
Git tracks changes to files such as scripts, templates, and configurations.
Q301. For an access control panel network, which OSI layer is responsible for logical IP addressing?
Show answer and explanation
Answer: B
Layer 3, the Network layer, provides logical addressing and routing using IP. This is where video clients, cameras, and servers are routed between subnets.
Q302. When reviewing a county security electronics network, which device primarily separates broadcast domains?
Show answer and explanation
Answer: C
Routers and Layer 3 switches separate broadcast domains. This matters when separating camera VLANs, access control VLANs, and corporate LANs.
Q303. During commissioning of Axis cameras into Genetec, what is the purpose of a default gateway?
Show answer and explanation
Answer: B
A host sends traffic to its default gateway when the destination is outside the local subnet.
Q304. For a remote video monitoring site, which protocol resolves an IPv4 address to a MAC address?
Show answer and explanation
Answer: B
ARP maps IPv4 addresses to MAC addresses on the local network.
Q305. When separating CCTV from the corporate LAN, which value identifies a VLAN on an 802.1Q trunk?
Show answer and explanation
Answer: B
802.1Q inserts a VLAN tag that includes the VLAN ID.
Q306. During network cutover testing, what does MTU define?
Show answer and explanation
Answer: B
MTU is the largest packet/frame payload size supported without fragmentation.
Q307. For a recorder-to-camera traffic path, which address is a private IPv4 address?
Show answer and explanation
Answer: B
172.16.0.0/12 is private IPv4 space.
Q308. For a Genetec camera VLAN deployment, which address is link-local IPv4?
Show answer and explanation
Answer: A
169.254.0.0/16 is APIPA/link-local addressing used when DHCP fails.
Q309. While troubleshooting a Security Center client connection, which protocol translates hostnames to IP addresses?
Show answer and explanation
Answer: A
DNS resolves names such as servers or cloud services to IP addresses.
Q310. During a jail CCTV network audit, which transport protocol is connection-oriented?
Show answer and explanation
Answer: B
TCP uses sessions, acknowledgements, and retransmission.
Q311. For an access control panel network, how many usable IPv4 host addresses are in a /24 subnet?
Show answer and explanation
Answer: A
A /24 has 256 total addresses; network and broadcast are not usable for hosts.
Q312. When reviewing a county security electronics network, what subnet mask matches /26?
Show answer and explanation
Answer: C
/26 equals 255.255.255.192 and provides 62 usable host addresses.
Q313. During commissioning of Axis cameras into Genetec, which subnet contains host 10.10.5.77/26?
Show answer and explanation
Answer: B
/26 subnets increment by 64. Address .77 belongs to 10.10.5.64/26.
Q314. For a remote video monitoring site, what is the broadcast address for 192.168.20.32/27?
Show answer and explanation
Answer: B
/27 increments by 32. The .32 subnet ends at .63.
Q315. When separating CCTV from the corporate LAN, how many usable hosts are available in a /30?
Show answer and explanation
Answer: A
A /30 has four total addresses and two usable host addresses, common for point-to-point links.
Q316. During network cutover testing, which prefix gives approximately 14 usable host addresses?
Show answer and explanation
Answer: A
/28 provides 16 total addresses and 14 usable host addresses.
Q317. For a recorder-to-camera traffic path, what does CIDR notation /23 represent?
Show answer and explanation
Answer: B
/23 corresponds to 255.255.254.0.
Q318. For a Genetec camera VLAN deployment, which range is private IPv4?
Show answer and explanation
Answer: B
192.168.0.0/16 is private. The other ranges are documentation/test networks.
Q319. While troubleshooting a Security Center client connection, what is the network address of 172.20.14.199/24?
Show answer and explanation
Answer: A
With /24, the first three octets define the network.
Q320. During a jail CCTV network audit, why should camera IP plans avoid overlapping subnets?
Show answer and explanation
Answer: B
Overlapping subnets can cause routing ambiguity and difficult troubleshooting between camera, server, and client networks.
Q321. For an access control panel network, which switch port mode carries multiple VLANs?
Show answer and explanation
Answer: B
A trunk carries traffic for multiple VLANs using tagging, usually 802.1Q.
Q322. When reviewing a county security electronics network, which switch port mode should normally be used for a single IP camera?
Show answer and explanation
Answer: B
A single camera usually belongs to one VLAN, so an access port is appropriate.
Q323. During commissioning of Axis cameras into Genetec, what is the native VLAN on an 802.1Q trunk?
Show answer and explanation
Answer: A
The native VLAN is sent untagged across an 802.1Q trunk.
Q324. For a remote video monitoring site, what problem does STP help prevent?
Show answer and explanation
Answer: B
Spanning Tree Protocol blocks redundant paths to prevent Layer 2 loops.
Q325. When separating CCTV from the corporate LAN, what does a switch use to forward frames?
Show answer and explanation
Answer: B
Switches forward frames based on destination MAC addresses learned in the MAC table.
Q326. During network cutover testing, which command commonly verifies VLAN membership on Cisco IOS?
Show answer and explanation
Answer: A
show vlan brief displays VLANs and assigned access ports.
Q327. For a recorder-to-camera traffic path, what happens when a switch receives an unknown unicast frame?
Show answer and explanation
Answer: B
Unknown unicast frames are flooded within the same VLAN.
Q328. For a Genetec camera VLAN deployment, why place cameras in a dedicated VLAN?
Show answer and explanation
Answer: B
A camera VLAN limits broadcast traffic and improves segmentation and security.
Q329. While troubleshooting a Security Center client connection, what is port security commonly used for?
Show answer and explanation
Answer: A
Port security can restrict which MAC addresses are allowed on an access port.
Q330. During a jail CCTV network audit, what is a switched virtual interface, or SVI?
Show answer and explanation
Answer: A
An SVI provides Layer 3 gateway functionality for a VLAN on a multilayer switch.
Q331. For an access control panel network, which route is used when no more specific route matches?
Show answer and explanation
Answer: B
A default route, often 0.0.0.0/0, is used when no better match exists.
Q332. When reviewing a county security electronics network, what is administrative distance used for?
Show answer and explanation
Answer: A
Administrative distance ranks route sources when multiple protocols advertise the same destination.
Q333. During commissioning of Axis cameras into Genetec, which route type is automatically created when an interface has an IP address and is up?
Show answer and explanation
Answer: B
Connected routes appear automatically for active interfaces with IP addressing.
Q334. For a remote video monitoring site, what does longest prefix match mean?
Show answer and explanation
Answer: B
Routers choose the most specific route that matches the destination IP.
Q335. When separating CCTV from the corporate LAN, which command commonly displays the IPv4 routing table on Cisco IOS?
Show answer and explanation
Answer: A
show ip route displays learned and configured IPv4 routes.
Q336. During network cutover testing, which protocol is an interior gateway protocol?
Show answer and explanation
Answer: A
OSPF is an IGP used for dynamic routing inside an organization.
Q337. For a recorder-to-camera traffic path, what is a static route?
Show answer and explanation
Answer: A
Static routes are manually entered and do not dynamically adapt unless tracking is configured.
Q338. For a Genetec camera VLAN deployment, what is a next-hop IP address?
Show answer and explanation
Answer: B
The next hop is the router address used to reach a destination network.
Q339. While troubleshooting a Security Center client connection, what is route summarization?
Show answer and explanation
Answer: A
Summarization advertises multiple contiguous networks as one route to reduce table size.
Q340. During a jail CCTV network audit, why is asymmetric routing sometimes a problem for security systems?
Show answer and explanation
Answer: B
Stateful firewalls may drop traffic if return traffic follows a different path and session state is not seen.
Q341. For an access control panel network, which Wi-Fi band generally has better wall penetration?
Show answer and explanation
Answer: A
2.4 GHz usually penetrates walls better, but has more interference and fewer non-overlapping channels.
Q342. When reviewing a county security electronics network, which Wi-Fi band usually offers more channels and higher throughput than 2.4 GHz?
Show answer and explanation
Answer: B
5 GHz usually has more available channels and higher throughput, but shorter range.
Q343. During commissioning of Axis cameras into Genetec, what is SSID?
Show answer and explanation
Answer: A
SSID is the advertised or configured wireless network name.
Q344. For a remote video monitoring site, which security mode is stronger than WPA2-Personal when available?
Show answer and explanation
Answer: C
WPA3 improves authentication and cryptographic protections over older modes.
Q345. When separating CCTV from the corporate LAN, what is roaming in Wi-Fi?
Show answer and explanation
Answer: A
Roaming occurs when a wireless client moves between APs while maintaining connectivity.
Q346. During network cutover testing, what does RSSI indicate?
Show answer and explanation
Answer: A
RSSI is a measure of received signal strength.
Q347. For a recorder-to-camera traffic path, why are wireless cameras often avoided for critical CCTV?
Show answer and explanation
Answer: B
Wireless is vulnerable to interference, capacity limits, and RF design issues.
Q348. For a Genetec camera VLAN deployment, which issue is caused by too many APs on the same channel?
Show answer and explanation
Answer: A
Co-channel interference occurs when too many devices contend on the same channel.
Q349. While troubleshooting a Security Center client connection, what does a captive portal typically provide?
Show answer and explanation
Answer: A
Captive portals intercept web traffic for login or terms acceptance.
Q350. During a jail CCTV network audit, which design best supports mobile Genetec client devices over Wi-Fi?
Show answer and explanation
Answer: A
Mobile video clients need reliable coverage, adequate capacity, secure authentication, and controlled roaming.
Q351. For an access control panel network, which protocol dynamically assigns IP addresses?
Show answer and explanation
Answer: A
DHCP leases IP configuration such as address, mask, gateway, and DNS.
Q352. When reviewing a county security electronics network, which DHCP message does a client send first?
Show answer and explanation
Answer: A
A DHCP client starts by broadcasting DHCPDISCOVER.
Q353. During commissioning of Axis cameras into Genetec, what is the purpose of DHCP reservation?
Show answer and explanation
Answer: A
Reservations help keep devices such as cameras or servers at predictable addresses.
Q354. For a remote video monitoring site, which service synchronizes time across network devices?
Show answer and explanation
Answer: A
NTP synchronizes clocks, which is critical for video evidence timelines and logs.
Q355. When separating CCTV from the corporate LAN, which protocol is commonly used for device monitoring?
Show answer and explanation
Answer: A
SNMP can monitor device status, interfaces, and alerts.
Q356. During network cutover testing, what does Syslog provide?
Show answer and explanation
Answer: A
Syslog sends event messages to a centralized logging system.
Q357. For a recorder-to-camera traffic path, which protocol securely administers network devices by CLI?
Show answer and explanation
Answer: B
SSH encrypts remote CLI access. Telnet is unencrypted.
Q358. For a Genetec camera VLAN deployment, which protocol is commonly used to transfer configuration files but is not secure?
Show answer and explanation
Answer: A
TFTP is simple and unencrypted.
Q359. While troubleshooting a Security Center client connection, what is DNS A record used for?
Show answer and explanation
Answer: A
An A record maps a hostname to an IPv4 address.
Q360. During a jail CCTV network audit, why is accurate NTP important for Genetec systems?
Show answer and explanation
Answer: B
Accurate time keeps camera video, access control events, and audit logs correlated.
Q361. For an access control panel network, what does AAA stand for?
Show answer and explanation
Answer: A
AAA identifies users, determines permissions, and records activity.
Q362. When reviewing a county security electronics network, which protocol provides centralized AAA for network devices?
Show answer and explanation
Answer: A
RADIUS is commonly used for centralized authentication and authorization.
Q363. During commissioning of Axis cameras into Genetec, what is the purpose of an ACL?
Show answer and explanation
Answer: A
Access control lists permit or deny traffic based on criteria such as IPs, ports, and protocols.
Q364. For a remote video monitoring site, which management method is least secure?
Show answer and explanation
Answer: C
Telnet sends credentials and traffic in clear text.
Q365. When separating CCTV from the corporate LAN, which SNMP version supports authentication and encryption?
Show answer and explanation
Answer: C
SNMPv3 supports stronger authentication and privacy features.
Q366. During network cutover testing, what is 802.1X used for?
Show answer and explanation
Answer: A
802.1X authenticates devices or users before granting network access.
Q367. For a recorder-to-camera traffic path, what is a firewall zone?
Show answer and explanation
Answer: A
Zones group interfaces or networks so policies can control traffic between them.
Q368. For a Genetec camera VLAN deployment, why should camera default passwords be changed?
Show answer and explanation
Answer: B
Default credentials are widely known and create serious security risk.
Q369. While troubleshooting a Security Center client connection, what is least privilege?
Show answer and explanation
Answer: A
Least privilege reduces risk by limiting access to required functions only.
Q370. During a jail CCTV network audit, why segment access control panels from general user PCs?
Show answer and explanation
Answer: A
Segmentation helps protect physical security systems from compromise on less trusted networks.
Q371. For an access control panel network, what does NAT do?
Show answer and explanation
Answer: A
Network Address Translation changes source or destination IP information.
Q372. When reviewing a county security electronics network, what is PAT also called?
Show answer and explanation
Answer: A
PAT maps many internal hosts to one public IP using port numbers.
Q373. During commissioning of Axis cameras into Genetec, which private address is commonly translated before Internet access?
Show answer and explanation
Answer: A
10.0.0.0/8 is private and typically translated for Internet access.
Q374. For a remote video monitoring site, what is a site-to-site VPN commonly used for?
Show answer and explanation
Answer: A
A site-to-site VPN securely connects networks across an untrusted transport.
Q375. When separating CCTV from the corporate LAN, which protocol helps verify reachability across WAN links?
Show answer and explanation
Answer: A
ICMP echo requests/replies are commonly used with ping.
Q376. During network cutover testing, what is split tunneling?
Show answer and explanation
Answer: A
Split tunneling routes selected traffic through a VPN while other traffic goes directly.
Q377. For a recorder-to-camera traffic path, why avoid exposing camera web interfaces directly to the Internet?
Show answer and explanation
Answer: A
Direct exposure increases risk from credential attacks and vulnerabilities.
Q378. For a Genetec camera VLAN deployment, what is port forwarding?
Show answer and explanation
Answer: A
Port forwarding directs traffic received on a public IP/port to an internal IP/port.
Q379. While troubleshooting a Security Center client connection, which WAN issue most affects live video smoothness?
Show answer and explanation
Answer: A
Video performance is affected by latency, jitter, packet loss, and available bandwidth.
Q380. During a jail CCTV network audit, what is QoS used for over constrained WAN links?
Show answer and explanation
Answer: A
QoS classifies and prioritizes traffic when bandwidth is limited.
Q381. For an access control panel network, what is multicast designed for?
Show answer and explanation
Answer: A
Multicast efficiently sends one stream to multiple receivers.
Q382. When reviewing a county security electronics network, which protocol lets hosts join IPv4 multicast groups?
Show answer and explanation
Answer: A
IGMP is used by hosts and switches/routers for IPv4 multicast group membership.
Q383. During commissioning of Axis cameras into Genetec, what does IGMP snooping do on a switch?
Show answer and explanation
Answer: A
IGMP snooping helps switches forward multicast only to interested ports.
Q384. For a remote video monitoring site, which IPv4 range is multicast?
Show answer and explanation
Answer: A
IPv4 multicast uses 224.0.0.0 through 239.255.255.255.
Q385. When separating CCTV from the corporate LAN, what does QoS classification do?
Show answer and explanation
Answer: A
Classification identifies traffic types so QoS policies can mark, queue, or police them.
Q386. During network cutover testing, what is DSCP?
Show answer and explanation
Answer: A
DSCP marks packets for differentiated QoS treatment.
Q387. For a recorder-to-camera traffic path, why can video surveillance traffic need QoS?
Show answer and explanation
Answer: A
Live viewing and control traffic may need priority when links are congested.
Q388. For a Genetec camera VLAN deployment, what is jitter?
Show answer and explanation
Answer: A
Jitter is inconsistent packet delay, which can affect real-time video and audio.
Q389. While troubleshooting a Security Center client connection, what should be enabled to prevent multicast flooding in a camera VLAN?
Show answer and explanation
Answer: A
IGMP snooping reduces unnecessary multicast flooding within a VLAN.
Q390. During a jail CCTV network audit, which traffic is often best kept unicast unless multicast is designed properly?
Show answer and explanation
Answer: A
Multicast video needs proper IGMP and routing design. Without it, unicast is often simpler and safer.
Q391. For an access control panel network, which data format is commonly used by REST APIs?
Show answer and explanation
Answer: A
JSON is widely used to exchange structured data in REST APIs.
Q392. When reviewing a county security electronics network, what does REST commonly use as its transport/application protocol?
Show answer and explanation
Answer: A
RESTful APIs commonly use HTTP or HTTPS methods.
Q393. During commissioning of Axis cameras into Genetec, which HTTP method is commonly used to retrieve information?
Show answer and explanation
Answer: A
GET retrieves a resource without changing it.
Q394. For a remote video monitoring site, which HTTP method is commonly used to create a new object?
Show answer and explanation
Answer: A
POST is commonly used to submit data or create resources.
Q395. When separating CCTV from the corporate LAN, what is an API token used for?
Show answer and explanation
Answer: A
API tokens are used to authenticate and authorize API requests.
Q396. During network cutover testing, which tool is often used for API testing from a workstation?
Show answer and explanation
Answer: A
Postman is commonly used for testing REST APIs.
Q397. For a recorder-to-camera traffic path, what is idempotency?
Show answer and explanation
Answer: A
An idempotent operation can be repeated without changing the result beyond the first application.
Q398. For a Genetec camera VLAN deployment, why is network automation useful for security systems?
Show answer and explanation
Answer: A
Automation improves consistency, speeds changes, and reduces manual mistakes.
Q399. While troubleshooting a Security Center client connection, which file format is commonly used for network automation variables?
Show answer and explanation
Answer: A
YAML is frequently used for human-readable configuration data.
Q400. During a jail CCTV network audit, what is Git used for?
Show answer and explanation
Answer: A
Git tracks changes to files such as scripts, templates, and configurations.
Q401. When reviewing a county security electronics network, which OSI layer is responsible for logical IP addressing?
Show answer and explanation
Answer: B
Layer 3, the Network layer, provides logical addressing and routing using IP. This is where video clients, cameras, and servers are routed between subnets.
Q402. During commissioning of Axis cameras into Genetec, which device primarily separates broadcast domains?
Show answer and explanation
Answer: C
Routers and Layer 3 switches separate broadcast domains. This matters when separating camera VLANs, access control VLANs, and corporate LANs.
Q403. For a remote video monitoring site, what is the purpose of a default gateway?
Show answer and explanation
Answer: B
A host sends traffic to its default gateway when the destination is outside the local subnet.
Q404. When separating CCTV from the corporate LAN, which protocol resolves an IPv4 address to a MAC address?
Show answer and explanation
Answer: B
ARP maps IPv4 addresses to MAC addresses on the local network.
Q405. During network cutover testing, which value identifies a VLAN on an 802.1Q trunk?
Show answer and explanation
Answer: B
802.1Q inserts a VLAN tag that includes the VLAN ID.
Q406. For a recorder-to-camera traffic path, what does MTU define?
Show answer and explanation
Answer: B
MTU is the largest packet/frame payload size supported without fragmentation.
Q407. For a Genetec camera VLAN deployment, which address is a private IPv4 address?
Show answer and explanation
Answer: B
172.16.0.0/12 is private IPv4 space.
Q408. While troubleshooting a Security Center client connection, which address is link-local IPv4?
Show answer and explanation
Answer: A
169.254.0.0/16 is APIPA/link-local addressing used when DHCP fails.
Q409. During a jail CCTV network audit, which protocol translates hostnames to IP addresses?
Show answer and explanation
Answer: A
DNS resolves names such as servers or cloud services to IP addresses.
Q410. For an access control panel network, which transport protocol is connection-oriented?
Show answer and explanation
Answer: B
TCP uses sessions, acknowledgements, and retransmission.
Q411. When reviewing a county security electronics network, how many usable IPv4 host addresses are in a /24 subnet?
Show answer and explanation
Answer: A
A /24 has 256 total addresses; network and broadcast are not usable for hosts.
Q412. During commissioning of Axis cameras into Genetec, what subnet mask matches /26?
Show answer and explanation
Answer: C
/26 equals 255.255.255.192 and provides 62 usable host addresses.
Q413. For a remote video monitoring site, which subnet contains host 10.10.5.77/26?
Show answer and explanation
Answer: B
/26 subnets increment by 64. Address .77 belongs to 10.10.5.64/26.
Q414. When separating CCTV from the corporate LAN, what is the broadcast address for 192.168.20.32/27?
Show answer and explanation
Answer: B
/27 increments by 32. The .32 subnet ends at .63.
Q415. During network cutover testing, how many usable hosts are available in a /30?
Show answer and explanation
Answer: A
A /30 has four total addresses and two usable host addresses, common for point-to-point links.
Q416. For a recorder-to-camera traffic path, which prefix gives approximately 14 usable host addresses?
Show answer and explanation
Answer: A
/28 provides 16 total addresses and 14 usable host addresses.
Q417. For a Genetec camera VLAN deployment, what does CIDR notation /23 represent?
Show answer and explanation
Answer: B
/23 corresponds to 255.255.254.0.
Q418. While troubleshooting a Security Center client connection, which range is private IPv4?
Show answer and explanation
Answer: B
192.168.0.0/16 is private. The other ranges are documentation/test networks.
Q419. During a jail CCTV network audit, what is the network address of 172.20.14.199/24?
Show answer and explanation
Answer: A
With /24, the first three octets define the network.
Q420. For an access control panel network, why should camera IP plans avoid overlapping subnets?
Show answer and explanation
Answer: B
Overlapping subnets can cause routing ambiguity and difficult troubleshooting between camera, server, and client networks.
Q421. When reviewing a county security electronics network, which switch port mode carries multiple VLANs?
Show answer and explanation
Answer: B
A trunk carries traffic for multiple VLANs using tagging, usually 802.1Q.
Q422. During commissioning of Axis cameras into Genetec, which switch port mode should normally be used for a single IP camera?
Show answer and explanation
Answer: B
A single camera usually belongs to one VLAN, so an access port is appropriate.
Q423. For a remote video monitoring site, what is the native VLAN on an 802.1Q trunk?
Show answer and explanation
Answer: A
The native VLAN is sent untagged across an 802.1Q trunk.
Q424. When separating CCTV from the corporate LAN, what problem does STP help prevent?
Show answer and explanation
Answer: B
Spanning Tree Protocol blocks redundant paths to prevent Layer 2 loops.
Q425. During network cutover testing, what does a switch use to forward frames?
Show answer and explanation
Answer: B
Switches forward frames based on destination MAC addresses learned in the MAC table.
Q426. For a recorder-to-camera traffic path, which command commonly verifies VLAN membership on Cisco IOS?
Show answer and explanation
Answer: A
show vlan brief displays VLANs and assigned access ports.
Q427. For a Genetec camera VLAN deployment, what happens when a switch receives an unknown unicast frame?
Show answer and explanation
Answer: B
Unknown unicast frames are flooded within the same VLAN.
Q428. While troubleshooting a Security Center client connection, why place cameras in a dedicated VLAN?
Show answer and explanation
Answer: B
A camera VLAN limits broadcast traffic and improves segmentation and security.
Q429. During a jail CCTV network audit, what is port security commonly used for?
Show answer and explanation
Answer: A
Port security can restrict which MAC addresses are allowed on an access port.
Q430. For an access control panel network, what is a switched virtual interface, or SVI?
Show answer and explanation
Answer: A
An SVI provides Layer 3 gateway functionality for a VLAN on a multilayer switch.
Q431. When reviewing a county security electronics network, which route is used when no more specific route matches?
Show answer and explanation
Answer: B
A default route, often 0.0.0.0/0, is used when no better match exists.
Q432. During commissioning of Axis cameras into Genetec, what is administrative distance used for?
Show answer and explanation
Answer: A
Administrative distance ranks route sources when multiple protocols advertise the same destination.
Q433. For a remote video monitoring site, which route type is automatically created when an interface has an IP address and is up?
Show answer and explanation
Answer: B
Connected routes appear automatically for active interfaces with IP addressing.
Q434. When separating CCTV from the corporate LAN, what does longest prefix match mean?
Show answer and explanation
Answer: B
Routers choose the most specific route that matches the destination IP.
Q435. During network cutover testing, which command commonly displays the IPv4 routing table on Cisco IOS?
Show answer and explanation
Answer: A
show ip route displays learned and configured IPv4 routes.
Q436. For a recorder-to-camera traffic path, which protocol is an interior gateway protocol?
Show answer and explanation
Answer: A
OSPF is an IGP used for dynamic routing inside an organization.
Q437. For a Genetec camera VLAN deployment, what is a static route?
Show answer and explanation
Answer: A
Static routes are manually entered and do not dynamically adapt unless tracking is configured.
Q438. While troubleshooting a Security Center client connection, what is a next-hop IP address?
Show answer and explanation
Answer: B
The next hop is the router address used to reach a destination network.
Q439. During a jail CCTV network audit, what is route summarization?
Show answer and explanation
Answer: A
Summarization advertises multiple contiguous networks as one route to reduce table size.
Q440. For an access control panel network, why is asymmetric routing sometimes a problem for security systems?
Show answer and explanation
Answer: B
Stateful firewalls may drop traffic if return traffic follows a different path and session state is not seen.
Q441. When reviewing a county security electronics network, which Wi-Fi band generally has better wall penetration?
Show answer and explanation
Answer: A
2.4 GHz usually penetrates walls better, but has more interference and fewer non-overlapping channels.
Q442. During commissioning of Axis cameras into Genetec, which Wi-Fi band usually offers more channels and higher throughput than 2.4 GHz?
Show answer and explanation
Answer: B
5 GHz usually has more available channels and higher throughput, but shorter range.
Q443. For a remote video monitoring site, what is SSID?
Show answer and explanation
Answer: A
SSID is the advertised or configured wireless network name.
Q444. When separating CCTV from the corporate LAN, which security mode is stronger than WPA2-Personal when available?
Show answer and explanation
Answer: C
WPA3 improves authentication and cryptographic protections over older modes.
Q445. During network cutover testing, what is roaming in Wi-Fi?
Show answer and explanation
Answer: A
Roaming occurs when a wireless client moves between APs while maintaining connectivity.
Q446. For a recorder-to-camera traffic path, what does RSSI indicate?
Show answer and explanation
Answer: A
RSSI is a measure of received signal strength.
Q447. For a Genetec camera VLAN deployment, why are wireless cameras often avoided for critical CCTV?
Show answer and explanation
Answer: B
Wireless is vulnerable to interference, capacity limits, and RF design issues.
Q448. While troubleshooting a Security Center client connection, which issue is caused by too many APs on the same channel?
Show answer and explanation
Answer: A
Co-channel interference occurs when too many devices contend on the same channel.
Q449. During a jail CCTV network audit, what does a captive portal typically provide?
Show answer and explanation
Answer: A
Captive portals intercept web traffic for login or terms acceptance.
Q450. For an access control panel network, which design best supports mobile Genetec client devices over Wi-Fi?
Show answer and explanation
Answer: A
Mobile video clients need reliable coverage, adequate capacity, secure authentication, and controlled roaming.
Q451. When reviewing a county security electronics network, which protocol dynamically assigns IP addresses?
Show answer and explanation
Answer: A
DHCP leases IP configuration such as address, mask, gateway, and DNS.
Q452. During commissioning of Axis cameras into Genetec, which DHCP message does a client send first?
Show answer and explanation
Answer: A
A DHCP client starts by broadcasting DHCPDISCOVER.
Q453. For a remote video monitoring site, what is the purpose of DHCP reservation?
Show answer and explanation
Answer: A
Reservations help keep devices such as cameras or servers at predictable addresses.
Q454. When separating CCTV from the corporate LAN, which service synchronizes time across network devices?
Show answer and explanation
Answer: A
NTP synchronizes clocks, which is critical for video evidence timelines and logs.
Q455. During network cutover testing, which protocol is commonly used for device monitoring?
Show answer and explanation
Answer: A
SNMP can monitor device status, interfaces, and alerts.
Q456. For a recorder-to-camera traffic path, what does Syslog provide?
Show answer and explanation
Answer: A
Syslog sends event messages to a centralized logging system.
Q457. For a Genetec camera VLAN deployment, which protocol securely administers network devices by CLI?
Show answer and explanation
Answer: B
SSH encrypts remote CLI access. Telnet is unencrypted.
Q458. While troubleshooting a Security Center client connection, which protocol is commonly used to transfer configuration files but is not secure?
Show answer and explanation
Answer: A
TFTP is simple and unencrypted.
Q459. During a jail CCTV network audit, what is DNS A record used for?
Show answer and explanation
Answer: A
An A record maps a hostname to an IPv4 address.
Q460. For an access control panel network, why is accurate NTP important for Genetec systems?
Show answer and explanation
Answer: B
Accurate time keeps camera video, access control events, and audit logs correlated.
Q461. When reviewing a county security electronics network, what does AAA stand for?
Show answer and explanation
Answer: A
AAA identifies users, determines permissions, and records activity.
Q462. During commissioning of Axis cameras into Genetec, which protocol provides centralized AAA for network devices?
Show answer and explanation
Answer: A
RADIUS is commonly used for centralized authentication and authorization.
Q463. For a remote video monitoring site, what is the purpose of an ACL?
Show answer and explanation
Answer: A
Access control lists permit or deny traffic based on criteria such as IPs, ports, and protocols.
Q464. When separating CCTV from the corporate LAN, which management method is least secure?
Show answer and explanation
Answer: C
Telnet sends credentials and traffic in clear text.
Q465. During network cutover testing, which SNMP version supports authentication and encryption?
Show answer and explanation
Answer: C
SNMPv3 supports stronger authentication and privacy features.
Q466. For a recorder-to-camera traffic path, what is 802.1X used for?
Show answer and explanation
Answer: A
802.1X authenticates devices or users before granting network access.
Q467. For a Genetec camera VLAN deployment, what is a firewall zone?
Show answer and explanation
Answer: A
Zones group interfaces or networks so policies can control traffic between them.
Q468. While troubleshooting a Security Center client connection, why should camera default passwords be changed?
Show answer and explanation
Answer: B
Default credentials are widely known and create serious security risk.
Q469. During a jail CCTV network audit, what is least privilege?
Show answer and explanation
Answer: A
Least privilege reduces risk by limiting access to required functions only.
Q470. For an access control panel network, why segment access control panels from general user PCs?
Show answer and explanation
Answer: A
Segmentation helps protect physical security systems from compromise on less trusted networks.
Q471. When reviewing a county security electronics network, what does NAT do?
Show answer and explanation
Answer: A
Network Address Translation changes source or destination IP information.
Q472. During commissioning of Axis cameras into Genetec, what is PAT also called?
Show answer and explanation
Answer: A
PAT maps many internal hosts to one public IP using port numbers.
Q473. For a remote video monitoring site, which private address is commonly translated before Internet access?
Show answer and explanation
Answer: A
10.0.0.0/8 is private and typically translated for Internet access.
Q474. When separating CCTV from the corporate LAN, what is a site-to-site VPN commonly used for?
Show answer and explanation
Answer: A
A site-to-site VPN securely connects networks across an untrusted transport.
Q475. During network cutover testing, which protocol helps verify reachability across WAN links?
Show answer and explanation
Answer: A
ICMP echo requests/replies are commonly used with ping.
Q476. For a recorder-to-camera traffic path, what is split tunneling?
Show answer and explanation
Answer: A
Split tunneling routes selected traffic through a VPN while other traffic goes directly.
Q477. For a Genetec camera VLAN deployment, why avoid exposing camera web interfaces directly to the Internet?
Show answer and explanation
Answer: A
Direct exposure increases risk from credential attacks and vulnerabilities.
Q478. While troubleshooting a Security Center client connection, what is port forwarding?
Show answer and explanation
Answer: A
Port forwarding directs traffic received on a public IP/port to an internal IP/port.
Q479. During a jail CCTV network audit, which WAN issue most affects live video smoothness?
Show answer and explanation
Answer: A
Video performance is affected by latency, jitter, packet loss, and available bandwidth.
Q480. For an access control panel network, what is QoS used for over constrained WAN links?
Show answer and explanation
Answer: A
QoS classifies and prioritizes traffic when bandwidth is limited.
Q481. When reviewing a county security electronics network, what is multicast designed for?
Show answer and explanation
Answer: A
Multicast efficiently sends one stream to multiple receivers.
Q482. During commissioning of Axis cameras into Genetec, which protocol lets hosts join IPv4 multicast groups?
Show answer and explanation
Answer: A
IGMP is used by hosts and switches/routers for IPv4 multicast group membership.
Q483. For a remote video monitoring site, what does IGMP snooping do on a switch?
Show answer and explanation
Answer: A
IGMP snooping helps switches forward multicast only to interested ports.
Q484. When separating CCTV from the corporate LAN, which IPv4 range is multicast?
Show answer and explanation
Answer: A
IPv4 multicast uses 224.0.0.0 through 239.255.255.255.
Q485. During network cutover testing, what does QoS classification do?
Show answer and explanation
Answer: A
Classification identifies traffic types so QoS policies can mark, queue, or police them.
Q486. For a recorder-to-camera traffic path, what is DSCP?
Show answer and explanation
Answer: A
DSCP marks packets for differentiated QoS treatment.
Q487. For a Genetec camera VLAN deployment, why can video surveillance traffic need QoS?
Show answer and explanation
Answer: A
Live viewing and control traffic may need priority when links are congested.
Q488. While troubleshooting a Security Center client connection, what is jitter?
Show answer and explanation
Answer: A
Jitter is inconsistent packet delay, which can affect real-time video and audio.
Q489. During a jail CCTV network audit, what should be enabled to prevent multicast flooding in a camera VLAN?
Show answer and explanation
Answer: A
IGMP snooping reduces unnecessary multicast flooding within a VLAN.
Q490. For an access control panel network, which traffic is often best kept unicast unless multicast is designed properly?
Show answer and explanation
Answer: A
Multicast video needs proper IGMP and routing design. Without it, unicast is often simpler and safer.
Q491. When reviewing a county security electronics network, which data format is commonly used by REST APIs?
Show answer and explanation
Answer: A
JSON is widely used to exchange structured data in REST APIs.
Q492. During commissioning of Axis cameras into Genetec, what does REST commonly use as its transport/application protocol?
Show answer and explanation
Answer: A
RESTful APIs commonly use HTTP or HTTPS methods.
Q493. For a remote video monitoring site, which HTTP method is commonly used to retrieve information?
Show answer and explanation
Answer: A
GET retrieves a resource without changing it.
Q494. When separating CCTV from the corporate LAN, which HTTP method is commonly used to create a new object?
Show answer and explanation
Answer: A
POST is commonly used to submit data or create resources.
Q495. During network cutover testing, what is an API token used for?
Show answer and explanation
Answer: A
API tokens are used to authenticate and authorize API requests.
Q496. For a recorder-to-camera traffic path, which tool is often used for API testing from a workstation?
Show answer and explanation
Answer: A
Postman is commonly used for testing REST APIs.
Q497. For a Genetec camera VLAN deployment, what is idempotency?
Show answer and explanation
Answer: A
An idempotent operation can be repeated without changing the result beyond the first application.
Q498. While troubleshooting a Security Center client connection, why is network automation useful for security systems?
Show answer and explanation
Answer: A
Automation improves consistency, speeds changes, and reduces manual mistakes.
Q499. During a jail CCTV network audit, which file format is commonly used for network automation variables?
Show answer and explanation
Answer: A
YAML is frequently used for human-readable configuration data.
Q500. For an access control panel network, what is Git used for?
Show answer and explanation
Answer: A
Git tracks changes to files such as scripts, templates, and configurations.