Tüm alıştırma soruları

2237 soru

Soru 1041Soru

A network administrator is configuring a centralized authentication server to support remote access VPN clients using the RADIUS protocol. Security policies require creating specific firewall rules to permit authentication traffic from the VPN gateway to the backend RADIUS server. Which transport protocol and destination port combination must be allowed through the firewall for standard RADIUS authentication?

Cevabı ve açıklamayı göster

Cevap: UDP port 1812

Cevap

UDP port 1812 is the standard transport protocol and port used for RADIUS authentication.
RADIUS (Remote Authentication Dial-In User Service) is an open-standard AAA protocol that operates over UDP using port 1812 for authentication and authorization, and port 1813 for accounting. Therefore, configuring firewall rules to permit UDP port 1812 allows authentication packets from the VPN gateway to reach the backend server.

Adım Adım Çözüm

1
Identify the authentication protocol specified in the scenario.
The scenario specifies RADIUS (Remote Authentication Dial-In User Service).
Determining the target protocol narrows down transport layer requirements.
2
Determine the transport protocol used by RADIUS.
RADIUS uses UDP (User Datagram Protocol).
RADIUS was designed to use lightweight connectionless transport for authentication and accounting frames.
3
Identify the official IANA destination port for RADIUS authentication.
UDP port 1812 is designated for RADIUS authentication messages.
Firewall rules require matching both transport layer protocol and destination port.

Anahtar Kavram

RADIUS Port and Transport Layer Protocol Specifications
Soru 1042Soru

A network security administrator is updating telemetry and remote management policies for core switches transmitting data across an untrusted WAN link. To comply with security auditing standards requiring both encrypted log transport and secure network polling, which TWO of the following configuration options should be implemented? (Select TWO)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Configure Syslog to transmit log events using TLS over TCP port 6514.; Configure SNMPv3 utilizing the authPriv security level for device polling.

Cevap

The correct configurations are configuring Syslog to transmit log events using TLS over TCP port 6514, and configuring SNMPv3 utilizing the authPriv security level for device polling.
Comprehensive network auditing across untrusted links requires encryption for both passive event streaming and active management polling. Syslog over TLS (RFC 5425) uses TCP port 6514 to ensure secure and reliable event delivery. For active querying, SNMPv3 authPriv is required as it enforces both cryptographic user authentication and payload encryption.

Adım Adım Çözüm

1
Determine the standard protocol and port for encrypted Syslog transport.
Standard unencrypted Syslog uses UDP port 514. Secure Syslog wrapper using TLS mandates TCP port 6514.
TLS encryption requires a connection-oriented transport protocol like TCP to establish secure handshakes.
2
Identify the required SNMP version and security mode for encrypted telemetry polling.
SNMPv3 with authPriv mode provides both authentication and privacy/encryption.
SNMPv1 and SNMPv2c send community strings in cleartext without encryption capabilities, while SNMPv3 authNoPriv authenticates without encrypting payload data.

Anahtar Kavram

Secure Telemetry Transport & Audit Protocols
Soru 1043Soru

A network technician needs to configure out-of-band (OOB) management access for a core router to ensure administrative connectivity remains available even during a total failure of the primary local network interfaces. Which connection method should be configured?

Cevabı ve açıklamayı göster

Cevap: Connecting a dedicated modem to the router's auxiliary or serial console port

Cevap

Connecting a dedicated modem to the router's auxiliary or serial console port provides valid out-of-band management.
Out-of-band (OOB) management provides a dedicated, dedicated channel for device administration that operates independently of production network interfaces. Connecting a modem or terminal server to a device's dedicated serial console or auxiliary port ensures administrators retain command-line access even when primary network interfaces fail.

Adım Adım Çözüm

1
Identify the primary requirement for out-of-band (OOB) management access.
OOB management requires an independent, alternative communication path separate from primary data production paths.
In-band channels become unusable whenever primary network interfaces or links experience outages.
2
Evaluate the given connectivity methods against OOB requirements.
A serial console or auxiliary port connected to a modem provides a dedicated path that bypasses network interfaces entirely.
This guarantees command-line interface access for remote technicians during emergency troubleshooting.

Anahtar Kavram

Out-of-Band Management Channel Isolation
Soru 1044Soru

