Network Operations

362 questions

Question 261Question

A server located at a remote branch office experiences a severe kernel panic, causing its host operating system to crash completely and lose network connectivity. An engineer needs to remotely inspect the server's POST output, modify BIOS/UEFI settings, and reinstall the operating system without traveling to the site. Which solution provides the hardware-level console and display access required to perform these tasks?

Show answer & explanation

Answer: An IP-KVM switch attached to the server's video output and USB ports

Answer

An IP-KVM switch attached to the server's video output and USB ports provides out-of-band, hardware-level access to the BIOS/UEFI and POST sequence independent of the operating system.
An IP-KVM (Keyboard, Video, Mouse over IP) device connects directly to the motherboard or graphics output and USB ports of the physical server. It operates independently of the target server's operating system and internal network stack, providing remote administrators with unconstrained access to the pre-boot environment, BIOS/UEFI configurations, and low-level recovery consoles.

Step-by-Step Solution

1
Analyze the management access requirements
The target system has suffered an operating system crash, meaning in-band network services and OS-dependent daemons are offline.
Remote BIOS/UEFI access and POST inspection require an out-of-band mechanism operating at the hardware layer below the operating system.
2
Evaluate candidate remote management technologies
IP-KVM captures raw display output directly from the graphics card and redirects USB keyboard/mouse control over an independent network link.
Because IP-KVM hardware functions independently of host software, it allows full low-level administration even during OS kernel panics.

Key Concept

IP-KVM Hardware Out-of-Band Management
Estimated Time:1m 15s
Question 262Question

Match each remote management tool or protocol to the operational scenario where it serves as the primary solution.

Click a left item, then click its matching right item

Items

Serial Console Server
In-Band SSH
Switched PDU
IP-KVM

Matches

Show answer & explanation

Answer

Serial Console Server connects to RS-232 ports for access during WAN outages; In-Band SSH provides encrypted CLI management over an operational IP network; Switched PDU enables remote hard reboots of unresponsive power supplies; IP-KVM delivers hardware-level keyboard/video/mouse control for pre-OS/BIOS configuration.
Out-of-band management techniques (Serial Console Servers, IP-KVMs, and Switched PDUs) bypass primary network interfaces and host OS states to provide low-level access or power control, whereas in-band protocols (SSH) manage operational systems over standard IP network connections.

Step-by-Step Solution

1
Differentiate between in-band and out-of-band management methods
In-band methods (SSH) rely on standard data network connectivity; out-of-band methods (Console server, Switched PDU, IP-KVM) function independently of host OS or primary IP network availability.
Choosing the correct tool requires analyzing whether the host network stack or operating system is functional.
2
Map physical control requirements to out-of-band management capabilities
Power cycling requires power outlet switching (Switched PDU); GUI/BIOS interaction requires video signal redirection (IP-KVM); direct router serial access requires asynchronous console aggregation (Serial Console Server).
Each out-of-band hardware component interfaces with a different physical plane of the target device.

Key Concept

Distinguishing between in-band protocols and specialized out-of-band management hardware mechanisms based on target system state and failure mode.
Estimated Time:1m 30s
Question 263Question

A network operations center team notices periodic bandwidth spikes on a branch office WAN router interface. While SNMP counter polling indicates overall interface throughput, it fails to reveal which internal endpoints or protocols are responsible for the spikes. Which network performance telemetry technology should be implemented on the router interface to capture per-flow traffic details, including source and destination IP addresses?

Show answer & explanation

Answer: IPFIX (IP Flow Information Export) flow telemetry

Answer

IPFIX (IP Flow Information Export) flow telemetry is the correct choice because it exports granular flow data (including source/destination IP addresses, port numbers, and byte counts) required to identify specific endpoints and applications causing traffic spikes.
IPFIX (IP Flow Information Export) provides flow-level granularity by summarizing packet streams based on key fields (source IP, destination IP, source port, destination port, and protocol). This allows network engineers to identify top talkers and specific application usage during throughput anomalies.

Step-by-Step Solution

