Tüm alıştırma soruları

2237 soru

Soru 981Soru

A network administrator notices that an internal web server has suddenly stopped accepting new client connections. Analysis of packet captures shows thousands of incoming TCP packets with the SYN flag set coming from randomized source IP addresses, but none of these clients complete the three-way handshake with an ACK response. Which type of network attack is occurring?

Cevabı ve açıklamayı göster

Cevap: SYN flood attack

Cevap

SYN flood attack
The correct answer is SYN flood attack. In a TCP SYN flood, an attacker sends repeated SYN requests to open ports on a server without completing the three-way handshake. The server keeps connection state queues open for ACK responses that never arrive, eventually exhausting server resources and causing a denial of service to legitimate users.

Adım Adım Çözüm

1
Analyze the network symptoms provided in the incident logs.
Identified high volumes of TCP SYN packets that leave connections half-open without sending final ACK responses.
This behavior directly targets the TCP connection queue capability of the destination server.
2
Match the observed packet behavior to standard network attack definitions.
Exhaustion of TCP handshake state resources by incomplete SYN requests is the defining characteristic of a TCP SYN flood Denial-of-Service attack.
Legitimate connections are denied because all available connection slots remain occupied by half-open requests.

Anahtar Kavram

TCP SYN Flood Attack
Tahmini Süre:45s
Soru 982Soru

Prior to performing a major routing protocol modification on an enterprise core network, an engineer must submit documentation detailing how to undo the modifications should performance degrade. Which of the following change management elements fulfills this requirement?

Cevabı ve açıklamayı göster

Cevap: A rollback plan outlining explicit trigger conditions and step-by-step restoration procedures

Cevap

A rollback plan outlining explicit trigger conditions and step-by-step restoration procedures
A rollback plan is an essential component of change management documentation. It explicitly details the steps, commands, resources, and decision thresholds required to safely restore a network device or service to its previous stable configuration if a change fails or destabilizes the environment.

Adım Adım Çözüm

1
Identify the core objective of the required change management documentation.
The requirement is to specify how to revert modifications if performance degrades after implementation.
Risk management policies require explicit backout plans before executing production configuration changes.
2
Evaluate the documentation types against the defined requirement.
A rollback plan directly details the criteria, commands, and sequence needed to return to the baseline configuration.
Rollback plans safeguard network operations by ensuring immediate recovery paths during failed implementations.

Anahtar Kavram

Rollback Plan in Change Management
Soru 983Soru

Match each secure remote access protocol or tunneling technology on the left to its corresponding architectural characteristic and operational port specification on the right.

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

Öğeler

OpenVPN
IPsec (IP Security)
GRE (Generic Routing Encapsulation)
SSTP (Secure Socket Tunneling Protocol)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

OpenVPN matches with UDP port 1194 SSL/TLS operation; IPsec matches with Layer 3 IKEv2/ESP functionality; GRE matches with unencrypted multiprotocol tunneling; SSTP matches with TCP port 443 SSL/TLS firewall traversal.
OpenVPN defaults to UDP port 1194 and uses SSL/TLS. IPsec functions at Layer 3 using IKEv2 (UDP 500/4500) and ESP (IP Protocol 50). GRE provides tunneling for multicast/multiprotocol traffic without native encryption. SSTP wraps PPP traffic inside SSL/TLS over TCP port 443 to pass through strict firewalls.

Adım Adım Çözüm

1
Analyze OpenVPN operational traits
Identify that OpenVPN leverages custom SSL/TLS mechanisms and defaults to UDP port 1194.
Matching protocol transport ports ensures correct firewall rule configuration.
2
Identify IPsec protocol behavior
Recognize that IPsec operates at Layer 3, utilizing IKEv2 (UDP 500/4500) and ESP for packet encryption.
IPsec provides native suite-level security across network boundaries.
3
Evaluate GRE capabilities
Confirm GRE supports routing protocols and multicast but lacks native encryption capabilities.
Distinguishing encapsulation protocols from cryptographic protocols prevents security misconfigurations.
4
Examine SSTP transport mechanism
Associate SSTP with TCP port 443 HTTPS traffic for seamless firewall and proxy traversal.
SSTP encapsulates PPP inside SSL/TLS over standard web traffic ports.

Anahtar Kavram

