All practice questions

2237 questions

Question 101Question

A network administrator is designing a secure transport mechanism for automated database replication traffic sent between two geographically separated data centers over the public internet. The design must specifically ensure both the confidentiality of the database records and the integrity of the data while in transit. Which TWO of the following technical controls should the administrator implement to satisfy these core security objectives?

Select all that apply

Show answer & explanation

Answer: IPsec Encapsulating Security Payload (ESP) operating in tunnel mode to encrypt the network payload; Hash-based Message Authentication Code (HMAC) validation on each transmitted data packet

Answer

The administrator should implement IPsec Encapsulating Security Payload (ESP) in tunnel mode for payload encryption (confidentiality) and Hash-based Message Authentication Codes (HMAC) for packet-level tampering detection (integrity).
IPsec Encapsulating Security Payload (ESP) encrypts packet contents to guarantee confidentiality across untrusted networks, while Hash-based Message Authentication Codes (HMAC) supply cryptographic checksums to detect data alteration during transmission, securing integrity.

Step-by-Step Solution

1
Identify the CIA triad security requirements specified in the scenario
The requirements are data confidentiality (preventing unauthorized reading) and data integrity (preventing unauthorized alteration) for data in transit.
Security controls must match the specific threat vector and required pillar of the CIA triad.
2
Evaluate candidate controls for confidentiality in transit
IPsec ESP provides symmetric encryption of packet payloads across untrusted networks like the internet.
Encryption transforms plaintext data into ciphertext, preserving confidentiality.
3
Evaluate candidate controls for integrity in transit
HMAC generates a cryptographic checksum coupled with a secret key to detect modification or corruption.
Any alteration to the payload during transit will result in a mismatched hash value at the receiving end.

Key Concept

Mapping Security Mechanisms to CIA Triad Pillars (Confidentiality & Integrity)
Question 102Question

A network administrator configures a clientless SSL/TLS VPN on the corporate gateway to allow remote contractors access to internal management applications. The contractors can successfully authenticate and access internal web portals using their web browsers. However, they report being unable to connect to internal servers using native SSH desktop applications. Which of the following best explains why native SSH sessions fail in this deployment?

Show answer & explanation

Answer: Clientless SSL/TLS VPNs operate at the Application layer via a web browser and do not provide network-layer IP encapsulation or routing for standalone desktop applications.

Answer

Clientless SSL/TLS VPNs operate at the Application layer via a web browser and do not provide network-layer IP encapsulation or routing for standalone desktop applications.
A clientless SSL/TLS VPN relies on a standard web browser to provide remote access to web-based services (HTTP/HTTPS) operating at the Application layer. Because no virtual network adapter or client software is installed on the user host, network-layer (Layer 3) IP routing and packet encapsulation are not established. Consequently, standalone client applications such as native SSH, RDP, or FTP clients cannot send traffic through the tunnel.

Step-by-Step Solution

1
Analyze the VPN architecture type described in the scenario.
The scenario specifies a clientless SSL/TLS VPN accessed through a web browser.
Clientless VPNs rely on standard web browsers operating at the Application layer (Layer 7) without requiring client software installation.
2
Evaluate the capabilities and limitations of clientless SSL/TLS VPNs regarding non-web traffic.
Clientless SSL VPNs proxy web applications (HTTP/HTTPS) presented inside the browser interface, but do not create a virtual network interface card (NIC) to route system-wide Layer 3/4 traffic.
Standalone desktop applications like native SSH clients require Layer 3 network tunneling (such as client-based SSL VPNs or IPsec) to route traffic through the gateway.
3
Identify the correct reason for the SSH connection failure.
Native SSH client applications cannot transmit packets through the browser-bound clientless tunnel.
Full IP encapsulation is required for desktop client software, which is absent in a clientless SSL deployment.

Key Concept

Clientless SSL/TLS VPN vs. Client-based VPN Architecture
Question 103Question

A network security administrator is organizing the organization's access control architecture. Match each authentication protocol or framework to its correct operational characteristic and transport mechanism.

Click a left item, then click its matching right item

Items

RADIUS
TACACS+
IEEE 802.1X
Kerberos

Matches