1
Analyze the monitoring requirement
The requirement demands tracking granular per-flow traffic details (source/destination IP addresses and application protocols) rather than aggregate interface bandwidth.
SNMP interface counters only show total byte/packet counts passing through an interface over time.
2
Evaluate candidate telemetry technologies
IPFIX/NetFlow extracts key fields from packet headers to build flow records containing IP addresses, ports, and protocols.
Flow telemetry specifically addresses the visibility gap between overall interface utilization and per-host activity.

Key Concept

Flow-Based Telemetry vs. Device State/Metric Monitoring
Estimated Time:1m 30s
Question 264Question

A network administrator is implementing a telemetry and metric collection framework across core edge routers. The management policy mandates cryptographic authentication and payload encryption for device health polling, alongside flow-level traffic analysis to identify bandwidth-intensive applications. Which of the following solutions should the administrator deploy to fulfill these monitoring objectives? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: SNMPv3 configured with authPriv to encrypt polling traffic and authenticate management requests for hardware metrics.; IPFIX flow telemetry exported to a centralized collector to analyze protocol distribution and bandwidth consumption per flow.

Answer

The administrator should deploy SNMPv3 configured with authPriv for encrypted health polling and IPFIX flow telemetry for tracking application bandwidth consumption.
Deploying SNMPv3 with authPriv satisfies security requirements by providing authenticated and encrypted polling for router CPU, memory, and interface metrics. Implementing IPFIX provides flow-based telemetry to track volume and application-level bandwidth usage across network interfaces.

Step-by-Step Solution

1
Evaluate secure polling requirements for hardware health metrics.
Identified SNMPv3 with authPriv mode as the only standard SNMP version that enforces both message integrity/authentication and privacy/encryption.
Legacy versions like SNMPv2c transmit data and credentials unencrypted in cleartext.
2
Evaluate traffic flow analysis requirements for application bandwidth consumption.
Selected IPFIX flow telemetry export.
Flow telemetry protocols such as IPFIX gather detailed layer 3/4 metadata to analyze flow-level throughput, top talkers, and protocol breakdowns.

Key Concept

Network Telemetry Protocol Selection and SNMP Security Levels
Question 265Question

A network administrator loses all network access to a remote branch router following a fiber cut on the primary WAN circuit. The administrator needs to establish a command-line interface (CLI) session to inspect the router's boot process and interface status without relying on the down IP network link. Which mechanism provides remote management capabilities in this out-of-band scenario?

Show answer & explanation

Answer: A terminal server attached to the router's serial console port and connected to an external cellular modem

Answer

Connecting a terminal server to the router's serial console port backed by a cellular modem provides true out-of-band management isolated from primary network outages.
Out-of-band (OOB) management provides a dedicated, alternative access path to network hardware that functions independently of the primary data network. A cellular modem connected to a terminal server allows direct serial console connection to the router's CLI, enabling administrators to troubleshoot even when the main WAN fiber link is completely cut.

Step-by-Step Solution

1
Analyze the operational failure constraint.
The primary WAN link is down due to a fiber cut, rendering all in-band IP communication mechanisms inaccessible.
In-band management relies on the operational state of the primary network interfaces and routing infrastructure.
2
Identify the required management architecture.
An out-of-band (OOB) solution is required to bypass the main network path entirely.
Out-of-band management utilizes an independent physical or wireless communication channel (e.g., cellular network or POTS dial-up) to access device console/serial ports.
3
Evaluate the valid technical deployment.
A cellular modem paired with a terminal server connected directly to the device's RS-232/RJ-45 console port provides direct CLI access regardless of primary WAN state.
This setup allows system administrators to troubleshoot hardware, view system boot logs, and reconfigure settings remotely during total network outages.

Key Concept

Out-of-Band (OOB) Management
Question 266Question

Users at a corporate branch office report frequent audio distortion and frame freezing during real-time video conferencing calls. The network administrator verifies that total interface bandwidth utilization remains low, but suspects variable packet arrival delay is causing the degradation. The administrator must establish performance polling of router MIB counters for this metric while ensuring management traffic is both cryptographically authenticated and fully encrypted. Which monitoring configuration should the administrator implement?