Match each network security threat to the primary mechanism or vector used to execute the attack.

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

Öğeler

Evil Twin
ARP Poisoning
DNS Cache Poisoning
VLAN Hopping

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Evil Twin matches deploying an unauthorized access point with a matching SSID; ARP Poisoning matches forging local resolution responses to map gateway IPs to an attacker MAC address; DNS Cache Poisoning matches injecting fraudulent records into a resolver's cache; VLAN Hopping matches sending double-tagged frames to cross switch VLAN boundaries.
Each attack type matches its specific operational vector: Evil Twin uses unauthorized wireless access points mimicking legitimate SSIDs; ARP Poisoning corrupts local Layer 2 MAC tables; DNS Cache Poisoning corrupts domain name lookup caches; VLAN Hopping manipulates 802.1Q switch trunking tags.

Adım Adım Çözüm

1
Identify wireless layer threats
Evil Twin is recognized as a wireless rogue access point duplicating an authentic network SSID.
Evil Twin attacks specifically exploit wireless client auto-connect behaviors.
2
Differentiate local Layer 2 resolution attacks from remote Layer 7 resolution attacks
ARP Poisoning operates at Layer 2 via Ethernet MAC address manipulation, while DNS Cache Poisoning operates at Layer 7 via hostname-to-IP resolution records.
ARP targets local broadcast domains whereas DNS targets domain resolution caches.
3
Analyze switch trunking encapsulation attacks
VLAN Hopping leverages double 802.1Q tagging to traverse switch boundaries without a router.
Switches stripping the outer VLAN tag forward the packet into the inner targeted VLAN.

Anahtar Kavram

Common Network Attack Types and Vectors
Tahmini Süre:45s
Soru 1045Soru

A network engineer is configuring a single Service Set Identifier (SSID) on an enterprise wireless access point to support both modern corporate laptops and legacy handheld scanners during a phased migration to WPA3. To achieve backward compatibility without establishing separate wireless networks, the engineer selects WPA3-Personal Transition Mode. Which TWO of the following technical requirements and configurations must be implemented on the access point for this deployment? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Simultaneous Authentication of Equals (SAE) must operate alongside WPA2 Pre-Shared Key (PSK) authentication.; Protected Management Frames (PMF) must be configured as optional/capable rather than mandatory.

Cevap

Simultaneous Authentication of Equals (SAE) operating alongside WPA2 Pre-Shared Key (PSK) authentication, and Protected Management Frames (PMF) configured as optional/capable rather than mandatory.
WPA3-Personal Transition Mode is designed for dual-stack legacy compatibility. It enables Simultaneous Authentication of Equals (SAE) for modern clients while allowing legacy clients to authenticate using Pre-Shared Key (PSK) with AES-CCMP encryption. Furthermore, because Protected Management Frames (PMF/802.1w) are mandatory in pure WPA3 but unsupported by legacy WPA2 devices, the access point must set PMF to optional/capable to permit legacy association.

Adım Adım Çözüm

1
Analyze the authentication requirements for WPA3-Personal Transition Mode on a shared SSID.
Transition mode requires dual-stack authentication where WPA3 devices negotiate SAE and WPA2 devices fall back to PSK.
This guarantees seamless connectivity for legacy devices while providing enhanced security (Diffie-Hellman key exchange via SAE) for newer devices.
2
Determine the Protected Management Frames (PMF / IEEE 802.1w) configuration setting.
PMF must be configured to 'capable' (optional).
WPA3 mandates PMF as required, but legacy WPA2 devices frequently lack 802.1w support. Setting PMF to mandatory would prevent legacy WPA2 clients from associating.
3
Evaluate distractor configurations regarding enterprise authentication and encryption ciphers.
Reject 802.1X/RADIUS and TKIP options.
WPA3-Personal modes use SAE/PSK pre-shared mechanisms rather than centralized 802.1X RADIUS authentication. Additionally, TKIP is deprecated and prohibited under WPA3 standards, which require AES-CCMP.

Anahtar Kavram

WPA3-Personal Transition Mode Requirements and PMF Negotiation
Tahmini Süre:2m 0s
Soru 1046Soru