Show answer & explanation

Answer

RADIUS matches with partial packet encryption over UDP 1812/1813; TACACS+ matches with full payload encryption over TCP 49; IEEE 802.1X matches with the port-based EAP encapsulation framework; Kerberos matches with KDC and Ticket-Granting Ticket issuance over port 88.
Each protocol correctly aligns with its architectural design: RADIUS provides combined authentication/authorization with UDP transport (1812/1813) encrypting passwords; TACACS+ separates AAA services using TCP 49 with full payload encryption; 802.1X serves as the Layer 2 EAP port-based access framework; and Kerberos relies on a KDC for TGT issuance over port 88.

Step-by-Step Solution

1
Analyze transport protocols and encryption scope for remote user vs. device access protocols.
RADIUS uses UDP ports 1812/1813 and encrypts only the password, whereas TACACS+ uses TCP port 49 and encrypts the entire payload.
RADIUS was designed for broad client network access and user dial-in/VPN connection tracking, while TACACS+ was designed for granular network infrastructure management.
2
Evaluate port-based access control and local ticket-based network authentication protocols.
IEEE 802.1X defines port control using EAP encapsulation, while Kerberos provides ticket-granting ticket authentication via a Key Distribution Center.
802.1X prevents unauthenticated devices from connecting to physical switch ports or wireless access points, while Kerberos manages identity access tickets across domain resources.

Key Concept

Centralized AAA Frameworks, Port-Based Network Access Control, and Protocol Characteristics
Question 104Question

A network technician is configuring a centralized authentication protocol for remote access VPN clients. Which protocol encrypts only the password within the packet payload and operates over UDP?

Show answer & explanation

Answer: RADIUS

Answer

RADIUS (Remote Authentication Dial-In User Service) is the protocol that encrypts only the password field and relies on UDP.
RADIUS (Remote Authentication Dial-In User Service) combines authentication and authorization into a single service, uses UDP for transport (ports 1812 and 1813), and encrypts only the user password within the packet payload.

Step-by-Step Solution

1
Identify the transport protocol requirement
The question specifies UDP as the transport protocol, ruling out protocols using TCP.
RADIUS utilizes UDP (ports 1812/1813), whereas TACACS+ utilizes TCP (port 49).
2
Evaluate payload encryption behavior
RADIUS encrypts only the password in the Access-Request packet payload, leaving the remainder of the header unencrypted.
TACACS+ encrypts the entire payload body, distinguishing it from RADIUS.

Key Concept

RADIUS vs TACACS+ Protocol Differences
Question 105Question

Match each authentication protocol or security standard to its core operational characteristic.

Click a left item, then click its matching right item

Items

RADIUS
TACACS+
Kerberos
802.1X

Matches

Show answer & explanation

Answer

RADIUS matches with combining authentication and authorization while encrypting only passwords over UDP; TACACS+ matches with separating AAA services and encrypting the full payload over TCP port 49; Kerberos matches with using ticket-granting tokens for mutual authentication; 802.1X matches with providing port-based network access control.
Each term is correctly matched according to its underlying transport protocol, encryption scope, AAA architecture, or access control mechanism.

Step-by-Step Solution

1
Identify the protocol that combines authentication/authorization and encrypts passwords over UDP.
RADIUS matches this operational profile.
RADIUS uses UDP ports 1812/1813 and obscures only the password payload.
2
Identify the protocol that separates all AAA pillars and encrypts the full payload over TCP port 49.
TACACS+ matches this operational profile.
TACACS+ operates over TCP port 49 and encrypts the entire packet body following the header.
3
Identify the authentication system based on tickets and mutual authentication.
Kerberos matches this operational profile.
Kerberos uses Ticket Granting Services to authenticate clients without transmitting passwords over the network.
4
Identify the standard responsible for port-based network authentication.
802.1X matches this operational profile.
802.1X blocks unauthorized network traffic at Layer 2 until credentials are confirmed by an authentication server.

Key Concept

AAA Framework and Authentication Methods
Question 106Question

Match each network logging protocol, tool, or severity level on the left to its corresponding primary operational function or security characteristic on the right.

Click a left item, then click its matching right item

Items