Show answer & explanation

Answer: SNMPv3 configured with the authPriv security level

Answer

The network administrator should implement SNMPv3 configured with the authPriv security level.
The correct answer specifies SNMPv3 with the authPriv security level. SNMPv3 is the only SNMP version that natively supports advanced security features. The authPriv (Authentication and Privacy) security level uses hashing algorithms like SHA for authenticating management users and symmetric encryption algorithms like AES to encrypt MIB query payloads, protecting performance monitoring data against sniffing.

Step-by-Step Solution

1
Identify the required network metric and management requirements
The scenario identifies variable packet arrival delay (jitter) requiring MIB polling, alongside mandatory authentication and encryption for management traffic.
Tracking device performance counters requires SNMP querying, while organizational security policy mandates protecting telemetry in transit.
2
Evaluate SNMP security levels for compliance
SNMPv3 supports three security levels: noAuthNoPriv (no auth, no encryption), authNoPriv (authentication, no encryption), and authPriv (authentication and encryption).
Only authPriv satisfies the mandate for both identity verification and payload confidentiality.

Key Concept

SNMP Version 3 Security Levels and Network Telemetry
Estimated Time:1m 15s
Question 267Question

A network engineer is configuring a resilient remote access and out-of-band (OOB) management solution for network hardware installed at an unstaffed edge data center. The implementation must ensure administrators maintain management access to device consoles and can power-cycle unresponsive equipment during a complete failure of the primary WAN link. Which TWO of the following components should be deployed to meet these operational requirements? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: An out-of-band terminal server connected to device serial console ports and equipped with an independent cellular modem; Smart switched Power Distribution Units (PDUs) reachable via the dedicated out-of-band management network

Answer

The correct deployments are an out-of-band terminal server connected to serial console ports with an independent cellular modem, and smart switched Power Distribution Units (PDUs) connected to the out-of-band management network.
Out-of-band (OOB) management relies on physically isolated alternate communication paths. Connecting hardware serial console ports to a terminal server backed by an independent cellular modem preserves command-line access during primary network transport cuts. Additionally, switched PDUs allow administrators to execute remote power-cycling of frozen equipment over the OOB pathway when soft reboots cannot execute.

Step-by-Step Solution

1
Identify the primary functional requirement for remote console access during a WAN link cut.
Out-of-band console access requires an independent channel such as a cellular modem paired with a terminal server connected to RS-232 serial console ports.
In-band management paths become completely inaccessible whenever the primary WAN circuit fails.
2
Identify the mechanism needed to reboot frozen network devices remotely.
Switched Power Distribution Units (PDUs) allow remote socket power cycling.
When a network operating system crashes or freezes completely, soft reboots via software commands cannot process, necessitating a physical hard power cycle via an OOB-managed PDU.

Key Concept

Out-of-Band (OOB) Management Infrastructure
Question 268Question

Match each network performance metric or monitoring mechanism on the left with its corresponding operational description or primary diagnostic use case on the right.

Click a left item, then click its matching right item

Items

Jitter
SNMPv3 AuthPriv
IPFIX / Flow Telemetry
Latency

Matches

Show answer & explanation

Answer

Jitter pairs with variance in packet arrival delay; SNMPv3 AuthPriv pairs with authenticated and encrypted MIB polling; IPFIX / Flow Telemetry pairs with exporting packet header metadata for flow-level bandwidth analysis; Latency pairs with total round-trip time measurement.
Each metric and monitoring technology aligns directly with its functional definition: Jitter measures arrival delay variation; SNMPv3 AuthPriv enforces both authentication and payload encryption; IPFIX aggregate flow metadata for conversation analysis; and Latency measures time delay (RTT) across a network path.

Step-by-Step Solution

1
Identify the primary performance characteristics of time-delay metrics.
Latency represents overall round-trip delay, whereas Jitter represents the fluctuation or variation in that delay over time.
Differentiating steady delay from variable delay is critical for diagnosing real-time traffic performance.
2
Distinguish between device management polling protocols and traffic flow telemetry protocols.
SNMPv3 AuthPriv handles encrypted MIB polling, while IPFIX exports flow-level metadata for traffic analysis.
SNMP gathers device status and counter metrics, whereas flow exporter protocols analyze conversation details across network interfaces.