A network administrator provisions a new subinterface on a branch router to serve VLAN 50 (`192.168.50.0/24`). Workstations connected to VLAN 50 fail to obtain network configuration parameters and continuously assign themselves addresses in the `169.254.x.x` range. Meanwhile, devices on VLAN 10 connected to the same switch successfully acquire leases from the centralized DHCP server at `10.10.10.50`. The technician inspects the router subinterface configuration:

text
interface GigabitEthernet0/0/1.50
encapsulation dot1Q 50
ip address 192.168.50.1 255.255.255.0

Which of the following configuration changes on the router interface will resolve the connectivity issue for VLAN 50 hosts?

Cevabı ve açıklamayı göster

Cevap: Add the `ip helper-address 10.10.10.50` command under the `GigabitEthernet0/0/1.50` interface.

Cevap

Add the ip helper-address 10.10.10.50 command under the GigabitEthernet0/0/1.50 subinterface configuration.
DHCP client discovery messages are Layer 2 broadcasts that cannot cross router boundaries by default. Adding the `ip helper-address 10.10.10.50` command to the subinterface enables the router to act as a DHCP relay agent, forwarding local DHCP requests to the centralized server on another subnet.

Adım Adım Çözüm

1
Analyze client IP symptoms
Clients receive 169.254.x.x (APIPA) addresses, confirming that DHCP broadcast requests are not receiving replies.
When a DHCP client fails to obtain an IP lease via DORA, standard operating systems self-assign an Automatic Private IP Addressing address.
2
Evaluate network topology and broadcast boundaries
The DHCP server resides on subnet 10.10.10.0/24, whereas clients are on subnet 192.168.50.0/24 across a Layer 3 router interface.
Routers drop Layer 2 broadcast frames (such as DHCPDISCOVER) by default, preventing DHCP requests from crossing subnets.
3
Identify the missing router configuration element
The router subinterface lacks an IP helper address directive to forward broadcast DHCP requests to the central DHCP server.
Configuring `ip helper-address 10.10.10.50` converts incoming client DHCP broadcasts into unicast UDP messages directed to the specified server.

Anahtar Kavram

DHCP Relay Agent and IP Helper Configuration
Soru 1047Soru

A remote employee launches a client-based SSL/TLS VPN software application to connect to the corporate network over an untrusted internet connection. In what chronological order do the steps occur to establish the VPN session and enable secure data transfer?

Öğeleri doğru sıraya koymak için sürükleyin

Cevabı ve açıklamayı göster

Cevap

The correct order of establishing a client-based SSL/TLS VPN session is: 1) Initial TLS handshake over TCP port 443, 2) User credential transmission and AAA authentication, 3) Virtual IP address assignment to the virtual adapter, 4) Host routing table modification, and 5) Encapsulation and transmission of user payload data.
Establishing a remote access SSL/TLS VPN session requires a secure transport channel before credential verification. Once authenticated, the gateway issues virtual network settings, enabling the local host to update its routing table and subsequently begin encapsulating data payloads.

Adım Adım Çözüm

1
Establish control channel encryption
TLS session formed over port 443
Prevents credential sniffing on untrusted networks prior to authentication.
2
Authenticate user identity
RADIUS/AAA verifies user authorization
Ensures only authorized users are granted entry into internal resources.
3
Provision virtual adapter
Virtual NIC receives IP address and DNS servers
Allows the remote host to act as a local node on the corporate subnet.
4
Update host routing rules
Traffic destined for target subnets is directed to the virtual adapter
Determines whether split-tunneling or full-tunneling directs data into the VPN tunnel.
5
Encapsulate user data
Encrypted payload transmitted across internet
Protects confidentiality and integrity of network applications during active session.

Anahtar Kavram

Client-Based SSL/TLS Remote Access VPN Session Lifecycle
Tahmini Süre:1m 30s
Soru 1048Soru

Match each remote access protocol or security component with its primary technical characteristic.

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

Öğeler

IPsec ESP (Encapsulating Security Payload)
Clientless SSL/TLS VPN
GRE (Generic Routing Encapsulation)
RADIUS

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