Syslog Severity Level 0 (Emergency)
SNMPv3 authPriv
NetFlow / IPFIX
SIEM (Security Information and Event Management)

Matches

Show answer & explanation

Answer

Syslog Severity Level 0 (Emergency) matches 'Indicates an unstable system state or critical panic requiring immediate attention'. SNMPv3 authPriv matches 'Provides HMAC-based authentication along with payload encryption (AES/DES) for management messages'. NetFlow / IPFIX matches 'Exports traffic statistics and flow records to analyze bandwidth usage and communication paths'. SIEM matches 'Aggregates, correlates, and analyzes log data across disparate network endpoints for real-time threat detection'.
Each logging term correctly pairs with its operational capability: Syslog Level 0 represents the highest emergency severity level; SNMPv3 authPriv ensures both authentication and encryption; NetFlow tracks IP network traffic statistics; and SIEM aggregates event logs across systems for security auditing.

Step-by-Step Solution

1
Identify the standard definitions of Syslog severity codes.
Level 0 is defined as Emergency (system unusable).
Syslog levels range from 0 (Emergency) to 7 (Debug).
2
Differentiate between SNMPv3 security levels.
authPriv adds privacy (encryption) to message authentication.
noAuthNoPriv offers no security, authNoPriv authenticates without encryption, and authPriv supplies both.
3
Distinguish flow statistics from event logging.
NetFlow and IPFIX report flow statistics (IPs, ports, byte count) rather than discrete text logs.
NetFlow analyzes traffic telemetry rather than system event logs.
4
Identify the centralized log aggregation and auditing platform.
SIEM platforms correlate logs from various network devices to highlight security incidents.
SIEM serves as the centralized repository and analysis engine for enterprise auditing.

Key Concept

Network Logging Mechanisms and Security Auditing Tools
Question 107Question

Match each network logging and auditing protocol or concept on the left with its corresponding primary characteristic or function on the right.

Click a left item, then click its matching right item

Items

Default Syslog Transport
SNMPv3 authPriv
NetFlow Auditing
Syslog Severity Level 0

Matches

Show answer & explanation

Answer

Default Syslog Transport matches sending messages over UDP port 514; SNMPv3 authPriv matches providing authentication and encryption; NetFlow Auditing matches collecting traffic flow statistics; Syslog Severity Level 0 matches emergency conditions where the system is unusable.
Each logging and monitoring concept correctly maps to its foundational standard: Default Syslog uses UDP 514; SNMPv3 authPriv combines authentication with encryption; NetFlow tracks IP traffic session metrics; and Syslog severity 0 corresponds to emergency conditions.

Step-by-Step Solution

1
Identify the standard transport mechanism for basic Syslog logging.
Syslog operates by default using unacknowledged UDP over port 514.
This establishes standard baseline event logging behavior on enterprise network infrastructure.
2
Determine the highest security model capabilities of SNMPv3.
The authPriv mode adds payload privacy (encryption) on top of user authentication.
Security mandates require understanding how authPriv differs from noAuthNoPriv and authNoPriv.
3
Distinguish network flow telemetry from event message logging.
NetFlow analyzes traffic headers to report traffic volumes and conversation statistics rather than log events.
Flow data provides audit visibility into network utilization and conversation endpoints.
4
Recall standard Syslog severity codes (0 through 7).
Level 0 is defined as Emergency (system unusable).
Log auditing relies on prioritizing event severity correctly during triage.

Key Concept

Core Network Logging and Auditing Protocols
Question 108Question

A network administrator needs to apply a firmware update to several enterprise network switches following standard operational procedures. In which sequential order should the administrator perform the steps of the patch management lifecycle?

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct sequence for the patch management lifecycle is: 1) Identify and download the patch from the official vendor portal, 2) Validate and test the patch in an isolated lab environment, 3) Submit a formal change request and obtain maintenance window authorization, 4) Deploy the patch to production network devices during the approved window, and 5) Perform post-deployment auditing and monitor system logs for anomalies.
The correct order follows the established patch management process: Acquisition -> Lab Testing -> Change Management Approval -> Production Deployment -> Post-deployment Audit.

Step-by-Step Solution

