Tüm alıştırma soruları

2237 soru

Soru 1741Soru

A network switch running a distance-vector dynamic routing protocol detects that a directly connected link to a remote network segment has failed. To immediately inform neighbouring routers that the route is down and prevent routing loops during convergence, the switch broadcasts a routing update advertising the metric for that failed route as infinity (unreachable). Which dynamic routing mechanism is being demonstrated in this scenario?

Cevabı ve açıklamayı göster

Cevap: Route poisoning

Cevap

Route poisoning is the mechanism used by distance-vector protocols to immediately advertise a failed network path with an infinite metric value, signaling to neighboring routers that the route is unreachable.
Route poisoning is a distance-vector protocol feature designed to speed up convergence and eliminate routing loops. When an interface goes down, the router immediately sets the metric for that network to an infinite value (such as 16 hops in RIP) and advertises it to neighboring nodes so they remove the bad path instantly.

Adım Adım Çözüm

1
Analyze the network failure event and notification behavior
The router detects a link failure and immediately sends out a routing update containing a metric set to infinity.
Distance-vector routing protocols rely on metric limits (e.g., maximum hop count) to indicate network unreachability.
2
Identify the dynamic routing stability control mechanism
Advertising a metric of infinity to invalidate a route upon failure is defined as route poisoning.
This mechanism ensures that neighbor routers invalidate their routing table entries for the destination without waiting for hop counts to slowly count to infinity.

Anahtar Kavram

Distance-Vector Loop Prevention Mechanics (Route Poisoning)
Soru 1742Soru

A network architect is designing a wireless infrastructure across a multi-floor hospital wing to support real-time telemetry equipment and high-definition video consultations. To maximize throughput, an initial plan suggested configuring all 5 GHz5\text{ GHz} access points (APs) to use 80 MHz80\text{ MHz} channel bonding. However, a post-installation spectral analysis reveals high levels of co-channel interference (CCI) due to floor-to-floor signal bleed and limited available spectrum. Which of the following channel management adjustments is the most effective design strategy to mitigate CCI while maintaining reliable wireless performance?

Cevabı ve açıklamayı göster

Cevap: Reduce channel widths to 20 MHz20\text{ MHz} or 40 MHz40\text{ MHz} to expand the pool of available non-overlapping channels across UNII bands.

Cevap

Reduce channel widths to 20 MHz20\text{ MHz} or 40 MHz40\text{ MHz} to expand the pool of available non-overlapping channels across UNII bands.
In enterprise wireless deployments, wider bonded channels (80 MHz80\text{ MHz}) aggregate multiple adjacent 20 MHz20\text{ MHz} channels. This reduces the number of unique channel selections available, forcing neighboring access points to share frequencies and causing severe co-channel interference (CCI). Reducing the channel width to 20 MHz20\text{ MHz} or 40 MHz40\text{ MHz} provides a larger set of non-overlapping channels in the 5 GHz5\text{ GHz} UNII bands, allowing effective frequency reuse plans that isolate coverage cells.

Adım Adım Çözüm

1
Analyze the cause of co-channel interference in high-density 5 GHz5\text{ GHz} deployments.
Wide channel bonding (80 MHz80\text{ MHz} or 160 MHz160\text{ MHz}) consumes multiple 20 MHz20\text{ MHz} sub-channels, drastically reducing the total number of independent channel assignments available.
When distinct APs in physical proximity (including vertical bleed across floors) share the same primary or secondary channels, they create a single contention domain.
2
Evaluate channel width adjustment vs throughput trade-offs.
Narrowing channel widths to 20 MHz20\text{ MHz} or 40 MHz40\text{ MHz} increases the quantity of reusable, non-overlapping channels across UNII-1, UNII-2 (DFS), and UNII-3 spectrum.
More discrete channels enable a spatial channel reuse plan where adjacent and multi-floor coverage cells operate on non-interfering frequencies.
3
Select the correct mitigation strategy.
Reducing channel bonding width successfully eliminates co-channel interference and medium contention, ensuring stable performance for critical medical applications.
Channel availability and low contention take precedence over maximum theoretical single-client channel width in high-density enterprise environments.

Anahtar Kavram

Wireless Channel Width and Co-Channel Interference (CCI) Management
Tahmini Süre:1m 30s
Soru 1743Soru

A network administrator is deploying a centralized log management collector that operates using syslog over UDP port 514514. To enable automated client discovery across the enterprise domain, the administrator needs to configure a DNS record that explicitly specifies the service name, transport protocol, port number, priority, weight, and target hostname. Which of the following DNS record configurations correctly meets this requirement?

Cevabı ve açıklamayı göster

Cevap: An SRV record formatted as _syslog._udp.example.com specifying UDP transport, port 514, and pointing to the collector's canonical hostname.