Key Concept

Network Performance Monitoring Metrics and Management Telemetry Protocol Selection
Question 269Question

A network administrator needs to establish out-of-band management access to the text-based command-line interfaces of several managed switches in a remote datacenter rack. The switches lost all primary in-band IP connectivity following a local network configuration error, but their RS-232 serial console ports remain operational. Which device should be deployed in the rack to aggregate these serial connections and provide remote console access over the network?

Show answer & explanation

Answer: A terminal server connected to the serial console ports of the network switches

Answer

A terminal server connected to the serial console ports of the network switches
A terminal server (console server) concentrates multiple RS-232 serial console connections into a single network device, enabling out-of-band administration of switch command-line interfaces even when primary in-band IP network access is completely offline.

Step-by-Step Solution

1
Identify the management interface type required by the target devices.
The switches require access via their RS-232 serial console ports to reach the text-based command-line interface.
The scenario specifies that all primary in-band IP interfaces are down and command-line access via serial ports is required.
2
Evaluate which hardware device aggregates serial console lines for remote network management.
A terminal server (also called a console server) converts multiple RS-232 serial ports into IP packets, allowing secure Telnet/SSH sessions to connect directly to device console ports over an out-of-band connection.
Terminal servers are specifically designed for out-of-band management of serial devices.

Key Concept

Out-of-band (OOB) console management using terminal/console servers to access RS-232 serial interfaces during in-band network outages.
Question 270Question

Match each remote access technology or management tool on the left with the operational scenario on the right for which it serves as the most appropriate solution.

Click a left item, then click its matching right item

Items

Direct Serial Console Cable (Rollover)
Switched Power Distribution Unit (PDU)
Cellular-enabled Terminal Server
VNC over SSH Tunnel

Matches

Show answer & explanation

Answer

Direct Serial Console Cable matches initial CLI configuration on unconfigured devices. Switched PDU matches hard power cycling frozen appliances. Cellular-enabled Terminal Server matches remote CLI console access during primary WAN link failure. VNC over SSH Tunnel matches secure remote graphical desktop access.
Each management solution directly aligns with the operational constraints: Direct serial console works on unconfigured devices with no IP address; switched PDUs control power outlets for frozen hardware; cellular terminal servers provide an independent wireless OOB path during primary link outages; and VNC tunneled over SSH provides secure encrypted remote GUI access.

Step-by-Step Solution

1
Analyze the management requirements for unconfigured network devices.
Unconfigured devices lack IP addresses, requiring direct physical serial console connectivity.
Serial connections bypass lower-layer networking requirements.
2
Evaluate hardware control options for unresponsive devices.
Devices with locked operating systems require physical electrical power control provided by switched PDUs.
In-band or serial management commands cannot execute if the host operating system is frozen.
3
Identify backup out-of-band communication paths for branch sites.
Cellular terminal servers aggregate console ports and route management traffic over cellular networks when primary landline WAN links drop.
Maintains out-of-band management independent of primary transport infrastructure.
4
Determine secure graphical remote desktop access protocols.
Encapsulating unencrypted VNC traffic inside an encrypted SSH tunnel secures desktop graphical sessions over untrusted networks.
Combines VNC graphical interface functionality with SSH security.

Key Concept

Selecting appropriate in-band, out-of-band, physical, and remote management technologies based on network health, device status, and security constraints.
Question 271Question

A system administrator monitoring enterprise server infrastructure notices that a critical database connection experiences low throughput and high packet retransmissions. Interface telemetry on the switch port reveals an increasing count of late collisions, runts, and CRC frame errors, even though link bandwidth utilization remains under 15%. Which of the following interface issues is the most probable root cause of these performance metrics?

Show answer & explanation

Answer: A duplex mismatch between the switch port and the database server network card

Answer