1
Identify patch availability and download official firmware.
Verified patch binary is obtained securely.
The patch lifecycle must begin by sourcing legitimate software directly from the manufacturer.
2
Perform lab testing in an isolated environment.
Firmware stability and feature compatibility are confirmed without risk to live operations.
Staging and testing prevent buggy updates from causing unexpected outages in production.
3
Initiate the change management approval process.
The maintenance window is authorized and stakeholders are notified.
Proper change control ensures operational visibility and aligns updates with organizational policies.
4
Execute the firmware installation on production hardware.
Switches are updated to the target software release.
Deployment must occur during the designated maintenance window to minimize business impact.
5
Conduct post-deployment auditing and log review.
Confirmation of normal network performance and absence of system errors.
Final auditing verifies that the patch resolved the intended issue without introducing new problems.

Key Concept

Patch Management Lifecycle
Question 109Question

A network administrator implements cryptographic hashing algorithms to verify that transmitted configuration files are not altered or tampered with during transit. Which core pillar of the CIA triad is the administrator primarily protecting?

Show answer & explanation

Answer: Integrity

Answer

Integrity
Integrity ensures that information is protected against unauthorized modification, tampering, or corruption. Using cryptographic hashes to verify that files arrive unaltered directly fulfills the integrity requirement of the CIA triad.

Step-by-Step Solution

1
Analyze the technical control described in the scenario.
The control uses cryptographic hashing to detect whether configuration files have been altered or modified in transit.
Hashing produces a unique checksum value that changes if any bit of data is altered.
2
Map the control's objective to the pillars of the CIA triad.
Preventing unauthorized alteration and guaranteeing data trustworthiness directly maps to Integrity.
Integrity focuses on guarding against improper data modification or destruction.

Key Concept

Data Integrity and Cryptographic Hashing
Question 110Question

An enterprise organization is updating its security architecture to protect internal application servers. The solution must achieve two primary objectives: first, detect zero-day exploit attempts against server kernel processes that receive encrypted transport payloads; second, monitor network-wide bandwidth and protocol utilization patterns without introducing packet delivery latency or creating a single point of failure on the network link. Which of the following deployment choices will meet these requirements? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Deploy Host-based Intrusion Prevention Systems (HIPS) using anomaly-based detection on the application servers.; Deploy a Network-based Intrusion Detection System (NIDS) connected out-of-band via a hardware network TAP.

Answer

The organization should deploy Host-based Intrusion Prevention Systems (HIPS) with anomaly-based detection on the application servers and deploy a Network-based Intrusion Detection System (NIDS) connected out-of-band via a hardware network TAP.
Deploying HIPS with anomaly detection directly on the servers allows inspection of unencrypted host operations and system calls, permitting active blockage of novel zero-day exploits. Deploying NIDS out-of-band via a hardware TAP delivers full network visibility for monitoring traffic trends without placing any processing delay on the inline path.

Step-by-Step Solution

1
Analyze the host security requirement for encrypted payloads and zero-day threat prevention.
Network-based devices cannot inspect encrypted payloads without TLS termination, whereas host-based systems (HIPS) inspect data after decryption. Anomaly-based detection is required because signature-based detection cannot identify zero-day attacks.
Host-based prevention operates at the system call/process level, allowing it to actively block behavior anomalies on the server itself.
2
Analyze the network monitoring requirement for zero latency and high availability.
Inline deployments (such as NIPS) introduce processing delay and risk becoming a single point of failure. Out-of-band deployments using hardware TAPs or SPAN ports eliminate latency.
NIDS connected to a hardware TAP passively analyzes copied traffic without impacting inline link latency or network availability.

Key Concept

HIDS/HIPS vs NIDS/NIPS Placement and Detection Logic
Question 111Question

A network technician needs to upgrade the firmware on a campus access switch following standard IT service management practices. In what chronological order should the technician execute the steps of the change management lifecycle from first to last?

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct sequence starts with submitting the RFC, followed by securing CAB approval, deploying the update during the maintenance window, and concluding with a post-implementation review.
Standard change management follows a strict lifecycle: initiating an RFC with impact and rollback details, obtaining formal CAB authorization, implementing the change within an approved maintenance window, and concluding with a post-implementation review to verify success and document the updated baseline.