Cevap

An SRV record formatted as _syslog._udp.example.com specifying UDP transport, port 514, and pointing to the collector's canonical hostname.
The correct option correctly uses an SRV record formatted as `_syslog._udp.example.com`. SRV records specify Symbolic Service Names (`_syslog`), Transport Protocol (`_udp`), Domain Name, Priority, Weight, Port number (514514), and Target Hostname.

Adım Adım Çözüm

1
Identify the required DNS functionality based on scenario constraints.
The requirement calls for dynamic service location defining service name, transport protocol, port number, priority, weight, and target hostname.
Standard host records (A/AAAA) or alias records (CNAME) only map hostnames to IP addresses or other hostnames; they cannot advertise port numbers or transport protocols.
2
Determine the proper record type and syntax for service location.
Service Location (SRV) records follow the standard naming structure: `_service._proto.name. TTL CLASS SRV priority weight port target`.
SRV records are designed specifically to allow clients to locate servers offering specific services on custom ports.
3
Verify protocol and port parameters against the service requirements.
The service requires syslog over UDP port 514514, which matches `_syslog._udp.example.com` with port `514`.
Choosing `_tcp` instead of `_udp` would direct clients to initiate TCP handshakes, which will fail against a UDP-only syslog listener.

Anahtar Kavram

DNS SRV (Service Location) Record Structure and Functionality
Tahmini Süre:1m 30s
Soru 1744Soru

A network administrator is creating an Access Control List (ACL) on an enterprise router to allow branch office workstations to obtain initial authentication tickets from an internal Active Directory Domain Controller. Which of the following port and transport protocol combinations must be permitted through the firewall to enable this Kerberos ticket-granting service?

Cevabı ve açıklamayı göster

Cevap: TCP and UDP port 88

Cevap

TCP and UDP port 88 is the correct combination required for Kerberos authentication services.
Kerberos is the primary authentication mechanism for Active Directory domains. It operates over TCP and UDP port 88 to communicate with the Key Distribution Center (KDC) to request and issue authentication tickets.

Adım Adım Çözüm

1
Identify the protocol required for ticket-granting domain authentication.
Active Directory domain ticket-granting services rely on the Kerberos authentication protocol.
Kerberos handles user identification and initial ticket issuing within Active Directory.
2
Determine the standard port and transport protocol binding for Kerberos.
Kerberos uses port 88 over both UDP (for typical ticket requests) and TCP (for larger payload responses).
Firewalls must allow port 88 for both TCP and UDP traffic to maintain proper authentication functionality.

Anahtar Kavram

Standard Well-Known Ports and Authentication Protocols
Soru 1745Soru

A network administrator is implementing IPv6 addressing and client deployment mechanisms on an enterprise VLAN segment. Which of the following statements regarding IPv6 address formatting, DNS resolution, and autoconfiguration are correct? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: The link-local address prefix fe80::/10 allows hosts and interfaces to communicate across the immediate physical or logical link segment independently of global unicast prefix assignments.; Stateless Address Autoconfiguration (SLAAC) enables client hosts to dynamically learn their network prefix and default gateway configuration from ICMPv6 Router Advertisement messages.

Cevap

Link-local addresses (fe80::/10) allow link-scoped communication without global unicast configuration, and SLAAC relies on ICMPv6 Router Advertisements to deliver subnet prefix and default gateway info to hosts.
The link-local address range (fe80::/10) enables host communication over the local layer 2 segment without requiring a global unicast address or internet routing. Additionally, SLAAC uses ICMPv6 Router Advertisement messages sent by routers to supply hosts with the subnet prefix, prefix length, and default gateway information needed to generate their own IPv6 addresses.

Adım Adım Çözüm

1
Analyze link-local address scope characteristics
Confirm that fe80::/10 link-local addresses are automatically derived/assigned and function on the local link independently of global routing configurations.
IPv6 nodes require link-local addresses for Neighbor Discovery Protocol (NDP) and local segment messaging regardless of global unicast routing status.
2
Evaluate SLAAC mechanism operations
Confirm that SLAAC uses ICMPv6 Type 134 (Router Advertisement) messages broadcast by routers to dynamically inform client hosts of the network prefix, prefix length, and default gateway.
SLAAC provides stateless IP address autoconfiguration without needing a centralized DHCPv6 stateful lease server.
3
Inspect distractor option regarding zero-compression syntax
Identify that 2001:db8::cafe::1 contains two sets of double colons (::), which violates RFC 5952.
The double colon operator can only be used once per address because multiple occurrences prevent determining how many zero hextets each double colon represents.
4
Inspect distractor option regarding DNS record types
Identify that A records resolve IPv4 hostnames, whereas AAAA records are mandatory for IPv6 resolution.
IPv6 addresses require 128-bit AAAA resource records in DNS zones.

