Tüm alıştırma soruları

521 soru

Soru 141Soru

Match each Windows command-line networking tool to its primary configuration or diagnostic function.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

ipconfig /flushdns
ping
nslookup
netsh

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

ipconfig /flushdns matches with clearing the DNS resolver cache; ping matches with testing network reachability using ICMP; nslookup matches with querying DNS servers directly; netsh matches with modifying interface and firewall settings.
Each utility is paired correctly according to native Windows CLI behavior: ipconfig /flushdns purges local DNS cache entries, ping verifies IP reachability via ICMP, nslookup inspects DNS server resource records directly, and netsh modifies interface options and security contexts.

Adım Adım Çözüm

1
Identify the primary function of each Windows command-line utility listed.
Categorize tools into cache management, connection testing, DNS diagnostic, and configuration utilities.
Each tool addresses a distinct aspect of Windows client networking diagnostics and management.
2
Pair each command-line tool with its corresponding operational description.
Correct matching pairs are established.
Matching tool capabilities directly aligns with standard CompTIA A+ networking troubleshooting workflows.

Anahtar Kavram

Windows Command-Line Networking Diagnostics
Tahmini Süre:45s
Soru 142Soru

An IT administrator is provisioning devices for different departmental roles in an organization. Match each specific set of feature requirements or hardware capabilities to the minimum Windows 11 edition required to support it.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Active Directory Domain Join, BitLocker Drive Encryption, and support for up to 2 TB of RAM across 2 physical CPUs
Hardware support for up to 4 physical CPU sockets, 6 TB of system RAM, and NVDIMM-N persistent memory modules
Enterprise management features including application control via AppLocker rules and BranchCache WAN bandwidth optimization
Basic workstation OS limited to a single physical CPU socket and 128 GB of RAM without local Group Policy Editor (gpedit.msc) access

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Matching pairings: Active Directory Domain Join and 2 TB RAM/2 CPUs matches Windows 11 Pro; 4 CPUs, 6 TB RAM, and NVDIMM-N matches Windows 11 Pro for Workstations; AppLocker and BranchCache matches Windows 11 Enterprise; 1 CPU, 128 GB RAM limit without gpedit.msc matches Windows 11 Home.
Each feature set correctly maps to its minimum required edition: Windows 11 Home is constrained to 1 CPU and 128 GB RAM without domain features; Windows 11 Pro adds Domain Join, BitLocker, and 2 CPU/2 TB RAM support; Windows 11 Pro for Workstations extends hardware scaling to 4 CPUs, 6 TB RAM, and NVDIMM-N; Windows 11 Enterprise delivers advanced enterprise policy controls such as AppLocker and BranchCache.

Adım Adım Çözüm

1
Identify the minimum edition supporting standard corporate management and basic encryption.
Domain Join, BitLocker, and 2 TB RAM limits point to Windows 11 Pro.
Windows 11 Home lacks Domain Join and BitLocker, making Pro the baseline edition for business networks.
2
Identify high-performance workstation hardware support specifications.
Support for 4 physical CPUs, 6 TB RAM, and NVDIMM-N points to Windows 11 Pro for Workstations.
Standard Pro is capped at 2 CPUs and 2 TB RAM, requiring Pro for Workstations for heavy compute endpoints.
3
Identify specialized corporate security and network efficiency features.
AppLocker enforcement and BranchCache require Windows 11 Enterprise.
These advanced policy and WAN optimization utilities are exclusive to Enterprise and Education licensing.
4
Identify the consumer baseline edition constraints.
The 1 CPU, 128 GB RAM limit, and lack of gpedit.msc correspond to Windows 11 Home.
Windows 11 Home imposes strict hardware limits and omits corporate management tools.

Anahtar Kavram

Windows 11 Edition Feature and Hardware Boundaries
Soru 143Soru

A tier-2 systems administrator is configuring Windows administrative utilities on Windows 11 Enterprise workstations to meet specific operational security and management requirements. Match each administrative tool on the left with the management task on the right for which it is primary and best suited.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Component Services (dcomcnfg.exe)
Local Security Policy (secpol.msc)
Performance Monitor (perfmon.msc)
Task Scheduler (taskschd.msc)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Component Services matches configuring COM+/DCOM object security and transaction settings. Local Security Policy matches defining User Rights Assignments and Account Lockout thresholds. Performance Monitor matches creating User Defined Data Collector Sets for multi-day resource logging. Task Scheduler matches triggering automated script execution based on specific Event Log IDs.
Each Windows management snap-in targets distinct operational tasks: Component Services manages DCOM permissions and COM+ apps; Local Security Policy enforces local account policies and user rights; Performance Monitor tracks and logs hardware metrics over time via Data Collector Sets; and Task Scheduler automates tasks in response to event triggers or time schedules.