Step-by-Step Solution

1
Identify the initial administrative step required prior to review.
The RFC must be drafted and submitted first with risk assessments and rollback plans.
Governance frameworks require documented justification and safety plans before evaluating proposed modifications.
2
Determine the governing authorization step.
The CAB reviews the submitted RFC and grants authorization.
Stakeholders must evaluate potential operational impacts before scheduling the change.
3
Identify the execution phase.
The technician installs the firmware during the scheduled maintenance window.
Authorized changes are performed during pre-approved windows to avoid disrupting production traffic.
4
Identify the final closeout phase.
Perform a post-implementation review (PIR) and update documentation.
Final validation ensures objectives were met and administrative records remain accurate.

Key Concept

Standard Change Management Lifecycle
Question 112Question

A network administrator is preparing to perform a routine firmware update on enterprise network switches during a scheduled maintenance window. Which TWO of the following tasks should be completed prior to deploying the patch to the production environment? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Test the firmware update in an isolated lab or staging environment.; Create a baseline backup of the current operating system image and configuration file.

Answer

The administrator should test the firmware update in an isolated lab environment and create a baseline backup of the current configuration and operating system image prior to production deployment.
Before deploying patches to production, administrators must test updates in a lab or staging environment to identify potential operational issues and back up active configurations and system software to allow for rapid rollback if failure occurs.

Step-by-Step Solution

1
Identify risk mitigation steps prior to software deployment.
Staging in a lab environment verifies patch stability, and creating a configuration backup provides a rollback mechanism.
Best practices in patch management require pre-deployment testing and rollback preparation before applying changes to production equipment.

Key Concept

Best practices for network patch management and maintenance window planning.
Estimated Time:45s
Question 113Question

During a scheduled maintenance window, a network engineer deploys a critical configuration update to an edge router to enable new BGP routing policies. Immediately following the change, internal monitoring alerts show severe packet loss across multiple subnets, and remote sites lose connectivity to the primary datacenter. The engineer suspects a misconfigured route map but realizes that testing during the window ran out of time. According to standard change management procedures, which of the following is the MOST appropriate immediate action for the engineer to take?

Show answer & explanation

Answer: Execute the documented rollback plan to restore the router to its pre-change configuration baseline.

Answer

The network engineer must immediately execute the documented rollback plan to return the edge router to its known good pre-change baseline.
Executing the pre-documented rollback plan is the mandatory action under change management frameworks when an update fails validation or causes an unplanned disruption. This action rapidly restores network services to a verified baseline state while preventing unapproved configuration drift.

Step-by-Step Solution

1
Assess the impact of the change implementation
Severe packet loss and site disconnects indicate severe network instability resulting directly from the BGP change.
When a change causes unintended downtime and cannot be immediately rectified within the approved maintenance window bounds, change control rules require stopping implementation.
2
Evaluate remediation options against change control governance
Troubleshooting live in production risks prolonged downtime and unapproved drift, whereas executing the rollback plan returns services to operational status safely.
Rollback procedures are specifically designed and approved by the Change Advisory Board (CAB) prior to execution to handle implementation failures.
3
Execute the rollback procedure and perform post-incident review
The network returns to the baseline configuration, allowing for root-cause analysis in a sandbox environment before re-submitting a new Request for Change (RFC).
Returning to a stable state prioritizes business continuity while respecting configuration management policies.

Key Concept

Change Management Rollback Execution & Baseline Preservation
Estimated Time:2m 0s
Question 114Question

A network administrator is upgrading device monitoring and logging protocols across the enterprise network to enforce strict encryption and data integrity standards during auditing. Which of the following configuration options fulfill these secure logging requirements? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Configure SNMPv3 with the authPriv security level.; Enable Syslog transmission over TCP port 6514 using TLS encryption.

Answer

Configuring SNMPv3 with the authPriv security level and enabling Syslog transmission over TCP port 6514 using TLS encryption.
Configuring SNMPv3 with the authPriv security level ensures both authentication and encryption of management traffic. Additionally, transmitting Syslog events over TCP port 6514 using TLS encryption satisfies secure log transport and integrity requirements.