IPsec ESP matches with encrypting packet payload data for confidentiality; Clientless SSL/TLS VPN matches with browser access over TCP port 443; GRE matches with unencrypted multi-protocol tunnel encapsulation; and RADIUS matches with central AAA management over UDP ports 1812/1813.
Each item correctly matches its defining operational feature: IPsec ESP encrypts payload data; Clientless SSL/TLS VPN provides web access via TCP port 443 without client software; GRE provides unencrypted tunneling; and RADIUS manages central AAA authentication using UDP ports 1812 and 1813.

Adım Adım Çözüm

1
Analyze the primary function of IPsec ESP.
IPsec ESP provides payload confidentiality and integrity through encryption.
ESP is the main protocol in the IPsec suite dedicated to data encryption.
2
Analyze the requirements for Clientless SSL/TLS VPN.
It operates directly inside standard web browsers via HTTPS (TCP port 443) without endpoint client software.
Clientless SSL/TLS leverages native browser TLS support for web application access.
3
Examine the capabilities of GRE.
GRE establishes point-to-point IP tunnels for diverse protocols but provides no encryption.
GRE is designed strictly for protocol encapsulation, not data security.
4
Identify the operational role of RADIUS.
RADIUS centralizes authentication, authorization, and accounting over UDP ports 1812 and 1813.
RADIUS is a standard AAA protocol used in network access authentication.

Anahtar Kavram

Remote access protocols and security mechanisms
Soru 1049Soru

A security administrator needs to detect malicious process injections and file modifications on an internal application server that processes encrypted HTTPS traffic. The solution must inspect activity post-decryption without introducing network transmission latency or requiring payload decryption keys on network taps. Which detection system and deployment strategy best meets these requirements?

Cevabı ve açıklamayı göster

Cevap: Host-based Intrusion Detection System (HIDS) installed directly on the application server operating system

Cevap

Host-based Intrusion Detection System (HIDS) installed directly on the application server operating system
The Host-based Intrusion Detection System (HIDS) option is correct because HIDS agents run locally on the target operating system. This provides full visibility into system calls, process memory, local file modifications, and decrypted application payloads without altering or adding latency to network packet routing.

Adım Adım Çözüm

1
Analyze the operational constraints and inspection requirements
The requirements demand inspecting activity after TLS decryption, monitoring system processes/files, and introducing zero network latency.
Network-based systems inspecting wire traffic cannot view encrypted TLS payloads without out-of-band decryption architectures.
2
Evaluate host-based versus network-based security controls
Host-based Intrusion Detection Systems (HIDS) reside on the endpoint OS and have direct visibility into unencrypted data, local process execution, and system files.
Because HIDS runs on the host itself, packet transmission across network interfaces is unaffected, avoiding network latency.

Anahtar Kavram

HIDS vs NIDS/NIPS Deployment & Visibility Scope
Tahmini Süre:1m 15s
Soru 1050Soru

A network facility manager is reviewing physical security and environmental protection measures for a remote server room. Match each physical security control or environmental measure on the left with its primary operational purpose on the right.

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

Öğeler

Faraday Cage
Mantrap
Clean-Agent Fire Suppression System
HVAC Humidity Controller

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Faraday Cage matches with blocking electromagnetic interference; Mantrap matches with preventing tailgating via interlocking doors; Clean-Agent Fire Suppression matches with extinguishing fires without residue; HVAC Humidity Controller matches with managing moisture to prevent ESD and condensation.
Each physical security control or environmental measure is paired with its specific protection mechanism: Faraday cages provide RF/EMI isolation, mantraps mitigate physical tailgating via dual-door interlocks, clean-agent suppression safely puts out fires without water damage, and HVAC humidity regulation prevents electrostatic discharge and moisture condensation.

Adım Adım Çözüm

1
Identify the primary protective function of shielded enclosures.
Recognize that a Faraday cage blocks electromagnetic signals and prevents wireless interception or interference.
Electromagnetic shielding isolates network hardware from external radio frequencies and signal leakage.
2
Analyze physical entry barrier controls.
Identify that a mantrap utilizes a dual-door interlocking system to control individual access.
Interlocking doors force sequential authentication to eliminate piggybacking or tailgating.
3
Evaluate specialized data center fire protection solutions.
Determine that clean-agent fire suppression uses non-conductive gas rather than water or dry chemicals.
Gaseous suppressants extinguish fire safely around active electrical components without shorting equipment or leaving corrosive residue.
4
Examine environmental controls for humidity management.
Connect HVAC humidity regulation to static electricity and moisture control.
Maintaining proper humidity levels avoids low-humidity ESD risks and high-humidity condensation risks.