Adım Adım Çözüm

1
Identify the utility for COM+ and DCOM configuration.
Component Services (dcomcnfg.exe) manages Distributed Component Object Model settings, COM+ applications, and DTC options.
DCOM permissions and COM object registrations are managed through the Component Services administrative snap-in.
2
Identify the utility for user rights and lockout policies.
Local Security Policy (secpol.msc) configures user permissions and account security settings on local Windows operating systems.
Security parameters such as Account Lockout thresholds and User Rights Assignments on non-domain joined PCs are maintained in secpol.msc.
3
Identify the utility for long-term historical metric logging.
Performance Monitor (perfmon.msc) creates Data Collector Sets for extended performance tracking.
Unlike Resource Monitor, which presents real-time data, Performance Monitor is explicitly built to capture baseline log data over custom time intervals.
4
Identify the utility for automated script triggers upon event occurrences.
Task Scheduler (taskschd.msc) handles scheduled or event-driven task automation.
Task Scheduler includes native action triggers linked directly to Windows Event Log IDs.

Anahtar Kavram

Windows Administrative Tools and MMC Snap-ins
Soru 144Soru

A system administrator needs to perform several routine maintenance and configuration tasks on Windows workstations. Match each Windows administrative tool on the left with its corresponding management function on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Component Services (dcomcnfg.exe)
ODBC Data Sources (odbcad32.exe)
Local Security Policy (secpol.msc)
Performance Monitor (perfmon.msc)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Component Services matches OLE and COM+ application configuration; ODBC Data Sources matches database driver connection configuration; Local Security Policy matches account lockout thresholds and password policy configuration; Performance Monitor matches creating Data Collector Sets to log system metrics over time.
Each tool directly aligns with its standard Windows management purpose: Component Services handles COM+/DCOM object configuration; ODBC Data Sources configures database connectivity drivers; Local Security Policy manages password rules and user rights assignments; and Performance Monitor captures long-term performance logs through Data Collector Sets.

Adım Adım Çözüm

1
Identify the primary function of Component Services.
Component Services manages DCOM configuration, COM+ applications, and distributed transaction coordinator settings.
DCOM/COM+ components rely on Component Services for object configuration.
2
Identify the primary function of ODBC Data Sources.
ODBC Data Sources configures DSNs and database driver connections.
Applications use ODBC interfaces to establish connection strings to external databases.
3
Identify the primary function of Local Security Policy.
Local Security Policy sets local workstation security boundaries, including password requirements and user rights assignments.
Security policies enforce authentication rules and local security permissions.
4
Identify the primary function of Performance Monitor.
Performance Monitor logs and analyzes system performance via Data Collector Sets.
Performance Monitor provides continuous performance data collection and visual tracking of system counters over time.

Anahtar Kavram

Windows Administrative Tools Snap-ins and Utility Functions
Soru 145Soru

A mobile support technician is evaluating four distinct hardware and display issues across enterprise mobile devices. Match each reported mobile device symptom on the left with its corresponding root cause or hardware component on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

A laptop with a CCFL-backlit LCD screen displays a extremely dim image that is only visible when shining a flashlight directly onto the glass.
A touchscreen tablet registers user tap inputs several inches away from the actual location touched on the screen surface.
A company smartphone display glass is physically lifting away from the aluminum frame along the edge of the device.
A cellular carrier requires the unique 15-digit hardware serial identifier of a mobile phone to provision it on their network.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

1. Dim CCFL LCD screen -> Failed display inverter board. 2. Inaccurate touch coordinates -> Miscalibrated or damaged touch digitizer layer. 3. Screen lifting from chassis -> Swollen lithium-ion battery. 4. Unique 15-digit device identifier -> International Mobile Equipment Identity (IMEI) number.
Each symptom matches its specific underlying component failure or technical specification: dim CCFL screens point to inverter failure, offset touch points indicate digitizer alignment or sensor issues, chassis lifting signals battery swelling, and the physical 15-digit device serial on cellular networks is the IMEI.

Adım Adım Çözüm