Virtual Private Network Protocols and Encapsulation Characteristics
Soru 984Soru

Match each network attack type on the left with its corresponding vector or characteristic description on the right.

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

Öğeler

ARP Poisoning
DNS Amplification
VLAN Hopping
Rogue Access Point

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

ARP Poisoning matches with sending spoofed Layer 2 messages to corrupt IP-to-MAC mappings; DNS Amplification matches with using open resolvers with a spoofed target IP to send large response volumes; VLAN Hopping matches with using double-tagged 802.1Q frames to bypass VLAN isolation; Rogue Access Point matches with placing an unauthorized wireless broadcast device onto an internal switch port.
Each attack type correctly matches its fundamental attack mechanism: ARP poisoning manipulates Layer 2 address mappings; DNS amplification uses open resolvers to reflect enlarged responses; VLAN hopping exploits double 802.1Q tags to cross VLAN boundaries; and a rogue access point introduces unapproved wireless access via an internal switch port.

Adım Adım Çözüm

1
Examine the technical mechanisms associated with each network attack.
Map Layer 2 MAC manipulation to ARP poisoning, reflected request growth to DNS amplification, double 802.1Q tagging to VLAN hopping, and unapproved wireless hardware to a rogue access point.
Identifying the operational layer and primary mechanism directly reveals the corresponding threat description.

Anahtar Kavram

Common Network Attack Types and Vectors
Soru 985Soru

A network administrator is troubleshooting intermittent quality degradation during corporate video conference calls across a site-to-site WAN link. While aggregate interface bandwidth utilization remains below capacity, users report packet arrival time variation (jitter) and video freezing. The administrator needs to analyze flow-level conversation statistics—specifically tracking source/destination IP addresses, port numbers, and byte counts—to pinpoint non-business application traffic consuming link resources. Which telemetry protocol and transport method should be implemented on the WAN edge router to export these flow statistics?

Cevabı ve açıklamayı göster

Cevap: IPFIX exporting flow records over UDP to a network telemetry collector

Cevap

IPFIX exporting flow records over UDP to a network telemetry collector
IPFIX (IP Flow Information Export) is specifically designed to aggregate and export 5-tuple flow metadata (source IP, destination IP, source port, destination port, protocol) to identify top talkers and bandwidth-consuming applications. Exporting IPFIX flow records over UDP reduces router memory and processing overhead under heavy network traffic.

Adım Adım Çözüm

1
Identify the monitoring requirement based on the scenario symptoms.
The scenario requires analyzing flow-level metadata (5-tuple conversation data including source/destination IP, ports, and traffic volume) rather than simple interface-level bandwidth or system event logs.
Interface counters (like those retrieved via standard SNMP polling) show total throughput but cannot differentiate individual application flows causing latency or jitter.
2
Select the appropriate telemetry protocol for flow data export.
IPFIX (IP Flow Information Export) or NetFlow is the industry-standard protocol for generating and exporting flow records.
IPFIX defines template-based record formats containing flow metadata suited for traffic analysis and top-talker identification.
3
Determine the correct transport protocol and configuration.
IPFIX uses UDP to push flow packets to a telemetry collector.
UDP minimizes router CPU overhead and memory state tracking compared to connection-oriented TCP, making it optimal for continuous telemetry streaming.

Anahtar Kavram

Flow-Based Telemetry and Metric Collection (IPFIX vs SNMP vs Syslog)
Tahmini Süre:2m 0s
Soru 986Soru

An enterprise security architect is specifying a centralized remote administration protocol to manage network switch and router configurations across the organization. The security policy strictly mandates granular authorization controls to restrict specific commands executed by administrators, as well as full-payload encryption for all packets transmitted between network hardware and the backend authentication server. Which authentication protocol should be implemented to meet these requirements?

Cevabı ve açıklamayı göster

Cevap: TACACS+

Cevap

TACACS+ is the correct choice because it decouples authentication and authorization—enabling per-command administrative control—and encrypts the entire packet payload during transmission.
TACACS+ (Terminal Access Controller Access-Control System Plus) operates over TCP port 49 and is designed specifically for device administration. It encrypts the entire body of the packet (protecting both credentials and commands) and cleanly decouples authentication, authorization, and accounting. This architecture enables administrators to enforce granular, per-command authorization policies on network switches and routers.