Step-by-Step Solution

1
Identify secure SNMP protocol features.
SNMPv3 with authPriv supplies cryptographic authentication and encryption for telemetry.
SNMPv1 and SNMPv2c lack payload encryption and utilize clear-text community strings.
2
Identify secure Syslog transport and port specifications.
Syslog over TLS utilizes TCP port 6514 for secure and encrypted log transport.
Standard Syslog uses UDP 514, whereas secure encrypted Syslog operates over TCP 6514.

Key Concept

Secure Network Logging and SNMP Telemetry Protocols
Question 115Question

A network administrator deploys two Layer 3 switches (Switch-Alpha and Switch-Beta) using Hot Standby Router Protocol (HSRP) to provide default gateway redundancy for a server subnet (10.50.10.0/2410.50.10.0/24). Switch-Alpha is designated as the primary gateway with an HSRP priority of 120, while Switch-Beta is configured with the default priority of 100. Interface tracking is enabled on Switch-Alpha to decrement its priority by 30 if its uplink interface fails. During a simulated link failure on Switch-Alpha's uplink, its priority drops to 90, allowing Switch-Beta (priority 100) to assume the active gateway role. However, after the uplink link on Switch-Alpha is fully restored and its priority returns to 120, Switch-Beta remains the active gateway while Switch-Alpha stays in standby mode. Which of the following root causes best explains why Switch-Alpha failed to reclaim the active gateway role upon uplink restoration?

Show answer & explanation

Answer: Switch-Alpha was not configured with the HSRP preempt command.

Answer

Switch-Alpha was not configured with the HSRP preempt command.
In First Hop Redundancy Protocols such as HSRP, an active router that has assumed control will remain the active router even if another router on the segment comes online with a higher priority value. To force the higher-priority router (Switch-Alpha with priority 120) to reclaim the active role from Switch-Beta (priority 100) after link restoration, the `standby preempt` command must be explicitly configured on Switch-Alpha.

Step-by-Step Solution

1
Analyze HSRP priority behavior during uplink failure
Switch-Alpha's priority dropped from 120 to 90 (due to -30 decrement), which is lower than Switch-Beta's priority of 100. Switch-Beta legitimately took over the active role.
When a tracked object fails, the reduced priority allows a secondary router with higher current priority to take over active routing.
2
Analyze HSRP behavior upon link restoration
Switch-Alpha's priority recovered to 120, which is higher than Switch-Beta's priority of 100.
Restoring the tracked uplink interface cancels the priority decrement.
3
Identify the mechanism required for a higher-priority router to reclaim the active role
By default, HSRP does not allow a router with a higher priority to forcibly take over the active role from an currently active router unless preemption (`standby preempt`) is explicitly enabled on the higher-priority router.
Preemption allows a router with a higher priority to assume control as the active virtual router immediately upon becoming available.

Key Concept

FHRP Priority, Interface Tracking, and Preemption Mechanics
Question 116Question

A network security administrator is evaluating an automated log collection architecture. Network routers and switches are configured to transmit syslog messages to a centralized syslog server over an encrypted TLS connection. However, the syslog server writes the received log streams directly to a disk volume without generating message digests, cryptographic hashes, or digital signatures. During a post-incident investigation, security analysts discover that an attacker compromised local host credentials on the log server and modified historic log entries to erase evidence of lateral movement. Which security pillar of the CIA triad was directly compromised due to the lack of log hashing or cryptographic validation?

Show answer & explanation

Answer: Integrity, because the storage mechanism lacks controls to detect or prevent unauthorized modification of the log data.

Answer

Integrity, because the storage mechanism lacks controls to detect or prevent unauthorized modification of the log data.
The correct answer highlights Integrity because the core security gap stems from the storage repository failing to apply cryptographic hashing (such as SHA-256) or digital signatures to stored log files. Integrity ensures that data remains whole, accurate, and protected against unauthorized modification or tampering.

Step-by-Step Solution