1
Analyze the dim screen symptom on the CCFL LCD laptop.
Identify that because an image is visible under direct light, the graphics subsystem and LCD panel function, but the high-voltage backlight power supply (inverter) has failed.
CCFL backlights rely on an inverter to convert low-voltage DC to high-voltage AC.
2
Analyze touch input misregistration on the tablet.
Identify that touch input conversion is handled by the digitizer.
The digitizer converts physical touches into X/Y coordinates; misalignment or damage distorts coordinate mapping.
3
Evaluate screen glass lifting away from the device frame.
Recognize that internal pressure from a failing lithium-ion battery causes physical expansion and pushes against internal components.
As battery cells degrade or overheat, gas buildup expands the battery casing.
4
Distinguish cellular hardware identifier requirements.
Select IMEI as the unique 15-digit physical device identifier required by network carriers.
The IMEI identifies the hardware unit itself, unlike the IMSI which identifies the subscriber's account on the SIM card.

Anahtar Kavram

Mobile device hardware troubleshooting: display components, digitizers, battery hazards, and device identity standards.
Soru 146Soru

A senior systems administrator is standardizing desktop configuration protocols across a mixed Windows environment. Match each specific administrative requirement to its corresponding Windows Control Panel applet.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Configure Data Source Names (DSNs) and database driver interfaces for legacy accounting applications requiring SQL connectivity.
Set system locale settings for non-Unicode legacy software and customize currency and date format display standards.
Enable offline file synchronization between a corporate file server and non-domain-joined mobile devices over HTTPS.
Define telephony dialing rules, area code handling, and TAPI driver properties for integrated fax hardware.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Data Source Names (DSNs) match with Administrative Tools / Data Sources (ODBC); system locale and non-Unicode settings match with Region; HTTPS-based file synchronization for non-domain-joined devices matches with Work Folders; telephony dialing rules and TAPI properties match with Phone and Modem.
Each task directly corresponds to its specialized Windows Control Panel utility: Data Sources (ODBC) handles database DSN configurations; Region manages system locale and date/currency formatting; Work Folders handles secure file synchronization over HTTPS for work devices; Phone and Modem manages telephony locations and TAPI dialing rules.

Adım Adım Çözüm

1
Analyze the requirement for configuring DSNs and database driver interfaces for legacy accounting software.
Identify that Database connectivity interfaces in Windows Control Panel are managed via Data Sources (ODBC) located under Administrative Tools.
ODBC (Open Database Connectivity) is the standard Windows utility for managing database connections and DSN creation.
2
Analyze the requirement for changing system locale settings and currency/date formatting.
Identify that locale settings, non-Unicode language options, and regional format standards are managed in the Region applet.
The Region Control Panel utility controls system-wide locale settings and measurement/date formats.
3
Analyze the requirement for HTTPS offline file synchronization on non-domain devices.
Identify that Work Folders provides SSL/HTTPS-based file synchronization for mobile and non-domain devices.
Unlike traditional Offline Files (Sync Center), Work Folders operates over HTTPS and works across personal/non-domain devices.
4
Analyze the requirement for defining telephony rules and TAPI driver properties.
Identify that dialing parameters and TAPI hardware properties are configured in Phone and Modem.
Phone and Modem is the dedicated legacy Control Panel utility for managing telephony locations, dialing rules, and modem hardware drivers.

Anahtar Kavram

Selecting proper Windows Control Panel utilities for specific system management tasks.
Soru 147Soru

Match each network symptom described on the left with its most likely root cause on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

A workstation receives an IP address starting with 169.254.50.12 and cannot access external internet resources.
A user can successfully ping an external IP address (8.8.8.8) but receives a host unreachable error when attempting to ping www.comptia.org.
A wireless client experiences severe latency and dropped packets in an office suite where adjacent access points are all set to 2.4 GHz Channel 3.
A wired desktop reports no network connection, and the Ethernet port LED link indicators on the back of the PC remain completely unlit.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

169.254.x.x IP matches DHCP unreachability (APIPA); Ping by IP working but domain name failing matches DNS misconfiguration; 2.4 GHz Channel 3 usage matches channel interference; Unlit NIC link lights match physical layer cable fault.
Each symptom maps directly to standard networking layer troubleshooting principles: APIPA (169.254.x.x) signals DHCP unreachability; successful IP communication with failed FQDN resolution indicates DNS failure; 2.4 GHz Channel 3 causes wireless interference; and completely unlit NIC LEDs confirm a Layer 1 physical link failure.

Adım Adım Çözüm