Anahtar Kavram

Physical Security Controls and Environmental Measures
Tahmini Süre:1m 30s
Soru 1051Soru

A network administrator is configuring secure access for a newly installed network switch. The administrator needs to ensure that all web-based administrative traffic between the management workstation and the switch is encrypted to protect sensitive credentials from eavesdropping. Which protocol should be enabled on the switch to meet this requirement?

Cevabı ve açıklamayı göster

Cevap: HTTPS

Cevap

HTTPS should be enabled on the network switch because it secures web-based administrative sessions using cryptographic encryption.
HTTPS uses Transport Layer Security (TLS) to encrypt all communications between the browser and the switch management interface, preventing unauthenticated network users from viewing or altering management traffic.

Adım Adım Çözüm

1
Identify the management interface requirement
The scenario requires an encrypted web-based administrative management channel.
Cleartext management protocols expose passwords and switch configurations to unauthorized interception.
2
Evaluate candidate protocols against security baseline controls
HTTPS encrypts web traffic using TLS/SSL, whereas HTTP, Telnet, and SNMPv1 communicate in plaintext or lack administrative web encryption.
Enabling HTTPS hardens the network device management plane by mitigating credential sniffing.

Anahtar Kavram

Secure Web Management via HTTPS
Tahmini Süre:45s
Soru 1052Soru

A network engineer is investigating complaints of erratic video feed freezing during executive webcasts between two branch offices. Telemetry logs indicate a stable average round-trip time (RTT) of 18 ms18\text{ ms}, but the variation in inter-packet arrival delay fluctuates sharply between 4 ms4\text{ ms} and 165 ms165\text{ ms}. Additionally, company policy dictates that device telemetry collection via remote polling must encrypt all payload data over the wire using authenticated credentials. Which performance metric is degrading video quality, and which monitoring configuration satisfies the security policy?

Cevabı ve açıklamayı göster

Cevap: Metric: Jitter; Configuration: SNMPv3 configured with the authPriv security level using SHA authentication and AES payload encryption.

Cevap

The degraded quality is caused by high jitter, and the required monitoring configuration is SNMPv3 set to the authPriv security level.
Jitter is the variance in packet arrival latency, which adversely impacts real-time UDP streams like interactive video. SNMPv3 utilizing the authPriv security level fulfills the requirement for both packet authentication and payload encryption via cryptographic standards such as AES.

Adım Adım Çözüm

1
Analyze the observed network metric symptom.
Identified high fluctuation in packet arrival times (4 ms4\text{ ms} to 165 ms165\text{ ms}) despite stable average latency (18 ms18\text{ ms}).
Variation in inter-packet arrival delay is the precise definition of jitter, which severely affects real-time stream buffering.
2
Evaluate SNMP version and security level requirements.
Selected SNMPv3 with the authPriv security level.
The corporate policy requires both user authentication and payload encryption. SNMPv3 authPriv uses HMAC-SHA/MD5 for authentication and AES/DES for payload privacy.

Anahtar Kavram

Network Jitter and SNMPv3 Security Levels
Soru 1053Soru

A network engineering team is designing a resilient out-of-band (OOB) infrastructure for a remote edge data center. The goal is to ensure that administrators can perform direct console configuration and hard power cycles on core infrastructure even during a total failure of the site's primary WAN router and internal LAN routing. Which TWO of the following solutions must be deployed to fulfill these specific out-of-band recovery requirements?

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: A terminal server connected to device console ports and paired with an external cellular modem; Switched Power Distribution Units (PDUs) reachable via an independent out-of-band management network link

Cevap

The correct requirements to deploy are a terminal server paired with a cellular modem for serial CLI connectivity, and switched PDUs connected via an isolated out-of-band network link for power management.
Out-of-band management provides alternative administrative pathways when production networks fail. Deploying a terminal server connected to device serial console ports via an alternative gateway (such as a cellular modem) ensures direct access to device command lines even if primary IP routing is down. Additionally, implementing switched Power Distribution Units (PDUs) on an out-of-band segment allows engineers to perform hard power resets on frozen equipment remotely.