A duplex mismatch between the switch port and the database server network card is the most probable root cause.
A duplex mismatch occurs when one end of an Ethernet link operates in full-duplex mode while the opposing end operates in half-duplex mode. The full-duplex device transmits data whenever ready without checking for carrier sense, causing the half-duplex device to detect collisions mid-transmission (late collisions), resulting in runts and CRC frame errors.

Step-by-Step Solution

1
Analyze the reported interface metrics
Identified low bandwidth utilization (<15%) alongside high rates of late collisions, runts, and CRC errors.
Late collisions occur when a device detects a collision after transmitting the first 64 bytes of a frame, indicating a collision domain timing misconfiguration.
2
Evaluate layer 2 duplex operation mechanisms
Recognized that when one side of a link is forced to full-duplex and the other auto-negotiates to half-duplex, the half-duplex end senses collisions while the full-duplex end transmits continuously.
This mismatch causes frame corruption, runts, CRC errors, and late collisions on the half-duplex interface.
3
Correlate symptoms to the correct diagnostic cause
Determined that duplex mismatch directly explains all observed metric anomalies without indicating physical cable failure.
Correctly pinpoints duplex settings rather than cable integrity or SNMP management traffic.

Key Concept

Duplex Mismatch Diagnostic Metrics
Question 272Question

A system administrator needs to perform BIOS-level firmware updates and observe the full pre-boot POST process on a critical bare-metal server located in a remote data center. The server's primary operating system is currently unresponsive, and local network adapters are disabled. Which out-of-band remote management technology provides keyboard, video, and mouse interaction at the hardware level regardless of the operating system state?

Show answer & explanation

Answer: IP-KVM (Keyboard, Video, and Mouse over IP) switch

Answer

The correct solution is to deploy an IP-KVM switch, which operates independently of the host operating system to capture display output and direct peripheral inputs.
An IP-KVM switch connects directly to the hardware display and USB/peripheral interfaces of the server, encoding keyboard, video, and mouse signals across a dedicated out-of-band network. This allows administrators to view the pre-boot POST sequence, access BIOS/UEFI settings, and troubleshoot hardware failures even when the operating system is corrupt or offline.

Step-by-Step Solution

1
Analyze the operational constraint described in the scenario.
The server's operating system is completely unresponsive, host network adapters are offline, and access is needed at the pre-boot BIOS/POST level.
In-band software protocols (such as SSH or RDP) depend on a running operating system kernel and active OS networking stack.
2
Evaluate hardware-level Out-of-Band (OOB) access methods.
IP-KVM technology connects directly to the server's physical display out (VGA/HDMI/DisplayPort) and USB ports, encoding the signal for IP transmission across a dedicated management network.
This provides full remote visual and input control even when the host OS is down or failing POST.

Key Concept

Out-of-Band Management using IP-KVM for Hardware-Level Control
Question 273Question

A network administrator needs to establish a performance monitoring strategy for a critical enterprise WAN link. The requirements state that the solution must securely collect interface baseline utilization counters without exposing management data to sniffing, while also providing flow-level insight into which specific applications and endpoints are consuming bandwidth. Which of the following protocols and configurations should the administrator deploy? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: SNMPv3 configured with the authPriv security level to securely poll interface metrics and device health counters.; IPFIX flow export routed through an encrypted tunnel to provide granular traffic statistics and protocol breakdowns.

Answer

Deploying SNMPv3 configured with the authPriv security level alongside IPFIX flow export transmitted over an encrypted tunnel.
Complete network performance monitoring requires both metric counter polling and traffic flow analysis. SNMPv3 with authPriv fulfills the requirement for secure, encrypted baseline metric polling, while IPFIX exports granular flow-level metadata for application bandwidth profiling.

Step-by-Step Solution

1
Determine the protocol for secure interface baseline metrics.
SNMPv3 with authPriv satisfies authentication and payload encryption requirements for device counter polling.
Legacy SNMP versions (v1 and v2c) transmit community strings in cleartext and do not support payload encryption.
2
Determine the mechanism for granular flow-level application visibility.
IPFIX (or NetFlow) extracts session telemetry (IPs, ports, byte volume) for traffic breakdown across the link.
SNMP provides interface aggregate counts, whereas flow telemetry reveals which specific endpoints and protocols cause bandwidth spikes.