1
Analyze the 169.254.x.x symptom
Identify that 169.254.0.0/16 is the APIPA address block reserved for DHCP failure.
When a DHCP client fails to obtain an IP address lease, it assigns itself an APIPA address.
2
Analyze IP vs domain ping testing
Identify that IP routing is functional but name resolution is broken.
Pinging by IP tests Layer 3 connectivity, while pinging by name tests DNS resolution.
3
Analyze 2.4 GHz channel assignment on Channel 3
Identify wireless channel overlap/interference.
The only non-overlapping 2.4 GHz channels are 1, 6, and 11. Channel 3 overlaps with channels 1 and 6 causing severe signal degradation.
4
Analyze unlit link lights on Ethernet NIC
Identify physical connection failure.
Link lights reflect physical Layer 1 signal detection between the NIC transceiver and switch.

Anahtar Kavram

Wired and Wireless Network Troubleshooting Symptoms and Diagnoses
Soru 148Soru

Match each physical security control to its primary protective function.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Biometric scanner
Physical port lock
Faraday enclosure
Smart card reader

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Biometric scanner matches physiological identity verification; Physical port lock matches blocking unauthorized external drive insertion; Faraday enclosure matches blocking electromagnetic and radio frequency signals; Smart card reader matches authenticating badges with embedded microchips.
Each physical security control serves a targeted protective function: Biometric scanners analyze physiological traits (fingerprints, retina); Physical port locks obstruct physical interface ports to prevent unauthorized USB flash drives; Faraday enclosures shield electronics against wireless and RF signals; Smart card readers process credentials stored on badge microchips.

Adım Adım Çözüm

1
Identify the primary mechanism of Biometric scanner.
Matches verification of physiological traits such as fingerprints or iris scans.
Biometrics specifically rely on biological measurement.
2
Identify the function of Physical port locks.
Matches preventing unauthorized insertion of USB drives.
Port locks physically obstruct interface slots on workstation hardware.
3
Identify the purpose of Faraday enclosures.
Matches blocking electromagnetic signals and RF emissions.
Faraday shielding creates a conductive cage that attenuates external RF signals.
4
Identify the role of Smart card readers.
Matches authenticating embedded microchips on ID badges.
Smart cards utilize embedded integrated circuits to prove identity.

Anahtar Kavram

Physical Security Controls
Soru 149Soru

As a Windows network administrator troubleshooting client connectivity issues, you frequently use command-line utilities to inspect networking state. Match each Windows networking CLI tool or switch on the left with its primary diagnostic function on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

ipconfig /all
nslookup
netsh wlan show profile
route print

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

ipconfig /all pairs with displaying detailed TCP/IP configuration including MAC address, DHCP server, lease times, and DNS servers; nslookup pairs with querying name servers to diagnose DNS hostname resolution; netsh wlan show profile pairs with listing saved Wi-Fi network SSID profiles; route print pairs with displaying active IPv4 and IPv6 routing table entries.
Each tool directly corresponds to its dedicated Windows networking subsystem: ipconfig /all provides full adapter parameters including MAC and DHCP details; nslookup provides direct DNS record lookup; netsh wlan show profile reads wireless configuration profiles; and route print reveals the IPv4 and IPv6 routing tables.

Adım Adım Çözüm

1
Analyze each command-line tool listed on the left.
Identify that ipconfig /all extended switch shows full network interface details, nslookup is used for DNS testing, netsh wlan inspects wireless configuration, and route print displays routing tables.
Matching each CLI utility requires recognizing its specific parameter set and operational scope within Windows client networking.
2
Pair each command with its corresponding function.
Match ipconfig /all to full TCP/IP properties, nslookup to DNS name server queries, netsh wlan show profile to saved Wi-Fi profiles, and route print to IPv4/IPv6 routing table output.
Accurate diagnostic tool selection ensures effective troubleshooting of physical, network, and application-layer connectivity issues.

Anahtar Kavram

Windows Command-Line Networking Diagnostics
Soru 150Soru

A system administrator is creating a technical reference guide for help desk personnel who manage Windows client network configurations. Match each Windows client networking troubleshooting objective on the left with its corresponding command-line command or utility switch on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Reset the TCP/IP protocol stack to rebuild corrupted registry keys and restore default IP interface settings.
Purge local hostname lookup entries from RAM and immediately initiate dynamic registration of host DNS records.
Perform a targeted hostname resolution query directly against a specific DNS server IP address.
Export saved client Wi-Fi connection configurations to XML format for deployment across corporate devices.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

