Instiq
Chapter 6 · Networking·v1.0.0·Updated 8/7/2026·~15 min

What's changed: Initial version

6.3Network management and performance

Key points

Covers network management via SNMP polling/traps against the MIB, performance metrics such as bandwidth, throughput, and latency, priority control via QoS, wireless LAN (SSID, channel, roaming), and load balancing—paired with the judgment of choosing a configuration suited to monitoring and performance requirements.

A network is not "done" once built—stable operation requires ongoing monitoring and performance management. SNMP-based monitoring is effective for early fault detection, but note that the monitoring mechanism itself can become an attack target—for example, older versions (SNMPv1/v2c) send the community name in plaintext. This section builds the judgment to determine which management approach or configuration suits a given monitoring or performance requirement.

6.3.1SNMP and network management

  • SNMP is a protocol for monitoring and controlling the state of network devices. The database of management information held by a managed device is called the MIB (Management Information Base), and each item is uniquely identified by an OID (object identifier).
  • Monitoring methods include polling, where the management server periodically queries devices, and traps, where a device proactively notifies the management server when an anomaly occurs. Polling is reliable but detection is delayed by the polling interval; traps are more immediate but a lost notification goes unnoticed. Combining both is the standard practical approach.
  • A key security consideration: SNMPv1/v2c use a plaintext community name for authentication, risking eavesdropping and impersonation. SNMPv3 supports authentication and encryption, and the version should be selected according to the trust level of the network the monitoring traffic traverses.

6.3.2Network performance and QoS

  • Bandwidth is the theoretical maximum amount of data transmittable per unit time. Throughput is the amount of data actually observed to transmit per unit time (smaller than bandwidth due to protocol overhead or congestion). Latency is the delay from sending data to its arrival.
  • QoS (Quality of Service) is a mechanism for controlling traffic by priority, by type, within limited bandwidth. It requires the design judgment of prioritizing traffic sensitive to latency/jitter (such as VoIP or control-system traffic) according to the requirement, while deprioritizing latency-tolerant traffic such as file transfers.
Exam point

Do not confuse "bandwidth = the theoretical maximum," "throughput = the actual measured value (at or below bandwidth)," and "latency = the delay time." The version differences—"SNMPv1/v2c send the community name in plaintext, an eavesdropping risk" vs. "SNMPv3 supports authentication and encryption"—are also frequently tested. Also note that QoS is not a measure that increases bandwidth, but one that allocates priority within existing bandwidth.

6.3.3Wireless LAN and load balancing

  • In wireless LAN, different channels (frequency bands) must be assigned per SSID (the access point's identifier) to avoid radio interference with neighboring APs. Roaming, where a mobile device maintains its connection across multiple APs' coverage areas, improves convenience, but broadcasting the SSID as-is makes the network's presence easy for third parties to discover, and using a weak encryption scheme such as WEP or a vulnerable WPA2 implementation leaves a residual risk of eavesdropping/decryption (adopting WPA3 is preferable).
  • Load balancing distributes requests across multiple servers to prevent overload on any one of them. Beyond distribution methods such as round-robin, practical configuration selection must account for security requirements as well as performance—for example, avoiding DDoS-like concentration on a specific server, or a configuration where the load balancer handles SSL acceleration (consolidating TLS termination).

Consider a system administrator handling an incident report on an inter-site internal network: "critical control-system traffic (factory PLC monitoring data) suffers delay and packet loss during file-transfer congestion, delaying anomaly detection." First, current-state analysis via MIB data collected through SNMP polling confirms that although bandwidth (the line's theoretical ceiling) is ample, throughput (the measured value) drops sharply and latency rises during business hours. Rather than "adding more bandwidth," the administrator decides to use QoS to assign control-system traffic to the highest-priority queue and set a low priority for latency-tolerant traffic such as file transfers—because simply adding bandwidth would leave a residual risk of renewed congestion during future peak periods. Next, it emerges that this monitoring itself runs over SNMPv1, so the community name travels the network in plaintext, creating a risk of eavesdropping or unauthorized device manipulation—prompting a recommendation to switch to SNMPv3, which supports authentication and encryption. It also emerges that the factory floor's wireless LAN is running with default WPA2 settings and the SSID left broadcasting, so the SSID is made non-broadcast, migration to WPA3 is planned, and unnecessary roaming scope is reviewed, closing off an entry point for unauthorized connections to the control-system network. Performance problems are addressed not just by adding bandwidth but through priority control via QoS; monitoring is addressed including the security of the method itself (SNMP version); and wireless LAN is addressed including the balance between convenience and eavesdropping risk—selecting a configuration suited to the requirement in each case is the practical judgment.

VersionAuthenticationEncryptionConsideration
SNMPv1/v2cPlaintext community nameNoneRisk of eavesdropping/impersonation
SNMPv3User-based authenticationSupported (encryption available)Recommended over less-trusted paths
Warning

Trap: "Low throughput is always caused by insufficient bandwidth, so bandwidth should be increased" is wrong—throughput often drops due to factors other than bandwidth, such as congestion, protocol overhead, or the absence of QoS configuration, and checking the actual state via the MIB and resolving it with QoS-based priority control may be the right fix. Also wrong: "SNMPv1 is unencrypted but its authentication is still safe"—because the community name is sent in plaintext, an eavesdropper captures the authentication credential itself. Also wrong: "roaming is a convenience improvement with no security risk whatsoever"—combined with SSID broadcasting or a weak encryption scheme, it can become an entry point for unauthorized connections.

SNMP, bandwidth/throughput, QoS, WLAN.
Monitoring and performance design

6.3.4Section summary

  • Combine polling (periodic, reliable) and traps (immediate, risk of loss) for SNMP, and choose SNMPv3 given the plaintext community-name risk of SNMPv1/v2c
  • Low throughput is not always due to insufficient bandwidth; QoS-based priority control can protect critical traffic during congestion in some cases
  • Balance convenience and eavesdropping risk in wireless LAN via SSID non-broadcast, adopting WPA3, and right-sizing roaming scope

Sign in to track progress — Log in.

Quick check

(just a quick review)

Q1. A network administrator notices the internal monitoring system sends the SNMP community name in plaintext under SNMPv1. Given that monitoring traffic traverses a less-trusted segment, which response is most appropriate?

Q2. Investigating an incident where control-system traffic suffers delay and packet loss during congestion with file transfers, a system administrator confirms via MIB data that bandwidth is ample but throughput drops during business hours. Which response is most appropriate?

Q3. A factory floor's wireless LAN is running with default WPA2 settings and SSID broadcasting enabled, with roaming across multiple access points also enabled. Which response is most appropriate for reducing the risk of unauthorized connections to the control-system network?

Check your understandingPractice questions for Chapter 6: Networking

Keep track of your progress

The full study guide is free to read. Sign up free to practice with the question bank, track what you have read, review your mistakes, and highlight passages.