Key Concept

Combining SNMPv3 authPriv polling with IPFIX flow exporting for comprehensive and secure network performance monitoring.
Estimated Time:1m 30s
Question 274Question

A network administrator is designing an out-of-band (OOB) remote management infrastructure to maintain emergency administrative access to core network devices during a primary WAN transport failure. Which of the following implementation steps are required to establish a secure, dedicated out-of-band management solution? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Connecting device serial console ports to a dedicated terminal server; Connecting an auxiliary cellular modem to provide network connectivity isolated from the primary ISP link

Answer

To establish secure out-of-band management during primary network circuit failures, administrators must connect device serial console ports to a terminal server and attach an auxiliary cellular modem to provide independent external access.
Out-of-band management requires access pathways completely independent of the production IP network. Directing device serial console ports into a terminal server guarantees physical console access, while equipping the system with an auxiliary cellular modem provides an alternative wireless telecommunications path into the network when primary wired circuits fail.

Step-by-Step Solution

1
Analyze out-of-band (OOB) management isolation requirements
True OOB access must operate over a dedicated physical path isolated from primary production networks and ISP connections.
Primary transport failures render standard in-band management interfaces unreachable.
2
Evaluate hardware interface connections for device console access
Connecting serial console ports to a terminal server provides direct hardware-level CLI access.
Console ports remain accessible even when operating systems experience network stack failures or interface shutdowns.
3
Select an independent alternate communication link
Attaching an auxiliary cellular modem to the terminal server enables remote dialing or secure connection across cellular infrastructure.
Cellular connections provide an alternate transport mechanism unimpacted by wired local loop fiber cuts or ISP disruptions.

Key Concept

Out-of-Band (OOB) Management Architecture
Question 275Question

An organization's security policy mandates that all telemetry and network performance monitoring data collected from core routers must be protected against eavesdropping and data tampering. When configuring SNMPv3 monitoring agents on these devices, which security level must be enabled to provide both cryptographic authentication and data payload encryption?

Show answer & explanation

Answer: authPriv

Answer

The authPriv security level is required because it implements both user authentication and packet payload encryption.
The authPriv (Authentication with Privacy) security level in SNMPv3 provides HMAC cryptographic authentication to verify packet integrity and sender identity, alongside symmetric key encryption (such as AES) to secure the payload content from unauthorized interception.

Step-by-Step Solution

1
Identify the security requirements stated in the scenario.
The scenario requires protection against both unauthorized tampering (authentication) and eavesdropping (encryption/privacy).
Security mandates for sensitive performance management traffic require confidential and authentic telemetry transmission.
2
Evaluate SNMPv3 security model parameters.
SNMPv3 defines three primary security levels: noAuthNoPriv, authNoPriv, and authPriv.
Understanding the distinction between authentication (auth) and privacy/encryption (priv) determines the correct protocol configuration.
3
Select the SNMPv3 level meeting both criteria.
authPriv satisfies both requirements by combining HMAC authentication with symmetric cipher encryption (AES/DES).
Only authPriv enables full payload encryption alongside user identity verification.

Key Concept

SNMPv3 Security Levels
Estimated Time:1m 0s
Question 276Question

An enterprise systems administrator is organizing management channels across data centers and branch locations. Match each administrative capability on the left with the specific remote management mechanism or hardware solution on the right that provides that capability.

Click a left item, then click its matching right item

Items

Remote rebooting of power-locked hardware by toggling individual rack outlet sockets
Out-of-band serial CLI access to network equipment during complete primary WAN circuit failure
Secure, encrypted command-line shell administration over an established in-band IP network
Remote Graphical User Interface (GUI) access for pre-boot BIOS configuration and OS installation on bare-metal servers

Matches

Show answer & explanation

Answer