1. Reset TCP/IP stack matches 'netsh int ip reset'
2. Purge DNS cache and re-register records matches 'ipconfig /flushdns && ipconfig /registerdns'
3. Targeted DNS query matches 'nslookup [hostname] [dns_server_ip]'
4. Export wireless profiles matches 'netsh wlan export profile key=clear'
Each troubleshooting task maps directly to its official Windows CLI command: 'netsh int ip reset' restores default TCP/IP stack registry keys; combining 'ipconfig /flushdns' and 'ipconfig /registerdns' flushes local DNS cache before registering host records with the server; specifying a target IP address in 'nslookup' queries an explicit name server; and 'netsh wlan export profile' saves client Wi-Fi configurations to XML files.

Adım Adım Çözüm

1
Identify the CLI utility designed to rebuild corrupted TCP/IP stack registry keys
Select 'netsh int ip reset', which restores fundamental IPv4 and IPv6 network stack components.
When network stack registry configuration becomes damaged, resetting the interface via netsh rewrites the protocol configuration files.
2
Identify the multi-step ipconfig switches required to flush local DNS cache and trigger dynamic DNS registration
Select 'ipconfig /flushdns && ipconfig /registerdns'.
The /flushdns switch clears local name cache entries, and /registerdns initiates dynamic DNS update requests with the configured primary DNS server.
3
Determine the proper syntax for querying an alternate DNS server directly
Select 'nslookup [hostname] [dns_server_ip]'.
Adding a second argument containing a DNS server's IP address overrides the workstation's default DNS server for testing resolution.
4
Select the netsh context utility for managing and exporting wireless network settings
Select 'netsh wlan export profile key=clear'.
The netsh wlan context exposes wireless network management functions, including profile export to XML files.

Anahtar Kavram

Windows Network CLI Diagnostics and Netsh Context Configuration
Soru 151Soru

Match each organizational requirement scenario on the left with the minimum Windows 11 edition on the right that satisfies all listed feature and hardware requirements.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Requires joining an Active Directory domain, encrypting local storage with BitLocker, and accepting inbound Remote Desktop Protocol (RDP) connections, but does not require enterprise deployment features like AppLocker.
Requires system hardware support for 4 physical CPU sockets, persistent memory (NVDIMM-N) modules, and advanced ReFS volume creation.
Requires corporate security management capabilities including AppLocker application control policies, BranchCache WAN bandwidth optimization, and Credential Guard.
Used for general office productivity, but natively lacks access to the Local Group Policy Editor (gpedit.msc), Domain Join, and inbound RDP server hosting.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Matching assignments: Domain Join, BitLocker, & RDP host -> Windows 11 Pro; 4 physical CPUs, ReFS, & NVDIMM-N -> Windows 11 Pro for Workstations; AppLocker, BranchCache, & Credential Guard -> Windows 11 Enterprise; Lacks Local Group Policy & Domain Join -> Windows 11 Home.
Each operational requirement correlates to the minimum edition threshold defined by Microsoft based on security capabilities, management utilities, and hardware upper limits.

Adım Adım Çözüm

1
Evaluate standard business management requirements.
Features like Domain Join, BitLocker, and RDP hosting require at minimum Windows 11 Pro.
Windows 11 Home does not include domain management or encryption features.
2
Evaluate advanced hardware socket and storage architecture requirements.
Support for 4 physical CPUs, NVDIMM-N memory, and ReFS requires Windows 11 Pro for Workstations.
Standard Windows 11 Pro supports a maximum of 2 physical CPU sockets.
3
Identify enterprise-grade security and policy enforcement requirements.
AppLocker, BranchCache, and Credential Guard require Windows 11 Enterprise.
These advanced management features are restricted to Enterprise and Education editions.
4
Determine consumer edition feature restrictions.
The absence of Local Group Policy Editor (gpedit.msc) and inbound RDP hosting signifies Windows 11 Home.
Windows 11 Home focuses on basic consumer operations and lacks enterprise administration tools.

Anahtar Kavram

Windows 11 Edition Feature and Hardware Boundaries
Soru 152Soru

A cybersecurity technician is designing a physical security baseline for an enterprise datacenter facility and employee workstations. Match each physical security control to the specific threat or unauthorized physical security risk it is engineered to prevent.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Faraday cage
Mantrap
Privacy filter
Cable lock

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Faraday cage pairs with blocking electromagnetic field emissions; Mantrap pairs with eliminating tailgating via interlocking doors; Privacy filter pairs with mitigating shoulder surfing by narrowing screen viewing angles; Cable lock pairs with preventing physical hardware theft by anchoring devices.
Each control directly mitigates its paired physical vulnerability: Faraday cages suppress electromagnetic waves, mantraps control physical human access cadence to prevent piggybacking, privacy filters restrict screen viewing line-of-sight against observation, and cable locks mechanically bind equipment against unauthorized removal.