Anahtar Kavram

IPv6 Address Scoping, SLAAC Autoconfiguration, and RFC 5952 Syntax Rules
Soru 1746Soru

A network administrator is configuring network address translation on an edge router for a company network. An internal public-facing web server at 192.168.1.50192.168.1.50 must be reachable from the internet at all times using a dedicated public address 203.0.113.10203.0.113.10. At the same time, 250 internal user workstations on the 192.168.1.0/24192.168.1.0/24 subnet require outbound internet connectivity using the single WAN interface IP address 203.0.113.1203.0.113.1. Which combination of NAT translation types should the administrator implement to satisfy both requirements?

Cevabı ve açıklamayı göster

Cevap: Configure a Static NAT mapping for the internal web server to 203.0.113.10203.0.113.10, and configure Port Address Translation (PAT/Overload) using the WAN interface for the workstation subnet.

Cevap

Configure a Static NAT mapping for the internal web server to 203.0.113.10203.0.113.10, and configure Port Address Translation (PAT/Overload) using the WAN interface for the workstation subnet.
Static NAT provides a permanent one-to-one mapping between an internal private IP and an external public IP, which is required for inbound traffic destined for internal web servers. Port Address Translation (PAT), also known as NAT Overload, allows multiple internal hosts to share a single public IP address simultaneously by multiplexing connection streams using unique Layer 4 port numbers.

Adım Adım Çözüm

1
Analyze the web server requirement
Inbound access requires a consistent, permanent 1-to-1 mapping between a private IP (192.168.1.50192.168.1.50) and a public IP (203.0.113.10203.0.113.10). This requires Static NAT.
External users initiating connections to an internal server require a fixed public IP address.
2
Analyze the workstation subnet requirement
250 internal hosts need outbound access sharing a single public IP address (203.0.113.1203.0.113.1). This requires Port Address Translation (PAT / NAT Overload).
PAT tracks individual sessions by mapping unique source transport port numbers to the single public IP address.
3
Combine the translation strategies
Implement Static NAT for the web server and PAT (Overload) for the internal subnet.
This hybrid approach fulfills both persistent inbound reachability and high-density outbound client access.

Anahtar Kavram

Static NAT vs. PAT (NAT Overload) Implementation
Soru 1747Soru

An active network link fails on an access switch operating under standard IEEE 802.1D Spanning Tree Protocol (STP). In what chronological order do the switches process and propagate this event across the switched network?

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

Cevabı ve açıklamayı göster

Cevap

The correct chronological sequence begins with the local switch generating a TCN BPDU upon link failure, sending it upstream toward the Root Bridge, followed by intermediate switches acknowledging receipt with a TCA flag and forwarding the TCN upstream. Next, the Root Bridge receives the TCN and broadcasts Configuration BPDUs with the TC flag set, causing all switches in the network to temporarily reduce their MAC address table aging timer to flush stale entries.
The correct order follows the standard 802.1D Topology Change Notification mechanism: Local event detection and TCN generation -> Upstream TCN transmission -> Hop-by-hop TCA acknowledgment -> Root Bridge TC flag announcement -> Network-wide MAC table aging timer reduction.

Adım Adım Çözüm

1
Identify the event trigger and initial frame generation.
The switch detecting the link transition creates a TCN BPDU.
802.1D requires local switches to report topology changes to the Root Bridge rather than flooding updates independently.
2
Propagate the notification upstream.
The TCN BPDU is sent out the Root Port toward the Root Bridge.
TCN BPDUs flow upward through the STP tree structure to reach the central root switch.
3
Process intermediate hop acknowledgments.
Upstream neighbors send a TCA flag back and continue forwarding the TCN.
Hop-by-hop acknowledgment ensures reliable delivery of the topology change notice.
4
Broadcast the network-wide topology change notification.
The Root Bridge receives the TCN and sets the TC flag in outgoing Configuration BPDUs.
The Root Bridge is the authoritative source for network-wide configuration updates.
5
Execute MAC table convergence across all switches.
Switches receiving the TC flag shorten their MAC table aging timer to the Forward Delay value (15 seconds).
Shortening the aging timer flushes MAC entries that may point to paths disrupted by the link failure.

Anahtar Kavram

802.1D Spanning Tree Topology Change Notification (TCN) propagation and MAC aging timer adjustment
Soru 1748Soru

A network administrator is auditing enterprise DNS configurations. Match each DNS resource record type on the left with its correct functional description on the right.

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

Öğeler

CNAME Record
MX Record
SRV Record
PTR Record

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