1
Analyze the security controls active during transit and storage.
TLS protects syslog messages while in transit (Confidentiality and basic transit protection), but no cryptographic hashes or signatures are applied upon disk storage.
Identifying missing security controls pinpoints which phase of the data lifecycle is vulnerable.
2
Evaluate the nature of the security incident described in the scenario.
An attacker altered historical log entries to remove evidence of lateral movement.
Unauthorized alteration of data directly impacts the trustworthiness and authenticity of stored information.
3
Map the specific failure and control gap to the CIA Triad pillars.
The inability to verify data authenticity or detect tampering represents a failure of Integrity.
Integrity guarantees that data has not been modified, altered, or destroyed in an unauthorized manner.

Key Concept

CIA Triad: Integrity and Data Immutability Controls
Question 117Question

A network engineer is configuring an extended IPv4 Access Control List (ACL) on a stateless router interface filtering outbound traffic leaving a DMZ subnet (192.168.100.0/24192.168.100.0/24) toward an internal corporate LAN (10.0.0.0/810.0.0.0/8). DMZ web servers (192.168.100.10192.168.100.10192.168.100.20192.168.100.20) must respond to HTTPS client requests initiated from the internal LAN and send syslog telemetry to an internal monitoring server (10.2.2.50/3210.2.2.50/32) over UDP port 514. Which of the following ACL configuration entries are required on this interface to satisfy these requirements while accounting for stateless filtering mechanics? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: An entry permitting TCP traffic from source network 192.168.100.0/24 with source port 443 to destination network 10.0.0.0/8 on ports greater than 1023; An entry permitting UDP traffic from source network 192.168.100.0/24 to destination IP 10.2.2.50/32 with destination port 514

Answer

The required entries are the rule permitting TCP traffic from source network 192.168.100.0/24 with source port 443 back to destination network 10.0.0.0/8 on ports greater than 1023, and the rule permitting UDP traffic from source network 192.168.100.0/24 to destination host 10.2.2.50/32 on destination port 514.
In a stateless firewall or router extended ACL configuration, return traffic for established sessions is not tracked automatically. HTTPS uses TCP (port 443), so allowing response packets from DMZ servers back to client dynamic ports (> 1023) on the 10.0.0.0/8 network requires an explicit TCP permit entry. Additionally, syslog sends log data over UDP port 514, requiring a targeted UDP permit entry to the monitoring server at 10.2.2.50.

Step-by-Step Solution

1
Analyze the stateless nature of the router ACL filter
Unlike stateful firewalls, stateless extended ACLs evaluate packets individually and do not automatically allow return traffic for established sessions.
Because internal users initiate HTTPS connections to DMZ web servers, return traffic from DMZ servers back to clients must be explicitly permitted outbound from the DMZ interface.
2
Determine protocol and port parameters for HTTPS return traffic
HTTPS uses TCP. Return traffic originates from the DMZ server IP block (192.168.100.0/24192.168.100.0/24) on source port TCP 443 and targets internal client IP space (10.0.0.0/810.0.0.0/8) on dynamic/ephemeral destination ports (>1023> 1023).
Correctly matching transport layer protocols and directional port assignments is essential for valid stateless ACL filtering.
3
Determine protocol and port parameters for outbound syslog telemetry
Syslog uses UDP port 514. Outbound telemetry originates from DMZ hosts (192.168.100.0/24192.168.100.0/24) targeting the specific log server (10.2.2.50/3210.2.2.50/32) on destination port UDP 514.
Syslog is a connectionless service utilizing UDP port 514.

Key Concept

Stateless Access Control List (ACL) Traffic Directionality and Port Selection
Question 118Question

A network administrator is evaluating central authentication services for an enterprise network to support both remote access users and administrative switch management. Which of the following characteristics accurately describe operational differences between the RADIUS and TACACS+ protocols? (Select TWO).

Select all that apply

Show answer & explanation

Answer: RADIUS encrypts only the password field within packets, whereas TACACS+ encrypts the entire packet body after the header.; TACACS+ operates over TCP port 49, whereas standard RADIUS authentication traffic operates over UDP port 1812.

Answer