Adım Adım Çözüm

1
Analyze each physical security control's operational mechanism.
Identified the primary defense domain for each control (RF shielding, access control, visual privacy, physical theft prevention).
Understanding the physical property targeted by each control allows proper alignment with corresponding threat mitigations.
2
Map Faraday cage to wireless/electromagnetic threat mitigation.
Faraday cage matches the prevention of electromagnetic field signal eavesdropping.
Conductive enclosures restrict ingress and egress of RF signals.
3
Map Mantrap to physical entry control.
Mantrap matches eliminating tailgating using interlocking access doors.
Two-stage access control requires individual verification before allowing access into secured areas.
4
Map Privacy filter to visual threat protection.
Privacy filter matches mitigating shoulder surfing.
Polarized films limit monitor visibility exclusively to direct viewing positions.
5
Map Cable lock to equipment theft prevention.
Cable lock matches preventing opportunistic device theft by anchoring to fixed objects.
Physical cables mechanically tether hardware components to solid structures.

Anahtar Kavram

Physical Security Controls and Threat Mitigation
Soru 153Soru

Match each enterprise physical security control to the specific threat vector or physical security risk it is designed to mitigate.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Faraday Cage
Physical Port Lock
Kensington Cable Lock
Security Bollard

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Each physical security control maps to its corresponding defense mechanism: Faraday Cage blocks RF emissions; Physical Port Lock blocks unauthorized interface connections; Kensington Cable Lock physically anchors devices to prevent theft; Security Bollard protects perimeters against vehicle ramming attacks.
Each physical security control addresses a distinct domain of security: Faraday cages block electromagnetic and wireless signal interception; physical port locks block hardware interface manipulation; Kensington cable locks prevent physical device theft; security bollards protect against vehicle impact.

Adım Adım Çözüm

1
Analyze electromagnetic and wireless isolation mechanisms.
Identified that enclosure technologies shielding against RF/signals correspond to the Faraday Cage control.
Faraday cages prevent external signal interception and internal RF leakage.
2
Examine device port protection controls.
Matched physical port locks with blocking unused hardware interfaces against unauthorized media connection.
Unsecured USB ports are primary vectors for physical data exfiltration and badUSB attacks.
3
Evaluate endpoint anti-theft anchoring mechanisms.
Paired Kensington cable locks with mechanical anchoring to fixed office furniture.
Cable locks increase the time and effort required to steal portable computer hardware.
4
Identify perimeter vehicle protection controls.
Associated bollards with anti-ramming structural protection at entry points.
Bollards absorb kinetic impact from vehicles attempting to breach building perimeters.

Anahtar Kavram

Physical Security Controls and Threat Mitigation Functions
Soru 154Soru

Match each physical security control to the specialized security risk or intrusion vector it is primarily designed to mitigate.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Faraday cage enclosure
Access control vestibule with anti-passback
Heavyweight steel bollards
Protected Distribution System (PDS)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

The Faraday cage enclosure matches RF eavesdropping mitigation; the Access control vestibule with anti-passback matches tailgating and credential-sharing prevention; Heavyweight steel bollards match vehicle ramming attack prevention; and the Protected Distribution System (PDS) matches physical cable wiretapping protection.
Each physical security control addresses a distinct attack vector: Faraday cages protect against RF eavesdropping; access control vestibules with anti-passback eliminate tailgating and badge-sharing; bollards defeat vehicle ramming attacks; and Protected Distribution Systems secure cabling runs against physical wiretapping.

Adım Adım Çözüm

1
Identify the primary defensive characteristic of a Faraday cage.
Recognize that continuous conductive shielding blocks electromagnetic induction and radio frequency transmission.
Faraday cages prevent signals from entering or escaping shielded environments, mitigating RF eavesdropping.
2
Evaluate an access control vestibule enforcing anti-passback rules.
Determine that interlocking doors regulate physical movement while anti-passback prevents a single credential from being passed back to admit a secondary individual.
This combination directly stops tailgating/piggybacking and badge reuse.
3
Analyze the structural role of steel bollards.
Understand that bollards serve as reinforced physical barriers situated outside facility entrances.
Their primary function is to prevent vehicles from breaching building perimeters through ramming.
4
Determine the protective scope of a Protected Distribution System (PDS).
Identify that PDS encapsulates telecommunications cabling in secure conduits or alarm-monitored raceways.
PDS prevents unauthorized physical access and wiretapping along vulnerable cable pathways.