1. Remote rebooting of power-locked hardware matches Switched Power Distribution Unit (Switched PDU). 2. Out-of-band serial CLI access matches Cellular modem paired with a console terminal server. 3. Secure encrypted CLI administration matches Secure Shell (SSH) protocol. 4. Remote GUI pre-boot BIOS access matches IP-based Keyboard, Video, and Mouse (IP-KVM) switch.
Each management solution directly aligns with the operational constraints: Switched PDUs control outlet power; Cellular modems with console servers offer alternate out-of-band pathways during WAN downtime; SSH secures command-line communication over IP networks; and IP-KVM enables hardware-level video and peripheral control before an OS boots.

Step-by-Step Solution

1
Analyze power management requirements for hung devices
Switched PDUs allow remote power cycling of specific electrical outlets to restart frozen hardware.
When an OS kernel locks up completely, software-based reboots fail, requiring remote electrical outlet toggling.
2
Identify out-of-band access path during WAN outages
A cellular modem connected to a console terminal server provides emergency serial connectivity external to the primary network path.
Out-of-band management channels must bypass primary network routing circuits to remain accessible during link failures.
3
Select secure in-band administrative CLI protocol
SSH provides strong cryptographic protection for CLI administration over IP networks.
Insecure legacy protocols like Telnet transmit credentials in plaintext, making SSH the standard for secure in-band CLI access.
4
Determine appropriate tool for pre-boot display and hardware-level management
IP-KVM devices capture video signals and transmit input controls over the network regardless of host OS state.
Software-based remote management tools (such as RDP or VNC) require a functional operating system, whereas IP-KVM operates at the hardware level for POST and BIOS access.

Key Concept

Selecting in-band and out-of-band remote management protocols and hardware devices based on access requirements and network availability.
Question 277Question

An organization is designing its disaster recovery strategy for a secondary data center. The business requirements state that critical services must be restored within 4 hours following a site failure (RTO = 4 hours), and data loss must not exceed 1 hour (RPO = 1 hour). To minimize ongoing operational expenses, management specifies that the secondary site should have pre-installed server and networking hardware, but production data can be synchronized periodically and application services do not need to run live in parallel during normal operations. Which disaster recovery site model best satisfies these operational and budgetary requirements?

Show answer & explanation

Answer: Warm site

Answer

Warm site
A warm site provides pre-configured network equipment, power, cooling, and installed hardware, but relies on periodic backups or data replication rather than active real-time transaction processing. This allows systems to be brought online within a few hours (meeting the 4-hour RTO) while incurring lower operational expenditures than a fully redundant hot site.

Step-by-Step Solution

1
Analyze the given Recovery Time Objective (RTO) and Recovery Point Objective (RPO) metrics alongside financial constraints.
The target RTO is 4 hours, RPO is 1 hour, and operational costs must be minimized.
Understanding the threshold between near-zero downtime requirements and multi-hour recovery windows determines the appropriate recovery facility classification.
2
Evaluate the infrastructure requirements described in the scenario.
Hardware and network devices are pre-installed, but applications are not running live continuous mirror feeds.
A facility with installed equipment requiring data restoration/activation upon declaration fits the definition of a warm recovery site.
3
Compare site options against cost and setup speed parameters.
A cold site is too slow (days/weeks), while hot/active-active sites are excessively expensive. A warm site achieves the 4-hour RTO within budget constraints.
Selecting the warm site satisfies both the technical RTO requirement and the budget optimization directive.

Key Concept

Disaster Recovery Site Selection Trade-offs (Hot vs Warm vs Cold)
Question 278Question

A network technician is planning to install a new 2U2\text{U} server into a server room enclosure. Before mounting the hardware, the technician needs to review the exact vertical position, slot placement, and available rack unit space inside the equipment cabinet. Which of the following documentation types should the technician consult?

Show answer & explanation

Answer: Rack elevation diagram

Answer

The technician should consult a rack elevation diagram to inspect the physical layout and rack unit availability.
A rack elevation diagram provides a scaled visual representation of equipment racks, showing exact rack unit positions (1U1\text{U}, 2U2\text{U}, etc.) and physical placement of devices inside server cabinets.

Step-by-Step Solution