CNAME matches the alias-to-canonical domain description; MX matches the mail server routing description; SRV matches the service location (hostname, port, priority, weight) description; PTR matches the IP address-to-FQDN reverse lookup description.
Each DNS resource record fulfills a distinct network role: CNAME creates domain aliases; MX routes domain mail to designated email servers; SRV locates specific network services along with port and priority parameters; PTR performs reverse DNS lookups mapping IP addresses back to domain names.

Adım Adım Çözüm

1
Analyze CNAME functionality
CNAME provides alias redirection from one FQDN to another canonical domain name.
Alias names simplify domain administration when multiple services map to a single target host.
2
Analyze MX functionality
MX records specify mail handling hosts along with preference ordering.
Mail delivery protocols query MX records to determine destination mail servers for email delivery.
3
Analyze SRV functionality
SRV records define target host, port, priority, and weight for specific network protocols.
Applications requiring discovery of host ports (like Active Directory LDAP or SIP VoIP) rely on SRV records.
4
Analyze PTR functionality
PTR records perform IP-to-hostname reverse mapping.
Reverse DNS lookup zones (in-addr.arpa) resolve IP addresses to domain names for auditing and security verification.

Anahtar Kavram

DNS Resource Record Functions and Infrastructure Roles
Soru 1749Soru

During a wireless network site audit of an enterprise facility, a network technician discovers that four access points (APs) installed sequentially along a long corridor are operating on 2.4 GHz channels 1, 4, 8, and 11, respectively. Client devices connected near the middle of the corridor experience high frame retransmission rates and degraded throughput despite indicating strong signal strength. Which modification to the wireless spectrum configuration will best eliminate adjacent channel interference while preserving continuous coverage?

Cevabı ve açıklamayı göster

Cevap: Reassign the access points sequentially to channels 1, 6, 11, and 1, while adjusting transmit power to control co-channel interference between the non-adjacent channel 1 cells.

Cevap

Reassign the access points sequentially to channels 1, 6, 11, and 1, while adjusting transmit power to control co-channel interference between the non-adjacent channel 1 cells.
The 2.4 GHz Wi-Fi spectrum only contains three non-overlapping 20 MHz channels: 1, 6, and 11. Configuring access points on overlapping channels like 4 and 8 results in adjacent channel interference (ACI), which cannot be effectively negotiated by CSMA/CA mechanism and leads to frame corruption and retransmissions. Reallocating the access points to channels 1, 6, 11, and repeating channel 1 at the far end with tuned transmit power eliminates ACI and minimizes co-channel interference.

Adım Adım Çözüm

1
Analyze the 2.4 GHz channel plan and identify the cause of degradation.
Channels 1, 4, 8, and 11 overlap. Each 20 MHz channel occupies a 22 MHz spectral mask spanning 5 channel numbers. Channels 4 and 8 overlap with channels 1, 6, and 11.
Adjacent channel interference (ACI) prevents Wi-Fi devices from performing standard CSMA/CA contention detection, leading to packet collisions and high retransmissions.
2
Determine the standard non-overlapping channel scheme for 2.4 GHz deployments.
The only non-overlapping 20 MHz channel combination in North America/regulatory domains is channels 1, 6, and 11.
These channels have at least 25 MHz separation between center frequencies, preventing spectral overlap.
3
Formulate the remediation plan for a four-AP corridor deployment.
Assign channels 1, 6, 11, and reuse channel 1 on the furthest AP (1, 6, 11, 1). Lower transmit power on the channel 1 APs to limit cell overlap.
Reusing channel 1 with proper power calibration creates manageable co-channel interference (CCI) rather than destructive adjacent channel interference (ACI).

Anahtar Kavram

2.4 GHz Non-Overlapping Channel Assignment and ACI vs CCI Mitigation
Soru 1750Soru

A network administrator is configuring the management plane of an enterprise router to comply with baseline device hardening standards. The security policy mandates that all remote command-line management sessions use encrypted transport protocols, idle administrative sessions terminate automatically after 55 minutes of inactivity, and VTY access be restricted strictly to hosts within the internal management subnet (10.10.50.0/2410.10.50.0/24). Which set of configuration commands on the virtual terminal (VTY) lines correctly enforces this hardening policy?

Cevabı ve açıklamayı göster

Cevap: Configure `transport input ssh`, set `exec-timeout 5 0`, and apply an inbound IPv4 Access Control List restricting source addresses to `10.10.50.0/24`.

Cevap

The configuration that sets `transport input ssh`, `exec-timeout 5 0`, and an inbound Access Control List for `10.10.50.0/24` correctly fulfills all baseline management plane hardening requirements.
The option specifying `transport input ssh`, `exec-timeout 5 0`, and an inbound IPv4 Access Control List for `10.10.50.0/24` correctly satisfies all policy controls: SSH ensures transport encryption, `exec-timeout 5 0` enforces a 5-minute idle limit, and the inbound ACL restricts access exclusively to the authorized management subnet.

