Send a link to your students to track their progress
22 Terms
1
New cards
Question/Scenario
Answer/Definition
2
New cards
What simultaneous connection limit is typically hardcoded onto Windows client operating systems, making a dedicated file server necessary for larger networks?
20 maximum concurrent connections
3
New cards
What compact network appliance provides centralized file storage and collaboration utilities directly to a LAN, usually running a specialized variant of Linux?
Network-Attached Storage (NAS)
4
New cards
What server role centrally handles information caching, document spooling, printer pooling, and security permissions for multiple network printers?
Print server
5
New cards
What specialized server acts as a network go-between to cache web pages, hide internal client IP addresses, and perform outbound content filtering?
Proxy server
6
New cards
What security mechanism intercepts inbound traffic destined for a web server, masking the server's identity while providing load balancing and SSL/TLS decryption?
Reverse proxy
7
New cards
Which server is responsible for resolving human-readable hostnames to IP addresses, as well as handling reverse lookups?
DNS (Domain Name System) server
8
New cards
What protocol and server type allow routers and network devices to centralize and store logged event messages, driver failures, and diagnostics in real time?
Syslog (System Logging Protocol) server
9
New cards
What network service allows routers, switches, and servers to synchronize their internal clocks with an atomic clock or GPS time source for accurate log correlation?
What security concept describes a state where an administrator has indisputable cryptographic or log-based proof of a user's action, preventing them from denying it?
Nonrepudiation
12
New cards
What type of specialized AAA server acts as a centralized backend authentication host for wireless networks and 802.1X port-based access controls?
RADIUS (Remote Authentication Dial-In User Service) server
13
New cards
What is the primary function of a dedicated network hardware firewall?
To close unused inbound ports and filter traffic based on Access Control Lists (ACLs) to prevent unauthorized intrusion
14
New cards
What security appliance combines a traditional network firewall with antivirus, antispam, URL content filtering, and an intrusion prevention system (IPS)?
UTM (Unified Threat Management) gateway
15
New cards
What is the difference between an Intrusion Detection System (IDS) and an Intrusion Prevention System (IPS)?
An IDS only detects and alerts an administrator to unauthorized access; an IPS actively detects, alerts, and blocks/thwarts the attack
16
New cards
What email security appliance or software solution is deployed directly behind an organization's firewall to intercept and sanitize incoming junk email?
Spam gateway (or email security gateway)
17
New cards
What device or software solution optimizes network capacity by distributing incoming layer 4 or layer 7 traffic evenly across a cluster of backend servers?
Load balancer
18
New cards
What are the two common load-balancing traffic algorithms used to distribute incoming connections?
Round-robin (sequential distribution) and Least connections (routing traffic to the server with the fewest concurrent sessions)
19
New cards
What specialized industrial control system uses coded radio or digital signals to remotely monitor and control automated physical infrastructure?
SCADA (Supervisory Control And Data Acquisition)
20
New cards
How do legacy embedded system architectures differ from modern desktop hardware regarding their internal processing and storage design?
They use ultra-low specification single-board designs (often measured in MHz and MB) with integrated CPU/RAM and no traditional local hard drive
21
New cards
What power-efficient wireless technology is frequently embedded inside smart home automation and IoT devices to collect data while conserving battery life?
BLE (Bluetooth Low Energy)
22
New cards
What are three critical best practices a technician must implement to reduce security vulnerabilities on a deployment of network-connected IoT devices?
Isolate IoT devices on a separate network segment, use strong custom passwords/MFA, and regularly update the device firmware and control apps