1
Identify the technician's requirement
The technician needs physical spatial information, specifically rack unit (UU) positions and equipment placement within a cabinet.
Mounting hardware requires verifying physical clearance and existing device heights.
2
Evaluate network documentation types
A rack elevation diagram specifically models the vertical UU-space layout of switches, servers, and patch panels inside an enclosure.
Rack elevation diagrams are designed explicitly for physical space planning and inventory tracking in server rooms.

Key Concept

Rack Elevation Diagrams and Physical Documentation
Estimated Time:45s
Question 279Question

Following an office desk relocation project, a user reports that their workstation cannot connect to internal network resources. A technician inspects the computer and discovers it has self-assigned an IP address in the range of 169.254.0.0/16169.254.0.0/16. The technician needs to physically trace the horizontal Ethernet cabling from the wall outlet in the user's office back through the patch panel to the designated access switch port inside the unlabelled IDF cabinet. Which documentation artifact should the technician consult to identify the precise physical mapping between the wall outlet jack and the patch panel port?

Show answer & explanation

Answer: A cable run schedule documenting wall outlet jack identifiers, horizontal cabling pathways, and corresponding patch panel port assignments

Answer

The technician should consult a cable run schedule, which documents wall outlet jack identifiers, horizontal cabling pathways, and corresponding patch panel port assignments.
The cable run schedule (also known as a wiring matrix or patch panel schedule) is the specific physical network documentation that records how horizontal cabling runs connect telecommunications outlets (wall jacks) to individual ports on a patch panel in an IDF or MDF. Consulting this document enables the technician to locate the exact patch panel port corresponding to the office wall outlet.

Step-by-Step Solution

1
Analyze the troubleshooting symptom and requirements
The workstation has an APIPA address (169.254.x.x169.254.x.x), indicating a physical link or DHCP connectivity issue, and the technician must physically trace the unlabelled cable run from the workstation's wall jack to the patch panel in the IDF.
Resolving physical layer tracing issues requires physical layer documentation rather than logical or configuration logs.
2
Differentiate between physical and logical documentation types
Logical diagrams detail subnets and VLANs, rack elevations detail enclosure space allocation, and cable run schedules detail physical wiring endpoints and jack-to-patch-panel mappings.
Identifying physical cable terminations requires documentation specifically designed for structured cabling management.
3
Select the appropriate documentation artifact
The cable run schedule contains the exact pinouts, jack IDs, physical room locations, and patch panel port numbers required to locate the physical circuit.
Consulting the cable run schedule allows the technician to locate and test the correct patch panel port without manual tone-and-probe tracing.

Key Concept

Physical Network Documentation and Cable Management
Question 280Question

A network technician is auditing a telecommunications enclosure and updating the facility's physical rack elevation diagrams. Which of the following information types should be included on a rack elevation diagram? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: The exact vertical rack unit slot location where each device is mounted; The total physical height footprint (measured in rack units) of each mounted appliance

Answer

Physical rack elevation diagrams must include the exact vertical rack unit slot location of each mounted device and the physical height footprint (in rack units) of each appliance.
Physical rack elevation diagrams are scale drawings showing the front and rear views of equipment racks. They explicitly document physical characteristics such as the exact vertical unit slot placement (UU-position) and the height of each mounted component (such as 1U1\text{U} or 2U2\text{U} switches and servers) to assist with capacity planning, thermal management, and physical maintenance.

Step-by-Step Solution

1
Identify the primary purpose of a rack elevation diagram.
Recognize that rack elevation diagrams represent the physical layout and vertical space allocation within a server or equipment rack.
Rack diagrams focus specifically on hardware placement, space availability, power allocation, and cabinet layout.
2
Evaluate the choices to distinguish physical rack attributes from logical network attributes.
The vertical slot placement and the height in rack units directly pertain to physical rack planning.
Logical attributes like virtual IP addresses, wireless channel plans, and protocol data units belong in logical topology, IPAM, or wireless survey documentation.

Key Concept

Physical Rack Elevation Diagrams
PreviousPage 14 / 19Next