Adım Adım Çözüm

1
Identify the required secure management protocol
Disabling Telnet (port 23) and explicitly enabling SSH (port 22) via `transport input ssh` prevents eavesdropping and credential theft across the management network.
Cleartext management protocols violate baseline security policies.
2
Determine the syntax for the 5-minute idle session timeout
`exec-timeout 5 0` specifies 5 minutes and 0 seconds of allowed idle time before automatically logging out the administrative session.
Using `0 5` specifies 5 seconds, while `0 0` disables the timeout entirely, leaving sessions exposed.
3
Apply source network access restriction on VTY lines
An inbound access class referencing an ACL for `10.10.50.0/2410.10.50.0/24` ensures only authorized administrative hosts can initiate VTY connections.
Inbound filtering stops unauthorized connection attempts at the network layer before authentication is attempted.

Anahtar Kavram

Management Plane Hardening via VTY Line Security Controls
Tahmini Süre:1m 30s
Soru 1751Soru

A network engineer is preparing to integrate a new remote site into the corporateWAN over an IPsec VPN tunnel. Before configuring the routing policies and IPsec endpoints, the engineer needs to review a document that details subnets, IP address assignments, VLAN boundaries, and virtual interface routing paths, independent of physical device locations and rack space. Which documentation artifact should the engineer consult to verify these logical data paths and IP network boundaries?

Cevabı ve açıklamayı göster

Cevap: Logical network diagram

Cevap

The logical network diagram is the correct artifact to consult because it depicts IP addressing, subnetting, VLANs, and routing paths independent of physical hardware locations.
The option selecting the logical network diagram is correct because logical diagrams depict network structures from a functional perspective, including IP address ranges, subnets, VLAN IDs, routers, and routing relationships, regardless of physical cable paths or rack positions.

Adım Adım Çözüm

1
Identify the information required by the network engineer in the scenario.
The engineer needs subnets, IP address allocations, VLAN boundaries, and virtual interface routing paths.
VPN configuration and WAN routing require Layer 2 and Layer 3 logical information.
2
Evaluate documentation types against physical versus logical representation.
Physical network diagrams, rack elevations, and wiring schematics represent physical cabling, physical port layouts, and rack space allocation.
Physical diagrams do not show IP address boundaries or virtual routing relationships.
3
Select the diagram type designed specifically for IP addressing and logical data flows.
Logical network diagram.
Logical network diagrams map software-defined boundaries, subnets, protocol interactions, and IP addressing across network segments.

Anahtar Kavram

Logical Network Diagram vs Physical Network Documentation
Tahmini Süre:1m 15s
Soru 1752Soru

An infrastructure engineer is investigating an incident where telemetry data feeds from an edge gateway fail to reach a central monitoring cluster. After analyzing packet captures, the engineer successfully confirms that an MTU mismatch along the GRE tunnel path is causing fragmented packets to be dropped. Which action represents the next step the engineer should take according to the CompTIA troubleshooting methodology?

Cevabı ve açıklamayı göster

Cevap: Formulate a plan of action to rectify the tunnel MTU configuration while considering impact, and apply the required changes.

Cevap

Formulate a plan of action to rectify the tunnel MTU configuration while considering impact, and apply the required changes.
The scenario describes a technician who has already established a theory and tested it to confirm the cause (Step 3). According to the CompTIA methodology, the immediate next step (Step 4) is to establish a plan of action to resolve the issue while identifying potential side effects, and then implement the solution.

Adım Adım Çözüm

1
Identify the current phase of the troubleshooting process.
The scenario states that packet capture analysis confirmed the MTU mismatch as the root cause. This completes Step 3: Test the theory to determine cause.
Recognizing the completed step allows determination of the proper sequence.
2
Determine the next sequential step in the CompTIA 6-step troubleshooting methodology.
Following Step 3 (Test the theory), the next phase is Step 4: Establish a plan of action to resolve the problem and identify potential effects, then implement the solution.
CompTIA standards mandate establishing a structured plan and considering side effects before executing changes.

Anahtar Kavram

CompTIA Troubleshooting Methodology Step Order
Tahmini Süre:1m 30s
Soru 1753Soru

An organization maintains a database server that undergoes a full backup every Sunday at 01:00 and daily differential backups at 01:00 from Monday through Saturday. If the database server crashes on Friday at 15:00, which sequence of backup restorations must the network administrator perform to restore the database to its most recent valid state prior to the failure?

Cevabı ve açıklamayı göster

Cevap: Restore the Sunday full backup, followed by the Thursday differential backup.

Cevap