The correct statements indicate that RADIUS encrypts only the password field while TACACS+ encrypts the entire payload body, and that TACACS+ operates over TCP port 49 while standard RADIUS authentication uses UDP port 1812.
The correct options accurately identify protocol characteristics: RADIUS encrypts solely the password field using a shared secret and MD5 stream cipher, whereas TACACS+ encrypts the entire packet body following the header. Furthermore, TACACS+ uses TCP port 49 for connection-oriented transport, while RADIUS uses UDP port 1812 for authentication and UDP port 1813 for accounting.

Step-by-Step Solution

1
Analyze encryption coverage differences between RADIUS and TACACS+.
RADIUS encrypts only the user password field within Access-Request attributes. TACACS+ encrypts the full payload of every packet following the header, providing stronger overall confidentiality.
Security protocol differentiation is key to matching requirements for Administrative AAA vs Network Access AAA.
2
Analyze transport protocol and port assignments for both AAA protocols.
TACACS+ uses TCP port 49 for reliable packet delivery. RADIUS uses UDP ports 1812 (authentication/authorization) and 1813 (accounting).
Identifying transport layer protocols (TCP vs UDP) and standard port numbers is necessary for firewall rule configuration and protocol identification.
3
Evaluate AAA service coupling characteristics.
RADIUS combines authentication and authorization into single attribute exchanges (Access-Request / Access-Accept), whereas TACACS+ strictly separates AAA functions into independent processes.
This modularity allows TACACS+ to enforce per-command authorization on network devices, which RADIUS cannot natively achieve.

Key Concept

RADIUS vs TACACS+ Protocol Architecture and Operational Differences
Question 119Question

An administrator is configuring 802.1X port-based authentication on an enterprise network switch. Which component in the 802.1X architecture refers to the client workstation or software requesting access to the network?

Show answer & explanation

Answer: Supplicant

Answer

Supplicant
Under the IEEE 802.1X standard, the supplicant is the software daemon or client device attempting to gain network authorization through an authenticator.

Step-by-Step Solution

1
Identify the primary structural components of the IEEE 802.1X standard.
802.1X defines three key entities: the Supplicant, the Authenticator, and the Authentication Server.
Clear segregation of client software, access control hardware, and central credential databases is mandatory for 802.1X port security.
2
Determine which role corresponds to the host or software initiating the connection request.
The host endpoint or client agent running on the connecting system is designated as the supplicant.
The supplicant presents credentials to the authenticator (switch/AP), which encapsulated EAP messages to pass to the backend authentication server.

Key Concept

802.1X Framework Roles
Question 120Question

An enterprise security monitoring system generates an alert after detecting an unexpected surge in incoming UDP traffic targeted at a company's public-facing web server. Analysis of packet captures reveals thousands of external open recursive DNS servers sending large response payloads for ANY and TXT queries that were never initiated by the web server. The source IP address in the initial queries was forged to match the public IP address of the target server, causing severe link congestion. Which type of network attack is occurring?

Show answer & explanation

Answer: DNS amplification attack

Answer

The attack being conducted is a DNS amplification attack.
The correct answer describes a DNS amplification attack. In this attack vector, the threat actor sends small DNS queries for resource-heavy records (such as TXT or ANY) to third-party open DNS resolvers while forging (spoofing) the source IP address to be that of the victim. The resolvers reply to the victim with enlarged responses, resulting in volumetric bandwidth saturation.

Step-by-Step Solution

1
Analyze the observed attack mechanism described in the packet capture.
Unsolicited large DNS response traffic (such as TXT/ANY records) is arriving from multiple external open resolvers.
The attacker sent queries requesting large responses while spoofing the victim server's source IP address.
2
Evaluate how traffic amplification causes network degradation.
A small request generates a significantly larger response payload delivered directly to the spoofed victim IP address.
This disparity in request vs. response size amplifies the total attack volume, leading to denial of service via bandwidth starvation.
3
Identify the specific attack classification based on these characteristics.
The scenario describes a DNS amplification attack, which is a reflective DDoS attack vector.
It relies on open recursive DNS resolvers and IP spoofing to reflect amplified traffic onto the target.

Key Concept

DNS Amplification and Reflective DDoS Attacks
Estimated Time:1m 15s
PreviousPage 6 / 112Next
All practice questions — CompTIA Network+ | Examkin