Adım Adım Çözüm

1
Analyze the mandatory security requirements specified in the scenario.
Identified two primary requirements: (1) granular per-command authorization capabilities, and (2) full-payload packet encryption between network devices and the AAA server.
Security controls for network device management often require restricting administrative access down to specific CLI commands while keeping all administrative traffic secure.
2
Compare protocol architecture features regarding AAA separation and command control.
TACACS+ decouples authentication and authorization into separate operations, allowing individual command authorization queries per command entered. RADIUS combines authentication and authorization into a single response.
Separate authorization allows the AAA server to permit or deny specific CLI commands on a per-user, per-command basis.
3
Evaluate protocol encryption boundary differences.
TACACS+ encrypts the complete body of the packet over TCP port 49. RADIUS encrypts only the user password field within an otherwise plaintext UDP packet payload.
Full payload encryption protects sensitive command arguments, username information, and accounting logs from passive network sniffing.

Anahtar Kavram

TACACS+ vs RADIUS Architectural and Encryption Differences
Soru 987Soru

A network administrator is configuring a IPv4 Access Control List (ACL) on a router interface to protect an internal server at IP address 10.0.0.5. The security requirement dictates that SSH management traffic (TCP port 22) to the server must be blocked from all sources, HTTPS web traffic (TCP port 443) must be allowed from the internal workstation subnet (192.168.1.0/24), all other general IP traffic from the internal workstation subnet to the server must be allowed, and all remaining traffic must be dropped. In what order, from top to bottom, should these ACL rules be placed to ensure proper filtering without rule shadowing?

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

Cevabı ve açıklamayı göster

Cevap

The correct top-to-bottom sequence begins with the specific SSH block ('deny tcp any host 10.0.0.5 eq 22'), followed by the specific HTTPS permit rule ('permit tcp 192.168.1.0 0.0.0.255 host 10.0.0.5 eq 443'), then the general IP permit rule for the subnet ('permit ip 192.168.1.0 0.0.0.255 host 10.0.0.5'), and ends with the default block rule ('deny ip any any').
Routers process ACL entries sequentially from top to bottom and execute the action of the very first rule that matches incoming packet headers. Specific port-based restrictions (such as denying TCP port 22 SSH traffic) must precede broader permit rules (such as allowing general IP traffic from a subnet). If general permit rules appear higher in the list, matching packets are permitted immediately, rendering subsequent specific deny rules completely ineffective due to rule shadowing. Finally, the default catch-all deny rule must sit at the bottom to drop any traffic that did not match earlier permit criteria.

Adım Adım Çözüm

1
Place specific deny statements ahead of general permits to avoid rule shadowing.
Position 'deny tcp any host 10.0.0.5 eq 22' at the top (1st line).
ACLs process rules sequentially from top to bottom using first-match logic. If a general permit rule were evaluated prior to this restriction, SSH packets would be permitted before reaching the deny statement.
2
Place specific protocol/port permit statements after specific restrictions.
Position 'permit tcp 192.168.1.0 0.0.0.255 host 10.0.0.5 eq 443' second (2nd line).
Allows HTTPS web traffic specifically requested by the security policy after SSH has been securely denied.
3
Place broader subnet permit rules after specific port permit and deny rules.
Position 'permit ip 192.168.1.0 0.0.0.255 host 10.0.0.5' third (3rd line).
Allows remaining general IP communication from the workstation subnet. Placing this rule higher would shadow the SSH deny rule.
4
Place the catch-all drop rule at the very bottom of the ACL.
Position 'deny ip any any' last (4th line).
Ensures all unmatched traffic is dropped by the default implicit deny behavior.

Anahtar Kavram

ACL Sequential Evaluation and First-Match Logic
Soru 988Soru

A network security administrator is performing a compliance audit on an enterprise wireless infrastructure. Match each wireless security standard configuration on the left to its mandatory encryption algorithm and cryptographic authentication mechanism on the right.

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

Öğeler

WPA3-Enterprise (192-bit Security Mode)
WPA3-Personal
WPA2-Enterprise
WPA-Personal (Legacy)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