Anahtar Kavram

Physical Security Controls & Threat Alignment
Soru 155Soru

Match each social engineering threat type on the left to its correct characteristic description on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Spear Phishing
Pretexting
Tailgating
Whaling

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Spear Phishing matches targeted email messages; Pretexting matches creating a fabricated narrative; Tailgating matches physically following an authorized person into a facility; Whaling matches phishing attacks targeting senior executives.
Spear phishing targets specific individuals with tailored communications. Pretexting creates a false story to convince a target to reveal sensitive details. Tailgating is a physical intrusion technique of closely following authorized personnel into secure areas. Whaling is an executive-level phishing attack aimed at high-value targets such as CEOs or CFOs.

Adım Adım Çözüm

1
Identify digital targeted attack types
Recognize Spear Phishing as customized emails to specific users, and Whaling as spear phishing specifically directed at high-level executives.
Both vectors use targeted messaging, but Whaling focuses exclusively on high-profile corporate targets.
2
Identify psychological and physical attack vectors
Associate Pretexting with scenario creation/impersonation and Tailgating with physical access intrusion.
Pretexting establishes a false context to gain trust, while tailgating exploits physical proximity to bypass access controls.

Anahtar Kavram

Social Engineering Threat Classifications
Tahmini Süre:1m 0s
Soru 156Soru

Match each physical security control to its primary protective function.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Biometric reader
Privacy filter
Cable lock
Faraday bag

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Biometric reader pairs with authenticating identity using unique physical characteristics; Privacy filter pairs with preventing visual eavesdropping; Cable lock pairs with securing portable hardware to immovable fixtures; Faraday bag pairs with blocking external wireless signals.
Biometric readers authenticate physical traits, privacy filters block side-angle screen visibility, cable locks physically anchor equipment to prevent theft, and Faraday bags block electromagnetic signal transmission.

Adım Adım Çözüm

1
Analyze each security control's operational role.
Biometrics relate to physical authentication, privacy filters address screen visibility, cable locks prevent physical device theft, and Faraday bags block radio signals.
Matching each physical control directly to its operational target ensures standard physical security principles are applied.

Anahtar Kavram

Physical Security Controls and Features
Soru 157Soru

Match each Windows administrative requirement on the left with the most appropriate Microsoft Management Console (MMC) snap-in or administrative utility on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Configure a background process to automatically attempt a restart after a crash.
Register and manage DCOM and COM+ applications for an enterprise network software installation.
Configure password history and account lockout thresholds on a standalone workstation.
Schedule a custom administrative cleanup script to execute daily at midnight.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Automatic process restart matches Services (services.msc); DCOM and COM+ application management matches Component Services (comexp.msc); Password history and lockout rules match Local Security Policy (secpol.msc); Daily automated script execution matches Task Scheduler (taskschd.msc).
Each item matches its corresponding tool based on Microsoft administrative utility design: Services (services.msc) handles service state and recovery configuration; Component Services (comexp.msc) manages COM+ component objects and DCOM configuration; Local Security Policy (secpol.msc) enforces local account and security parameters; and Task Scheduler (taskschd.msc) automates timed script or binary execution.

Adım Adım Çözüm

1
Analyze each administrative requirement to determine the functional domain.
Identified requirements covering service recovery configuration, COM+ object management, local account security rules, and automated job scheduling.
Administrative utilities in Windows are specialized for specific system roles.
2
Map each scenario to its native Windows administrative snap-in executable.
Matched service recovery to services.msc, COM+ management to comexp.msc, password/lockout policies to secpol.msc, and scheduled jobs to taskschd.msc.
Each MMC snap-in targets a distinct subset of system management features.

Anahtar Kavram

Windows Administrative Tools and MMC Snap-ins
Soru 158Soru

A security technician is documenting physical security measures for a corporate data facility. Match each physical security control mechanism with its primary security function.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Biometric scanner
Access control vestibule
Faraday bag
Bollard

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Biometric scanner matches with authenticating personnel based on unique biological characteristics. Access control vestibule matches with preventing tailgating by using interlocking doors. Faraday bag matches with blocking electromagnetic signals to shield mobile devices. Bollard matches with preventing vehicle ramming attacks.
Each physical security control serves a specific protective role: biometric scanners verify biological traits; access control vestibules isolate traffic with interlocking doors to stop tailgating; Faraday bags block radio frequency signals to prevent remote access; and bollards provide physical structural protection against vehicle impacts.