Adım Adım Çözüm

1
Analyze out-of-band remote management requirements
True out-of-band access must function completely independently of primary WAN links, internal LAN switches, and normal IP routing.
When a network experiences kernel panics, bad configuration pushes, or primary link outages, in-band management traffic cannot reach the devices.
2
Evaluate command-line interface (CLI) accessibility options
Selecting a terminal server with cellular modem capability guarantees access.
Terminal servers bridge cellular calls/IP connections directly to physical RS-232 serial console ports on target devices.
3
Evaluate hard power cycle management options
Selecting switched PDUs over an isolated out-of-band connection fulfills power cycling requirements.
Managed PDUs allow remote outlet-level power toggling without relying on the target device's operating system.

Anahtar Kavram

Out-of-band (OOB) architecture requires physically separate access paths (cellular modems, terminal servers, serial console cables) and independent power management (switched PDUs) that operate entirely detached from in-band IP production networks.
Soru 1054Soru

Match each remote access and out-of-band management technology on the left with its primary administrative function on the right.

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

Öğeler

SSH (Secure Shell)
Cellular OOB Modem
Smart PDU
IP-KVM

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

SSH matches with providing encrypted command-line management over an operational IP network; Cellular OOB Modem matches with providing alternative console access during primary link failure; Smart PDU matches with allowing remote power cycling of unresponsive outlets; IP-KVM matches with providing hardware-level graphical interface and BIOS access independent of host OS.
Each management solution aligns directly with a specific operational role: SSH handles encrypted in-band command-line administration, cellular out-of-band modems maintain emergency administrative access when network links fail, Smart PDUs enable remote outlet power cycling, and IP-KVM provides remote BIOS and graphical user interface access independent of the host operating system.

Adım Adım Çözüm

1
Identify in-band encrypted CLI management
SSH provides encrypted shell sessions across standard IP network infrastructure.
SSH is the standard protocol for secure in-band command line access.
2
Identify redundant console reachability method
A cellular out-of-band (OOB) modem bypasses primary ISP and network connections to reach serial consoles directly.
Out-of-band management requires an alternate path independent of the primary data network.
3
Identify remote power control hardware
Smart PDUs manage electrical distribution and allow individual outlet power resets remotely.
When a network appliance freezes completely, cycling power via a Smart PDU is often required.
4
Identify remote hardware display and input management
IP-KVM appliances capture monitor output and input signals at the motherboard level.
IP-KVM functions even when the host operating system is corrupted or turned off.

Anahtar Kavram

Remote Access and Out-of-Band Management Tools
Soru 1055Soru

A network operations team needs to verify that log files sent from edge firewalls to a central monitoring server are not altered or tampered with during transmission. Which core security principle is the team primarily enforcing, and which technical mechanism achieves this goal?

Cevabı ve açıklamayı göster

Cevap: Integrity, by using SHA-256 cryptographic hashing to verify file consistency.

Cevap

Integrity, by using SHA-256 cryptographic hashing to verify file consistency.
Integrity is the security principle that ensures data remains accurate and unaltered during transit or storage. Cryptographic hashing algorithms generate a fixed digest of the file; comparing the hash values before and after transmission conclusively proves whether the data was altered.

Adım Adım Çözüm

1
Identify the core security requirement described in the scenario.
The requirement is to detect whether log files have been altered or tampered with during transport.
Preventing or detecting unauthorized data modification directly falls under the Integrity pillar of the CIA triad.
2
Select the appropriate technical mechanism for verifying data integrity.
Cryptographic hashing algorithms like SHA-256 produce a unique mathematical digest of the file contents.
If any portion of the transmission is modified, recalculating the SHA-256 hash at the destination yields a mismatch, indicating tampering.

Anahtar Kavram

Integrity in the CIA Triad
Soru 1056Soru

During a routine automated security audit, a network engineer discovers that a custom Access Control List (ACL) rule was manually added directly to a perimeter firewall during an unrecorded late-night troubleshooting session. The rule remains active in production and bypasses the organization's documented security baseline. According to standard change management best practices, which of the following actions should the engineer take first?

Cevabı ve açıklamayı göster

Cevap: Document the current running configuration, assess operational impact, and submit an emergency Request for Change (RFC) for review.