Restore the Sunday full backup, followed by the Thursday differential backup.
A differential backup records all data modified since the last full backup was taken. To recover a system using differential backups, an administrator only needs to restore the initial baseline full backup (Sunday) and the most recent differential backup created prior to the crash (Thursday at 01:00).

Adım Adım Çözüm

1
Identify the base restore point.
The last full backup executed on Sunday at 01:00.
Every system restoration requires the baseline full backup to re-establish the baseline filesystem and structure.
2
Identify the most recent completed target backup before the 15:00 Friday failure.
The Thursday differential backup executed at 01:00.
The Friday night backup has not run yet at 15:00 Friday, leaving Thursday's backup as the latest valid restore point.
3
Determine the restoration path for differential backups.
Apply only the Sunday full backup and the Thursday differential backup.
Differential backups accumulate all changes since the last full backup, requiring only the baseline full backup and the latest differential backup to achieve full restoration.

Anahtar Kavram

Differential Backup Restoration Procedure
Soru 1754Soru

Match each remote management technology with its primary operational capability or administrative scenario.

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

Öğeler

Switched Power Distribution Unit (PDU)
Serial Console Server
IP-KVM Switch
In-Band Secure Shell (SSH)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Switched Power Distribution Unit (PDU) pairs with performing remote hard power cycles; Serial Console Server pairs with providing aggregated out-of-band CLI access; IP-KVM Switch pairs with enabling OS-independent graphical BIOS access; In-Band Secure Shell (SSH) pairs with managing device configurations over the production network transport link.
Each management technology fulfills a specific niche in network administration: Switched PDUs control outlet power for frozen hardware; Serial Console Servers aggregate serial console cables for direct CLI management when IP paths fail; IP-KVM devices deliver remote video, keyboard, and mouse control at the hardware/BIOS level regardless of operating system state; and In-Band SSH provides encrypted CLI management through the primary production network paths.

Adım Adım Çözüm

1
Identify the distinct operational layer and function of each remote access mechanism.
Switched PDUs operate at the electrical outlet level, console servers and IP-KVMs operate out-of-band at physical hardware/console interfaces, while SSH operates in-band over production IP networks.
Differentiating between power control, serial access, peripheral abstraction, and network-level transport protocols isolates each tool's target scenario.
2
Map each hardware tool or protocol to its specific administrative use case.
Switched PDU controls electrical power state; Console Server aggregates serial CLI lines; IP-KVM handles KVM display/input prior to OS initialization; SSH manages active operational devices in-band.
Matching capabilities directly aligns system administration requirements with proper infrastructure solutions.

Anahtar Kavram

Out-of-Band vs. In-Band Remote Management Technologies
Tahmini Süre:1m 30s
Soru 1755Soru

During a security audit, a network administrator discovers that an rogue laptop plugged into an unmanaged wall jack successfully established an 802.1Q trunking link with the local access switch by sending dynamic trunking negotiation messages. This enabled the device to capture and inject traffic across multiple internal VLANs. Which of the following network attack types did the rogue device execute?

Cevabı ve açıklamayı göster

Cevap: Switch spoofing

Cevap

Switch spoofing is the attack vector used by an unauthorized device to emulate a switch and negotiate an 802.1Q trunk link to access multiple VLANs.
Switch spoofing occurs when an attacker configures a system to send trunking negotiation packets (e.g., DTP frames) to a switch port configured in dynamic trunking mode. If successful, the switch negotiates a trunk link with the attacker's device, giving the attacker access to all traffic traveling across the trunked VLANs.

Adım Adım Çözüm

1
Analyze the attack mechanism described in the scenario
The attacking host sends dynamic negotiation frames (such as Dynamic Trunking Protocol / DTP) to trick an switch port configured in dynamic auto/desirable mode into forming a trunk.
Establishing an 802.1Q trunk gives the connected device access to untagged and tagged frames across all VLANs allowed on that trunk interface.
2
Differentiate Layer 2 VLAN exploitation techniques
Configuring a rogue host to pretend to be a switch to form a trunk connection is explicitly defined as switch spoofing.
This contrasts with double tagging (VLAN hopping via nested 802.1Q tags) or ARP poisoning (manipulating local MAC-IP resolution tables).

Anahtar Kavram

Switch Spoofing and VLAN Security
Soru 1756Soru

A network technician is configuring an out-of-the-box managed network switch to establish a secure management baseline prior to production deployment. Arrange the implementation steps in the correct chronological order from first to last to properly configure hardened remote access.

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

Cevabı ve açıklamayı göster

Cevap