Adım Adım Çözüm

1
Analyze each physical security control item on the left.
Identified four physical security controls: Biometric scanner, Access control vestibule, Faraday bag, and Bollard.
Matching requires understanding the specific operational purpose of each physical barrier or defense mechanism.
2
Pair each physical control with its corresponding threat mitigation function.
Biometric scanner pairs with biological authentication; Access control vestibule pairs with interlocking door tailgating prevention; Faraday bag pairs with electromagnetic signal blocking; Bollard pairs with vehicle ramming defense.
Each physical control targets a distinct vector of unauthorized access or physical/wireless compromise.

Anahtar Kavram

Physical Security Controls and Threat Mitigation Functions
Soru 159Soru

A systems administrator is configuring specialized Windows workstations across an enterprise deployment. Match each specific administrative requirement to the correct Windows Control Panel utility used to configure it.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Configure local dialing rules, tone/pulse settings, and incoming call handling for legacy telephony hardware.
Manage system-wide 32-bit and 64-bit database drivers to enable external database connections via Data Source Names (DSN).
Adjust client-side caching limits and resolve file collision state errors for offline network file shares.
Change system-wide currency formatting, short date notations, and decimal symbol defaults across user profiles.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Telephony dialing rules pair with Phone and Modem; database DSN management pairs with ODBC Data Sources; offline file caching and conflicts pair with Sync Center; date, time, currency, and decimal formatting pair with Region.
Each requirement directly corresponds to a specific Control Panel applet: Phone and Modem configures telephony dialing rules and modem properties; ODBC Data Sources manages database connectivity drivers and Data Source Names (DSN); Sync Center monitors offline file caching, synchronization schedules, and conflict states; Region configures system-wide date, time, currency, and numerical formatting options.

Adım Adım Çözüm

1
Analyze requirement 1 (dialing rules and legacy telephony).
Identify that modem properties and dialing location rules are configured in the Phone and Modem Control Panel utility.
Phone and Modem is the dedicated administrative applet for legacy telephony settings.
2
Analyze requirement 2 (database drivers and DSN configuration).
Identify that Database Open Connectivity drivers and DSNs are managed via ODBC Data Sources (found under Administrative Tools/Control Panel).
ODBC Data Sources allows administrators to set up 32-bit and 64-bit connection pools to external databases.
3
Analyze requirement 3 (offline network shares and conflict resolution).
Identify that Sync Center manages Offline Files caching, sync schedules, and conflict handling.
Sync Center is specifically designed for managing network folder offline synchronization.
4
Analyze requirement 4 (currency, date, and decimal formatting).
Identify that regional format standards and locale settings are managed in the Region utility.
The Region applet controls numeric formats, short/long date representations, time formats, and system locale settings.

Anahtar Kavram

Windows Control Panel applet responsibilities and administrative usage scenarios
Tahmini Süre:2m 0s
Soru 160Soru

Match each Windows command-line networking utility or switch to its corresponding configuration or diagnostic function.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

ipconfig /flushdns
netsh wlan show profile
nslookup
arp -a

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

ipconfig /flushdns matches clearing the local DNS resolver cache; netsh wlan show profile matches displaying saved wireless network profiles; nslookup matches querying DNS servers directly; arp -a matches displaying the IPv4-to-MAC address resolution table.
Each tool maps to a specific networking sub-system: ipconfig /flushdns removes outdated DNS resolver cache records; netsh wlan show profile inspects stored Wi-Fi settings; nslookup issues diagnostic queries to DNS servers; arp -a displays physical hardware address mappings.

Adım Adım Çözüm

1
Identify the command used for managing local host name resolution caching.
Recognize that 'ipconfig /flushdns' empties stale entries from the local DNS cache.
Flushdns targets client-side DNS cache resolution.
2
Identify the command used for inspecting saved wireless network configurations.
Determine that 'netsh wlan show profile' enumerates stored Wi-Fi connection settings.
The netsh shell context provides administrative access to wireless interface profiles.
3
Distinguish between active DNS server testing and Layer 2 address resolution inspection.
Pair 'nslookup' with DNS server query diagnostics and 'arp -a' with local MAC address table display.
Nslookup tests server-side name resolution performance, while arp inspects hardware address bindings.

Anahtar Kavram

Windows Networking Command-Line Diagnostic Utilities
ÖncekiSayfa 8 / 27Sonraki
Tüm alıştırma soruları — CompTIA A+ (Core 1 & Core 2) | Examkin