WPA3-Enterprise (192-bit Security Mode) matches GCMP-256 with EAP-TLS and BIP-GMAC-256; WPA3-Personal matches CCMP-128 with SAE; WPA2-Enterprise matches CCMP with 802.1X/RADIUS; WPA-Personal (Legacy) matches TKIP with PSK.
Each wireless security standard defines strict baseline requirements for encryption ciphers and key exchange mechanisms. WPA3 192-bit mode enforces GCMP-256 and EAP-TLS for maximum security compliance. WPA3-Personal mandates SAE to prevent offline brute-force attacks. WPA2-Enterprise mandates CCMP (AES-128) paired with 802.1X central RADIUS authentication. Legacy WPA utilizes TKIP to wrap RC4 for backwards compatibility.

Adım Adım Çözüm

1
Identify the high-security enterprise mode specifications
WPA3-Enterprise 192-bit mode requires CNSA Suite compliance, enforcing GCMP-256 encryption, EAP-TLS, and BIP-GMAC-256 management frame protection.
Top-tier enterprise environments mandate 192-bit cryptographic strength for both data privacy and management frame integrity.
2
Differentiate WPA3-Personal from WPA2-Personal authentication key exchange
WPA3-Personal introduces SAE (Simultaneous Authentication of Equals) to replace standard PSK while retaining CCMP-128 (AES).
SAE provides forward secrecy and resistance against passive dictionary attacks.
3
Determine standard WPA2-Enterprise components
WPA2-Enterprise combines AES-based CCMP encryption with RADIUS-backed 802.1X authentication.
Enterprise modes decouple user authentication from the encryption cipher by leveraging an external authentication server.
4
Map legacy WPA-Personal mechanisms
Legacy WPA uses TKIP to encapsulate RC4 with dynamic per-packet keys over PSK authentication.
TKIP was designed as an interim mitigation for legacy hardware supporting WEP.

Anahtar Kavram

Mapping IEEE 802.11 security standards (WPA, WPA2, WPA3) to their mandatory encryption algorithms (TKIP, CCMP, GCMP) and authentication methods (PSK, 802.1X/RADIUS, SAE).
Soru 989Soru

A network engineering team is drafting a Request for Change (RFC) to deploy automated configuration management scripts across enterprise cloud interconnect routers. Which TWO of the following operational elements must be formally documented within the RFC prior to submitting it to the Change Advisory Board (CAB) for approval?

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

Cevabı ve açıklamayı göster

Cevap: A detailed risk assessment and impact analysis identifying business dependencies and potential service disruptions during execution.; A comprehensive backout plan detailing specific rollback steps and quantifiable metric thresholds that trigger execution if testing fails.

Cevap

The correct elements required in the RFC are a comprehensive risk assessment/impact analysis and a detailed backout plan with predefined rollback triggers.
A formal Request for Change (RFC) submitted to a Change Advisory Board (CAB) must include a thorough risk assessment and impact analysis to quantify potential business disruptions, as well as a rollback plan with explicit metric thresholds defining when to abort and revert the deployment. These components ensure organizational oversight and risk mitigation before production execution.

Adım Adım Çözüm

1
Analyze the mandatory components of an enterprise Request for Change (RFC) intended for Change Advisory Board (CAB) evaluation.
Identified that RFCs require risk identification, impact scope, scheduled maintenance windows, sandbox validation, and rollback strategies.
CAB approval relies on understanding business risks and operational recovery procedures before authorizing changes to production systems.
2
Evaluate the risk mitigation and rollback strategy requirement.
Determined that defining specific impact metrics and rollback trigger points ensures clear decision-making during maintenance windows.
Without predefined threshold triggers, engineers might delay rolling back a failed deployment, worsening downtime.
3
Identify operational flaws in distractor options.
Recognized that testing directly in production violates troubleshooting and change management sequencing, and restoring incremental backups out of sequence creates configuration corruption.
Production testing introduces unapproved risk, and incremental restoration requires full baseline restoration first.

Anahtar Kavram

RFC Documentation and CAB Approval Requirements
Soru 990Soru

Match each network performance metric with the operational measurement or network condition it directly quantifies.

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

Öğeler

Latency
Jitter
Throughput
Packet Loss

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Latency matches total delay time; Jitter matches variation in delay; Throughput matches actual successful data delivery rate; Packet Loss matches percentage of dropped packets.
Each network metric correctly corresponds to its standardized performance monitoring definition: Latency measures overall transit time delay, Jitter measures the variance in packet arrival intervals, Throughput measures actual data payload delivery rates, and Packet Loss measures unreceived data transmission percentages.

