Your organization's primary edge router (Core-Router-01) is currently under a massive volumetric Distributed Denial of Service (DDoS) attack. The in-band network interfaces are completely saturated, rendering SSH and HTTPS management access unresponsive.
As the incident responder, you must connect to the router via the Out-Of-Band (OOB) terminal server to modify the Access Control Lists (ACLs) and mitigate the attack. You connect the management workstation to the physical console port of the router. This physical connection requires configuring terminal emulation parameters to establish communication.
Terminal Server Connection Initialization Parameters:
Because the production network is saturated by a DDoS attack, in-band management traffic (like SSH) is dropped or queued indefinitely. The defender is utilizing an Out-Of-Band (OOB) network, physically plugging into the console port of the router via an RS-232 cable to maintain administrative access.
The console connection utilizes RS-232, an OSI Layer 1 standard. Because it relies on a single transmit (TX) and a single receive (RX) pin, the data must be streamed sequentially. The bits representing the data payload are queued and fired one after another over the same physical medium.
B. Serial data transmission is the correct answer. Serial transmission is defined exactly as the process of sending data one bit at a time, sequentially, over a communication channel or computer bus. This contrasts with parallel transmission, and it is the fundamental mechanism behind OOB console access (RS-232, UART) and wide-area network (WAN) links.
From a defensive perspective, always ensure that critical infrastructure has OOB management capabilities configured via secure serial terminal servers. If in-band networks are compromised or flooded, serial console access is the ultimate fallback to regain control of edge devices.
Sharpen your skills with hundreds of scenario-based CND questions.
Explore more CND simulations