The correct operational sequence is: 1) Change default administrative credentials, 2) Generate cryptographic asymmetric host keys, 3) Configure VTY line transport to enforce SSH exclusively, 4) Apply an Access Control List (ACL) to the VTY lines, 5) Configure aggressive session exec-timeouts and unauthorized access login banners.
Establishing a hardened management baseline requires a logical, sequential workflow: credentials must first be secured to remove vendor defaults. Next, asymmetric host keys must be generated because SSH cannot operate without active encryption keys. Once keys exist, VTY transport can be set exclusively to SSH while disabling Telnet. VTY Access Control Lists (ACLs) are then applied to restrict remote connections to authorized management subnets, and finally, operational controls such as idle session exec-timeouts and login banners are configured to prevent unattended session hijacking.

Adım Adım Çözüm

1
Eliminate administrative default credentials.
Default passwords are replaced with secure, unique administrator accounts.
Default credentials present the immediate primary vector of exposure on factory-reset hardware.
2
Generate device asymmetric key pairs.
An RSA/ECDSA key pair is stored in device flash memory.
Secure Shell (SSH) cannot run or accept connections until local host encryption keys exist.
3
Enforce secure management protocols on virtual terminal (VTY) lines.
Telnet and HTTP transport are blocked; SSH is required.
Enforcing SSH prevents plaintext transmission of management data across the network.
4
Restrict VTY line access using an IPv4/IPv6 ACL.
Only management workstation subnets can initiate VTY connections.
Network-level access control filters reduce exposure by dropping unauthorized connection attempts at the VTY interface.
5
Apply operational safety controls (exec-timeout and security banners).
Inactive sessions terminate automatically and access policies are displayed prior to authentication.
Session timeouts prevent hijacking of unattended administrative terminals, completing the baseline workflow.

Anahtar Kavram

Device Management Plane Baseline Hardening Workflow
Soru 1757Soru

A network engineer is provisioning a dedicated VLAN for an isolated building management network that requires static IP address assignments for exactly 27 environmental control sensors. To conserve IPv4 address space while accommodating all devices, which subnet mask should be configured on the network interface?

Cevabı ve açıklamayı göster

Cevap: 255.255.255.224

Cevap

The subnet mask 255.255.255.224 (/27) is the correct choice as it provides 30 usable IP addresses, meeting the 27-host requirement with minimal address waste.
To support 27 host devices, the smallest block size needed must yield at least 27 usable IPs. Using 5 host bits gives 2^5 - 2 = 30 usable host IP addresses, which corresponds to a /27 prefix length or 255.255.255.224. This satisfies the requirement while minimizing address waste.

Adım Adım Çözüm

1
Determine the required number of usable host IP addresses.
The network requires at least 27 usable host IP addresses.
Each sensor requires a unique static IP address on the subnet.
2
Calculate the host bit requirement using the formula 2^h - 2 >= required_hosts.
For h = 5, 2^5 - 2 = 30 usable hosts (since 2^4 - 2 = 14 is too small).
Two addresses in every IPv4 subnet are reserved for the network ID and broadcast address.
3
Convert the host bits to a CIDR prefix and dotted-decimal subnet mask.
32 total bits - 5 host bits = /27 prefix. In dotted-decimal notation, /27 corresponds to 255.255.255.224.
The fourth octet has 3 network bits enabled (128 + 64 + 32 = 224).

Anahtar Kavram

Subnet Host Capacity and Mask Calculation
Tahmini Süre:1m 15s
Soru 1758Soru

A network engineer is deploying a stateless Access Control List (ACL) on a router WAN interface to allow internal hosts on subnet 172.16.10.0/24172.16.10.0/24 to access an external HTTPS web service hosted at 198.51.100.25198.51.100.25. The engineer configures an outbound ACL rule permitting TCP traffic from source subnet 172.16.10.0/24172.16.10.0/24 to destination host 198.51.100.25198.51.100.25 on destination port 443443. However, users report that connection attempts to the external web service continuously time out. Which of the following best explains why the connection fails and identifies the necessary solution?

Cevabı ve açıklamayı göster

Cevap: The stateless ACL does not automatically permit return traffic; an inbound rule must be configured to permit returning TCP traffic from source port 443 to the internal subnet's ephemeral destination ports.

Cevap

The stateless ACL drops return traffic because it does not maintain session state; an inbound ACL entry allowing return TCP traffic from source port 443 to ephemeral destination ports must be added.
Stateless Access Control Lists perform packet-by-packet inspection without keeping track of TCP connection states. While the outbound ACL permits initiating packets from internal hosts to destination port 443, the response traffic from the server back to the client's ephemeral ports is blocked by the router's default implicit deny rule on the return path. To resolve this, a stateless ACL requires an explicit inbound rule permitting TCP traffic originating from port 443 back to internal IP addresses, or the deployment of a stateful firewall that dynamically permits return traffic for established sessions.

Adım Adım Çözüm