Adım Adım Çözüm

1
Define fundamental network performance monitoring metrics.
Latency reflects time delay, Jitter reflects variation in delay, Throughput reflects actual transfer speed, and Packet Loss reflects undelivered data.
Correctly identifying metric definitions allows network operators to isolate specific causes of network performance degradation.

Anahtar Kavram

Core Network Performance Metrics
Soru 991Soru

A network administrator is evaluating remote access solutions and decides to deploy Layer 2 Tunneling Protocol combined with IPsec (L2TP/IPsec) for remote employees. Which of the following statements correctly describe the functions and security characteristics of this combined VPN solution? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: L2TP handles the creation of the logical tunnel and packet encapsulation, but relies on IPsec to provide data encryption and confidentiality.; IPsec provides authentication, data integrity, and encryption services for the encapsulated L2TP traffic across untrusted networks.

Cevap

L2TP handles tunnel creation and frame encapsulation while relying on IPsec for encryption, and IPsec provides authentication, data integrity, and encryption services for the L2TP traffic.
L2TP provides frame encapsulation and tunnel creation, but because it has no native cryptographic controls, it relies on IPsec to deliver payload encryption, host authentication, and data integrity across untrusted network paths.

Adım Adım Çözüm

1
Analyze the role of L2TP in an L2TP/IPsec VPN solution.
Identify that L2TP operates at Layer 2 to encapsulate Point-to-Point Protocol (PPP) frames into UDP packets, but provides no native payload encryption.
Understanding protocol responsibilities explains why L2TP is paired with IPsec.
2
Analyze the role of IPsec in an L2TP/IPsec VPN solution.
Identify that IPsec wraps the L2TP tunnel traffic to supply encryption (confidentiality), authentication, and data integrity.
Pairing IPsec with L2TP compensates for L2TP's lack of security controls.

Anahtar Kavram

Dual-Protocol L2TP/IPsec VPN Operation
Tahmini Süre:50s
Soru 992Soru

Match each wireless security standard to its primary encryption algorithm or authentication mechanism.

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

Öğeler

WEP
WPA
WPA2
WPA3

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

WEP pairs with RC4 with static IVs; WPA pairs with TKIP; WPA2 pairs with CCMP/AES; WPA3 pairs with SAE.
The security protocols align directly with their cryptographic evolution: WEP relies on RC4 with static IVs, WPA introduces TKIP, WPA2 enforces CCMP with AES, and WPA3 Personal implements SAE key exchange.

Adım Adım Çözüm

1
Identify the cryptographic foundation of legacy WEP.
WEP uses the RC4 stream cipher combined with static 24-bit Initialization Vectors.
WEP is the original 802.11 security protocol known for static IV collision vulnerabilities.
2
Identify the interim mechanism introduced with first-generation WPA.
WPA introduced TKIP to provide per-packet key mixing over RC4.
TKIP allowed firmware-only upgrades for existing WEP hardware while improving security.
3
Identify the mandatory cipher suite introduced in WPA2.
WPA2 mandates CCMP, which uses AES for data confidentiality and integrity.
IEEE 802.11i required AES-CCMP to replace vulnerable RC4-based protocols.
4
Identify the key establishment protocol used in WPA3 Personal.
WPA3 Personal replaces PSK with SAE (Simultaneous Authentication of Equals).
SAE provides Dragonfly key exchange to protect against offline dictionary attacks.

Anahtar Kavram

Wireless Security Standards and Encryption Protocols
Soru 993Soru

An enterprise network engineer is configuring centralized event logging for perimeter switches sending data across a WAN connection. Security policy mandates that log messages must be delivered reliably to ensure no log loss during link congestion and that all log payloads must be cryptographically encrypted in transit. Which of the following transport protocols and port configurations best meets these compliance requirements?

Cevabı ve açıklamayı göster

Cevap: Syslog over TCP port 6514 using TLS encryption

Cevap

Syslog over TCP port 6514 using TLS encryption best meets the requirements for reliable delivery and transport-layer confidentiality.
The configuration specifying Syslog over TCP port 6514 using TLS encryption provides connection-oriented reliability via TCP, ensuring lost packets are retransmitted during congestion, while RFC 5425 specifies TCP port 6514 as the standard port for TLS-encrypted Syslog payload transport.