Cevap

Document the current running configuration, assess operational impact, and submit an emergency Request for Change (RFC) for review.
When configuration drift (an unapproved manual change) is discovered in production, the correct procedure is to document the active state, analyze business/security impact, and immediately initiate an emergency Request for Change (RFC). This allows the Change Advisory Board (CAB) or emergency change authority to properly authorize either a controlled rollback plan or a permanent baseline modification.

Adım Adım Çözüm

1
Identify configuration drift and preserve facts
The unauthorized firewall ACL modification is documented along with its current active state.
Before altering production environments, administrators must fully understand what changes exist and what services might be affected.
2
Initiate emergency change management governance
An emergency RFC is prepared and submitted for formal risk review.
Out-of-band or unrecorded modifications must be processed through emergency change protocols to evaluate security risks and plan a controlled rollback or formal approval.

Anahtar Kavram

Configuration Drift Remediation and Emergency RFC Processing
Soru 1057Soru

A network security architect is defining wireless encryption and key negotiation baselines across multiple enterprise operating environments. Match each wireless security mode on the left with its corresponding mandatory cipher suite, authentication framework, and integrity mechanism on the right.

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

Öğeler

WPA3-Enterprise 192-bit Mode (CNSA Suite)
WPA3-Personal
WPA2-Enterprise
WPA2-Personal (Legacy TKIP Mode)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

WPA3-Enterprise 192-bit Mode matches GCMP-256 with HMAC-SHA384 and ECDH P-384. WPA3-Personal matches AES-CCMP-128 with the Dragonfly handshake (SAE). WPA2-Enterprise matches AES-CCMP-128 with 802.1X/EAP RADIUS authentication. WPA2-Personal (Legacy TKIP Mode) matches the RC4 stream cipher with TKIP and Michael MIC.
Each wireless security standard relies on distinct encryption ciphers, integrity algorithms, and key exchange/authentication frameworks. WPA3-Enterprise 192-bit mode mandates the CNSA suite (GCMP-256, HMAC-SHA384, ECDH P-384). WPA3-Personal uses Dragonfly (SAE) with AES-CCMP-128. WPA2-Enterprise leverages 802.1X/EAP with AES-CCMP-128, and legacy WPA2-TKIP uses RC4 with Michael MIC.

Adım Adım Çözüm

1
Identify high-security government/enterprise WPA3 192-bit requirements
Associated WPA3-Enterprise 192-bit Mode with the CNSA suite: GCMP-256, HMAC-SHA384, and ECDH P-384 key exchange.
Top-tier enterprise environments require 192-bit security suite primitives for top-secret data classification.
2
Analyze WPA3-Personal key negotiation mechanism
Matched WPA3-Personal with Simultaneous Authentication of Equals (SAE) via the Dragonfly handshake and AES-CCMP-128.
SAE provides forward secrecy and protects against offline password guessing attacks.
3
Determine enterprise 802.1X authentication baseline for WPA2
Linked WPA2-Enterprise to port-based 802.1X/EAP RADIUS authentication paired with AES-CCMP-128 encryption.
Enterprise modes decouple authentication to an external RADIUS server rather than sharing a static passphrase.
4
Differentiate legacy fallback cipher suites
Matched WPA2-Personal Legacy TKIP mode to the RC4 stream cipher engine combined with the Michael Message Integrity Check.
TKIP was designed as an interim encapsulation wrapper around the legacy RC4 algorithm.

Anahtar Kavram

Wireless Security Standards and Encryption Protocols
Tahmini Süre:2m 0s
Soru 1058Soru

An infrastructure engineer is designing physical access controls for a high-security data center hall. The facility security policy mandates a mechanism that strictly prevents tailgating (piggybacking) during employee entry. Additionally, in the event of a total facility power outage, exterior access doors must default to a locked state to maintain perimeter security against intruders, while personnel remaining inside the room must be able to exit safely without active electrical power. Which combination of physical access controls best satisfies all specified operational and safety requirements?

Cevabı ve açıklamayı göster

Cevap: Deploy an access control vestibule (mantrap) equipped with fail-secure electronic locks on the exterior entry door and fail-safe mechanical crash bars on the interior exit pathway.

