Packet Flipper
Performance issues

Performance issues

This objective focuses on performance degradation, troubleshooting networks that aren’t completely dead but are running unacceptably slowly, dropping application sessions, or experiencing flaky wireless connectivity.

Let’s look at how to diagnose, isolate, and remediate these performance bottlenecks for both wired and wireless infrastructures.

1. Wired Performance Vitals

When applications lag or file transfers crawl, you must analyze traffic behavior using five distinct metrics:

Bandwidth vs. Throughput Capacity

  • Bandwidth (The Rated Pipe): The theoretical maximum amount of data that a network link can transport per second, measured in bits per second (e.g., a 1 Gbps Ethernet cable or a 500 Mbps fiber internet subscription).
  • Throughput (The Real-World Payload): The actual speed at which data is successfully transmitted and received over that link after accounting for protocol overhead, packet encapsulation headers, encryption processing, and retransmissions. Throughput will always be lower than your raw bandwidth.

Congestion, Contention, & Bottlenecking

  • Contention: Multiple devices on the same segment actively competing for the same limited pool of network resources simultaneously.
  • Congestion: The direct result of high contention. When the volume of incoming traffic exceeds the capacity of an intermediate link, routers and switches must park the excess packets in internal hardware buffer queues. If the queues fill up completely, the device is forced to drop newly arriving packets (Tail Drops).
  • Bottlenecking: A performance restriction that occurs when high-speed traffic encounters a lower-speed interface along its path, slowing the entire data stream to match the speed of the slowest link.
    • Example: Connecting a cluster of 10 Gbps servers to a core switch that relies on a single 1 Gbps uplink port to reach the rest of the company.

Latency, Packet Loss, & Jitter

  • Latency (Delay): The total time it takes for a data packet to travel from its source endpoint, traverse the network, and reach its destination. It is heavily impacted by distance, processing delays on firewalls, and queuing congestion.
  • Packet Loss: Packets that are destroyed or dropped mid-transit due to physical cable degradation, wireless interference, or over-saturated router buffers. For TCP applications, packet loss forces retransmissions, drastically reducing overall throughput.
  • Jitter: The variation in the arrival timesĀ of consecutive data packets.
    • Why it matters: If Packet 1 takes 20ms to arrive, Packet 2 takes 90ms, and Packet 3 takes 15ms, the network is suffering from high jitter. While web browsers can handle jitter gracefully, real-time interactive traffic like VoIP phone calls, video conferencing, or live streaming will become heavily distorted, choppy, or drop completely.

2. Wireless Performance Obstacles

Wireless networks are uniquely fragile because they rely on shared, open airwaves, where environmental factors can easily disrupt radio-frequency (RF) signals.

Interference & Channel Overlap

  • Interference (RFI): Outside radio waves bleeding into your wireless spectrum. This can be caused by neighboring Wi-Fi networks operating on the same frequencies, or by non-Wi-Fi devices such as microwaves, Bluetooth devices, baby monitors, and radar arrays.
  • Channel Overlap: Occurs when adjacent wireless access points are improperly configured to use overlapping channels (e.g., setting two nearby 2.4 GHz radios to channels 2 and 5). The signals bleed directly into each other, creating Co-Channel Interference (CCI) or Adjacent-Channel Interference (ACI), which corrupts the wireless frames and forces client devices to constantly retransmit data.

Signal Degradation, Loss, & Insufficient Coverage

  • Signal Degradation (Attenuation): The reduction in RF signal strength as it travels through space and encounters physical barriers.
    • The Barriers: Standard drywalls absorb minimal signal, but dense materials like solid brick walls, concrete support pillars, tinted security glass, and heavy metal structural beams will severely weaken or completely block a 5 GHz or 6 GHz signal.
  • Insufficient Wireless Coverage: Occurs when too few access points are deployed across a large floor plan, or when they are poorly positioned.
    • Symptom: Users sitting far away from an AP experience low signal-to-noise ratios (SNR). As the signal drops, the wireless standard automatically dials back data transmission speeds to a slow, primitive rate to maintain the link, degrading performance for everyone sharing that radio.

Client Disassociation & Roaming Misconfigurations

  • Client Disassociation Issues: A device suddenly gets kicked off the wireless network. This can be triggered by severe interference, a user moving out of physical range, a security timeout policy, or a targeted wireless deauthentication attack launched by an intruder.
  • Roaming Misconfiguration: In an enterprise layout where dozens of access points share a single ESSID name, a client device walking down a hallway is supposed to automatically disconnect from a fading AP and seamlessly jump to a closer, stronger AP without dropping its session.
    • The Failure (“Sticky Clients”): If the transmission power levels on the access points are configured too high, a user’s smartphone will cling tightly to its original AP down the hall, refusing to roam to the new AP directly above it, resulting in abysmal speeds and dropped packets.

Performance Troubleshooting Study Matrix

Symptom / BehaviorPrimary TargetKey Identifying Phrase for the Exam
Choppy VoIP or distorted videoJitterHigh variation in packet arrival delay intervals.
AP works on Sunday, drops MondayContention / LoadAddress or bandwidth pool maxed out by high user volume.
10 Gbps drops to 1 Gbps speedBottleneckingA slow intermediate link restricting high-speed data paths.
Signal drops behind heavy wallsAttenuationHigh-density materials absorbing RF signal strength.
Refusal to jump to a closer APRoaming / Sticky ClientAccess point power levels set too high, preventing smooth handoffs.
Slow speeds near non-Wi-Fi techInterferenceNon-802.11 devices (like microwaves) creating RF noise.