Adım Adım Çözüm

1
Identify the transport reliability requirement.
TCP must be selected over UDP to guarantee delivery and retransmission during network congestion.
UDP is connectionless and cannot detect or retransmit dropped log packets over a WAN.
2
Identify the cryptographic security requirement.
TLS-encrypted Syslog (RFC 5425) must be used instead of cleartext protocols.
Plaintext Syslog exposes event data to interception on untrusted transit networks.
3
Determine the standard network port assigned for secure Syslog transport.
TCP port 6514 is the standard IANA-assigned port for Syslog over TLS.
Standard unencrypted Syslog uses port 514 (UDP/TCP), whereas TLS-wrapped Syslog defaults to TCP port 6514.

Anahtar Kavram

Centralized Network Log Security and Transport Protocols
Soru 994Soru

To address an active security advisory affecting perimeter routing hardware, an engineer is tasked with implementing an urgent software patch. Before committing the patch package to primary operational equipment, which set of procedures best ensures network stability and recovery capability in accordance with standard maintenance practices?

Cevabı ve açıklamayı göster

Cevap: Validate the cryptographic hash of the patch package, take a complete configuration and software image backup, and test the update within a staging environment.

Cevap

Validate the cryptographic hash of the patch package, take a complete configuration and software image backup, and test the update within a staging environment.
Verifying the file hash guarantees file integrity. Creating a full configuration and image backup provides a verified recovery path, and executing lab testing ensures stability prior to live deployment.

Adım Adım Çözüm

1
Verify patch integrity
Ensures the downloaded update file is authentic and uncorrupted.
Prevents installing damaged or malicious software images.
2
Create pre-patch backup baseline
Generates a full configuration and OS image backup.
Provides a reliable rollback point if the patch causes unexpected failure.
3
Validate in lab/staging
Identifies potential bugs or protocol incompatibilities in a non-production setting.
Reduces risk of network downtime during production deployment.

Anahtar Kavram

Pre-deployment validation, baseline backup creation, and staging in patch management lifecycles.
Soru 995Soru

A network administrator is migrating a corporate wireless network to WPA3-Enterprise to enhance access control and audit capabilities for individual staff members. During deployment, a junior technician suggests configuring Simultaneous Authentication of Equals (SAE) across the wireless access points to simplify onboarding without integrating the organization's existing RADIUS server. Which of the following best explains why this recommendation fails to meet the enterprise security requirement?

Cevabı ve açıklamayı göster

Cevap: Simultaneous Authentication of Equals (SAE) is designed for WPA3-Personal and relies on a shared passphrase, failing to provide individual user authentication and centralized 802.1X accounting.

Cevap

Simultaneous Authentication of Equals (SAE) is designed for WPA3-Personal and relies on a shared passphrase, failing to provide individual user authentication and centralized 802.1X accounting.
WPA3-Enterprise requires IEEE 802.1X authentication using EAP methods backed by a RADIUS server to verify each user individually. Simultaneous Authentication of Equals (SAE) is a key exchange mechanism designed specifically for WPA3-Personal to secure passphrase-based networks, making it incapable of delivering individual user identification or centralized AAA accounting.

Adım Adım Çözüm

1
Identify the enterprise security requirements
Enterprise wireless deployments require unique credentials per user, centralized identity directory management, and per-user audit logging.
Individual accountability and centralized access revocation require an IEEE 802.1X authentication framework integrated with a backend RADIUS server.
2
Analyze the operational mechanism of Simultaneous Authentication of Equals (SAE)
SAE is a password-authenticated key exchange protocol based on Dragonfly Handshake used in WPA3-Personal.
While SAE eliminates offline dictionary attack vulnerabilities inherent to standard WPA2 PSK, it still utilizes a shared password across users rather than individual user directory accounts.
3
Evaluate why the recommendation fails the objective
Bypassing RADIUS integration in favor of SAE strips the enterprise of individual user identification and 802.1X AAA controls.
SAE is restricted to WPA3-Personal implementations and cannot fulfill 802.1X Enterprise requirements.

Anahtar Kavram

WPA3 Personal vs Enterprise Authentication Architecture
Soru 996Soru