Cevap

Deploying an access control vestibule (mantrap) with fail-secure electronic locks on the exterior entry door and fail-safe mechanical crash bars on the interior exit pathway meets all security and emergency safety requirements.
An access control vestibule (mantrap) provides the physical interlocking control required to detect and eliminate tailgating. Using fail-secure locks on the outer entrance guarantees that loss of facility power will not unlock the door to outside intruders. Equipping the interior door exit with mechanical fail-safe hardware ensures personnel can escape during emergency power failures in compliance with safety standards.

Adım Adım Çözüm

1
Analyze anti-tailgating control requirements.
Identify that an access control vestibule (mantrap) with interlocking doors is required to physically restrict access to one individual at a time.
Single doors or open turnstiles allow unauthorized individuals to follow authorized personnel closely.
2
Determine power-failure lock behavior for perimeter security.
Select fail-secure locking hardware for exterior doors.
Fail-secure locks require continuous power to remain unlocked; upon loss of power, they default to a locked state, preventing exterior intruders from entering.
3
Determine egress mechanisms for life-safety compliance.
Select fail-safe mechanical crash bars or unlatching handles for internal egress.
Building and fire safety codes require that occupants inside a facility can exit unhindered without requiring active electrical power or specialized knowledge during an emergency.

Anahtar Kavram

Physical Access Control Mechanisms, Mantraps, and Fail-Safe vs. Fail-Secure Lock Operations
Tahmini Süre:2m 0s
Soru 1059Soru

A network administrator needs to implement a physical security control for a data center entrance that prevents unauthorized individuals from following authorized personnel through a doorway (tailgating) by using a specialized room with two interlocking doors. Which physical security control should the administrator deploy?

Cevabı ve açıklamayı göster

Cevap: A mantrap

Cevap

A mantrap
A mantrap (or airlock/access control vestibule) features a dual-door interlocking system designed specifically to prevent tailgating. The first door must shut and lock before the second door can be unlocked, restricting entry to one person at a time.

Adım Adım Çözüm

1
Analyze the physical access control requirement
The goal is to stop tailgating using an interlocking two-door physical structure.
Tailgating occurs when an unauthenticated person follows an authenticated person through a door.
2
Match the requirement to the appropriate physical security control
A mantrap (access control vestibule) uses interlocking doors to isolate entrants and ensure only one authorized person enters at a time.
The interlocking mechanism prevents both doors from being open simultaneously.

Anahtar Kavram

Physical Security Controls: Mantraps and Anti-Tailgating
Soru 1060Soru

A network technician is troubleshooting a client workstation that failed to obtain an IP address from the DHCP server and auto-configured an APIPA address. Arrange the standard troubleshooting methodology steps in the correct sequential order from first step to last step.

Öğeleri doğru sıraya koymak için sürükleyin

Cevabı ve açıklamayı göster

Cevap

The correct order follows the standard network troubleshooting methodology: 1) Identify the problem by gathering symptoms, 2) Establish a theory of probable cause, 3) Test the theory to confirm the cause, and 4) Establish a plan of action and implement the solution.
The correct sequence adheres strictly to the CompTIA troubleshooting framework: gathering symptoms and identifying the problem first, establishing a plausible theory of cause second, testing the theory third, and implementing the solution fourth.

Adım Adım Çözüm

1
Identify the problem symptoms
Discovered the workstation has a 169.254.x.x (APIPA) address.
Before diagnosing root causes, the technician must gather information and define the scope of the problem.
2
Formulate a theory of cause
Hypothesize that either the DHCP pool is full or DHCP relay requests are failing across the router boundary.
Developing a logical hypothesis narrows down potential failure points systematically.
3
Verify the theory
Inspect the router interface configuration and DHCP pool statistics.
Testing theories prevents unnecessary changes and pinpoints the exact cause of failure.
4
Execute the resolution plan
Configure the missing IP helper address on the gateway switch interface and execute `ipconfig /renew` on the client.
Implementing the fix restores network connectivity and verifies proper DHCP operation.

Anahtar Kavram

Standard Troubleshooting Methodology for DHCP and IP Addressing Failures
ÖncekiSayfa 53 / 112Sonraki
Tüm alıştırma soruları — CompTIA Network+ | Examkin