1
Analyze the behavior of stateless packet filtering.
Stateless filters inspect each packet independently without maintaining connection state tables.
Outbound packets reach the destination server, but returning packets from the server back to the client arrive on dynamic ephemeral ports.
2
Identify the cause of connection timeouts.
The returning packets from the server encounter the ACL's implicit deny all rule on the inbound interface.
Because no explicit inbound rule exists to allow return traffic from port 443, return packets are dropped, preventing completion of the TCP three-way handshake.
3
Determine the required resolution.
Add an inbound ACL rule allowing source port 443 traffic to the internal host subnet, or implement stateful inspection.
Stateful firewalls track TCP handshakes automatically, permitting return packets matching established sessions without manual bi-directional rules.

Anahtar Kavram

Stateless vs. Stateful Firewall Filtering
Soru 1759Soru

When evaluating dynamic routing protocol operations within an enterprise network, which of the following operational characteristics accurately distinguish link-state routing protocols from distance-vector routing protocols? (Select TWO)

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

Cevabı ve açıklamayı göster

Cevap: Link-state protocols build a complete, synchronized topology database of the network area and run the Shortest Path First algorithm to calculate optimal routes.; Link-state protocols send multicast event-triggered updates only when a link state or network topology change is detected.

Cevap

Link-state dynamic routing protocols maintain a synchronized topology database calculated via the Shortest Path First algorithm and flood incremental update notifications only when network state changes occur.
Link-state dynamic routing protocols operate by maintaining a complete map of the entire network topology in a synchronized database. Each router uses Dijkstra's Shortest Path First algorithm to build its routing table independently. Additionally, link-state protocols conserve bandwidth and speed up convergence by sending multicast updates only when network changes take place.

Adım Adım Çözüm

1
Identify the key operational mechanisms of link-state dynamic routing protocols.
Link-state protocols (such as OSPF and IS-IS) collect Link-State Advertisements to form a complete Link-State Database (LSDB) representing all routers and links in an area.
This global topology awareness allows each router to independently execute Dijkstra's Shortest Path First (SPF) algorithm.
2
Analyze how link-state protocols handle network updates compared to distance-vector protocols.
Link-state routers exchange incremental multicast updates only when a topology change occurs, avoiding unnecessary periodic full-table updates.
Event-driven incremental updates reduce bandwidth consumption and accelerate convergence across large networks.

Anahtar Kavram

Link-State vs. Distance-Vector Dynamic Routing Operations
Soru 1760Soru

A network systems administrator is auditing the public DNS zone configuration for an enterprise domain (enterprise.exampleenterprise.example) to support a new email server deployment. The administrator runs the following diagnostic command to inspect existing records:

text
; <<>> DiG 9.16.1-Ubuntu <<>> enterprise.example TXT
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 41209
;; QUESTION SECTION:
;enterprise.example. IN TXT

;; ANSWER SECTION:
enterprise.example. 3600 IN TXT "v=spf1 ip4:198.51.100.25/28 -all"

To complete the setup for receiving inbound email and ensuring valid domain authentication, which TWO DNS resource records must be properly configured in the forward lookup zone?

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

Cevabı ve açıklamayı göster

Cevap: An MX record mapping the domain apex to the mail server's FQDN alongside an assigned preference number.; A TXT record at the domain apex containing the Sender Policy Framework (SPF) string identifying authorized sending IP addresses.

Cevap

The correct records to configure are an MX record directing mail traffic to the server's FQDN with a preference value, and a TXT record containing the SPF policy string.
To establish email services, an enterprise requires an MX record to specify the receiving mail server's FQDN along with a preference value. Additionally, domain authentication relies on a TXT record at the zone apex containing SPF specifications (v=spf1...v=spf1...) to declare authorized sending IP addresses.

Adım Adım Çözüm

1
Identify the record type required for inbound email routing.
Inbound SMTP servers are discovered by querying Mail Exchanger (MX) records, which point to an A/AAAA record target and include a preference priority.
External sending mail servers query MX records for the destination domain to determine where to deliver message payloads.
2
Identify the record type required for email authentication and SPF policy publication.
Sender Policy Framework (SPF) policies are published using TXT resource records placed at the domain apex.
Receiving mail servers retrieve TXT records containing the 'v=spf1' prefix to evaluate whether the sending server's IP is permitted to send mail for that domain.
3
Evaluate why alternative options are invalid for forward zone email configuration.
PTR records belong in reverse lookup zones, SRV records are not used for standard SMTP host discovery, and DNS TXT queries operate normally over UDP port 53.
Correct DNS design requires matching record functionality and zone types to protocol standards.

Anahtar Kavram

DNS Infrastructure and Resource Record Functions (MX and TXT/SPF)
Tahmini Süre:2m 0s
ÖncekiSayfa 88 / 112Sonraki
Tüm alıştırma soruları — CompTIA Network+ | Examkin