A network engineer is configuring a pair of redundant Layer 3 switches using Virtual Router Redundancy Protocol (VRRP) to provide default gateway high availability for an enterprise VLAN. The design requires that traffic automatically reroutes to the backup switch if the primary switch loses its connection to the core network, and that the primary switch resumes gateway duties once the core link is restored. Which TWO configuration settings must be implemented on the primary switch to meet these requirements? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Interface tracking on the upstream link to decrement the primary router's VRRP priority upon link failure; Preemption mode enabled on the primary router to reclaim the VRRP master role after recovery

Cevap

The correct implementation requires enabling interface tracking on the upstream link to lower priority during outages, and enabling preemption mode on the primary router so it reclaims the master role upon restoration.
Enabling interface tracking allows VRRP to monitor critical non-VRRP interfaces (such as WAN or core uplinks) and decrement the primary router's priority score if that link fails, prompting the backup router to take over. Enabling preemption ensures that when the tracked uplink recovers and the primary router's priority returns to normal, it reclaims the master gateway role from the backup router.

Adım Adım Çözüm

1
Analyze upstream link failure detection requirements.
Dynamic priority adjustment via interface tracking is needed so the backup router's static priority becomes higher when the primary's core link fails.
Without tracking, VRRP only detects local interface outages on the VRRP-enabled segment, not loss of upstream connectivity.
2
Analyze role restoration requirements upon link recovery.
Preemption mode must be active on the primary router.
Preemption ensures that once the tracked interface comes back up and the primary router's priority is restored to its higher value, it actively takes over the master state from the backup router.

Anahtar Kavram

First Hop Redundancy Protocol (FHRP) Interface Tracking and Preemption Mechanisms
Soru 997Soru

A network technician observes that network traffic intended for the local default gateway is being intercepted by an unauthorized computer on the same subnet. Investigation reveals that the unauthorized computer sent spoofed Address Resolution Protocol messages to update the IP-to-MAC address resolution tables of neighboring hosts. Which of the following attack types is taking place?

Cevabı ve açıklamayı göster

Cevap: ARP poisoning

Cevap

ARP poisoning is occurring because spoofed ARP messages are being used to manipulate the local hardware address resolution table.
The correct option is ARP poisoning because the attack specifically targets the Address Resolution Protocol by injecting falsified IP-to-MAC address mappings into local host cache tables, allowing traffic interception on the local subnet.

Adım Adım Çözüm

1
Analyze the observed attack mechanics described in the scenario.
The attack manipulates local IP-to-MAC address mapping tables using forged messages on the local subnet.
Address Resolution Protocol (ARP) translates Layer 3 IP addresses into Layer 2 MAC addresses.
2
Differentiate local Layer 2 spoofing from remote Layer 7 name resolution attacks.
Altering IP-to-MAC tables locally is ARP poisoning, whereas altering domain-name-to-IP tables is DNS poisoning.
ARP functions at Layer 2/3 for local subnets, while DNS functions at Layer 7 for hostname resolution.

Anahtar Kavram

ARP Poisoning (ARP Spoofing)
Soru 998Soru

A network administrator is tasked with setting up a high-performance network monitoring solution for an enterprise core switch. The monitoring system must collect flow-level traffic statistics to analyze bandwidth utilization by application, while also enabling secure management polling and alerting without exposing telemetry data or authentication credentials to eavesdropping on the management network. Which of the following protocol configurations and telemetry methods should the administrator implement to meet these requirements? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Implement IPFIX/NetFlow with flow sampling on interface ports to export application traffic statistics to a flow collector.; Configure SNMPv3 with the authPriv security level on core switches for encrypted metric polling and event notifications.

Cevap

The network administrator should implement IPFIX/NetFlow flow sampling for application traffic statistics and deploy SNMPv3 configured with the authPriv security level to ensure encrypted metric polling and traps.
The combination of IPFIX/NetFlow and SNMPv3 with authPriv addresses both core monitoring requirements. IPFIX/NetFlow aggregates connection metadata to measure bandwidth and application traffic distribution effectively. SNMPv3 with authPriv adds cryptographic authentication and encryption to management polling and traps, protecting performance data from eavesdropping.

Adım Adım Çözüm

1
Analyze requirement 1: Gathering flow-level application traffic and bandwidth utilization statistics.
Identify that NetFlow or IPFIX (IP Flow Information Export) is designed specifically for flow-level data collection and traffic analysis.
Flow technologies track metadata such as source/destination IP, port, and byte counts per flow without requiring full packet capture overhead.
2
Analyze requirement 2: Secure telemetry polling and alerting against eavesdropping.
Identify SNMPv3 with authPriv security level as the standard for authenticated and encrypted network device management.
SNMPv3 authPriv ensures both user authentication (auth) and payload encryption (priv), preventing unauthorized viewing or modification of management traffic.
3
Evaluate wrong alternatives against network protocols and security models.
Reject SNMPv2c due to plain-text community string vulnerability and reject Syslog over port 23 for flow metric analysis.
SNMPv2c lacks encryption, and Syslog is intended for logging text alerts, not streaming raw packet headers or high-frequency performance metrics.

Anahtar Kavram

Network Telemetry, Flow Export Protocols, and SNMPv3 Security Levels
Soru 999Soru

An organization is deploying a secure remote access solution for traveling employees. The network security team specifies that the solution must encapsulate and encrypt all network-layer (Layer 3) IP traffic between host laptops and the central gateway, ensuring the original internal IP header is completely hidden while traversing the public Internet. Which protocol and deployment mode best satisfies these requirements?

Cevabı ve açıklamayı göster

Cevap: IPsec operating in Tunnel mode

Cevap

IPsec operating in Tunnel mode is the correct choice because it encapsulates and encrypts the complete original IP packet (both payload and original internal IP header), providing comprehensive Layer 3 confidentiality for client-to-gateway remote access over untrusted networks.
IPsec in Tunnel mode encrypts both the original IP payload and the original IP header, placing the encrypted packet inside a new IP packet with a gateway address as the destination. This completely hides internal network topology and secures all Layer 3 host traffic over untrusted networks.

Adım Adım Çözüm

1
Analyze the core security and encapsulation requirements.
Determined that all Layer 3 IP traffic must be encrypted and the original internal IP header obfuscated during transmission across public routes.
Host-to-gateway remote access VPN solutions over public networks must prevent public routers from inspecting internal IP addresses.
2
Compare IPsec operational modes (Tunnel mode vs. Transport mode).
Tunnel mode creates a new outer IP header and encrypts the entire original IP packet, whereas Transport mode inserts security headers between the original IP header and payload without encrypting the original header.
Transport mode is intended for end-to-end host communication where intermediate routers need visibility into original IP headers, while Tunnel mode is designed for gateway-protected VPN connections.
3
Evaluate alternative remote access technologies (Clientless SSL/TLS and GRE).
Clientless SSL operates at the Application Layer restricting scope to browser sessions, while plain GRE encapsulates traffic without providing encryption.
Neither technology satisfies both full Layer 3 tunneling and native packet confidentiality requirements.

Anahtar Kavram

IPsec Tunnel Mode vs. Transport Mode for Remote Access VPNs
Soru 1000Soru

After applying a newly defined Access Control List (ACL) containing only a single permit statement for a specific management host onto a router interface, a network technician notices that all traffic from other hosts on the network is immediately blocked. What default ACL behavior causes this traffic to be dropped?

Cevabı ve açıklamayı göster

Cevap: An unwritten implicit deny rule at the end of the ACL automatically drops any traffic that does not match an explicit permit rule.

Cevap

An unwritten implicit deny rule at the end of the ACL automatically drops any traffic that does not match an explicit permit rule.
All standard and extended ACLs feature a invisible 'deny all' statement at the very end of the list. If a packet does not match any explicit permit statements defined by the administrator, it hits this final implicit deny rule and is dropped.

Adım Adım Çözüm

1
Analyze how router ACLs evaluate incoming or outgoing packets against configured rules.
ACLs inspect packets top-down in sequential order until a matching rule is found.
Sequential processing ensures that specific traffic controls take precedence based on line number.
2
Determine what happens when a packet reaches the end of an ACL without matching any explicit rule.
The packet encounters the default 'deny ip any any' rule hidden at the end of every ACL.
Network security standards mandate a default-deny posture to ensure unapproved traffic cannot bypass security filtering.

Anahtar Kavram

ACL Implicit Deny Rule
ÖncekiSayfa 50 / 112Sonraki
Tüm alıştırma soruları — CompTIA Network+ | Examkin