PracticeBlogFlashcardsEspañol

Congestion, Latency, Jitter, Packet Loss, and Application Performance Clues

Key Takeaways

  • Performance troubleshooting separates bandwidth limits, latency, jitter, packet loss, server delay, and application behavior.
  • Congestion appears as queue growth, drops, retransmissions, rising latency, and degraded voice or video quality.
  • Latency is delay, jitter is variation in delay, and packet loss is missing traffic that may trigger retransmission or quality loss.
  • Application symptoms can come from DNS, TLS, authentication, database delay, server CPU, storage, or dependency failures.
  • Baselines and comparison tests help distinguish normal load from new performance problems.
Last updated: April 2026

Performance Troubleshooting

Slow is not one problem. A slow application may be caused by congested WAN bandwidth, packet loss on Wi-Fi, high latency to a cloud region, DNS delay, TLS negotiation problems, overloaded servers, database locks, storage latency, or an authentication dependency. Network+ expects you to use clues instead of guessing.

Key Performance Terms

TermMeaningCommon impact
BandwidthMaximum theoretical or provisioned capacityLarge transfers and aggregate load
ThroughputActual delivered data rateUser-perceived transfer speed
LatencyTime for traffic to travel and be processedInteractive apps feel delayed
JitterVariation in latencyVoice and video become choppy
Packet lossPackets do not arriveTCP retransmits, UDP quality drops
CongestionDemand exceeds available forwarding capacityQueues, drops, delay, and retransmits

High bandwidth does not guarantee low latency. A satellite or distant cloud path can have plenty of bandwidth and still feel delayed for interactive sessions.

Congestion and Packet Loss Clues

EvidenceInterpretation
Interface output discards rise during peak hoursEgress congestion or queue drops
TCP retransmissions increasePacket loss, errors, or congestion affecting TCP
Voice has choppy audioJitter, loss, Wi-Fi retries, or QoS issue
Video quality drops during backupsCompeting traffic and insufficient QoS or capacity
Ping latency rises only under loadQueue buildup or buffer pressure
Errors and CRC counters risePhysical issue, not just congestion

Congestion is often time-based. Compare busy periods to quiet periods. A circuit that works at 7 a.m. and fails at 10 a.m. may be oversubscribed or missing QoS for critical applications.

Latency and Jitter

Latency affects round-trip conversations such as remote desktop, database calls, voice signaling, and chatty applications. Jitter affects real-time streams because packets arrive at uneven intervals. Buffering can hide some jitter, but too much buffering adds delay.

Application typeSensitive to
Voice over IPJitter, packet loss, latency, QoS marking
Video meetingsBandwidth, jitter, loss, Wi-Fi quality
Remote desktopLatency, packet loss, server load
File transferThroughput, loss, window scaling, congestion
Database applicationLatency, server processing, query behavior

Application Performance Clues

Not every slow report is caused by the network path. The network may deliver packets quickly while the application waits on authentication, database queries, third-party APIs, storage, or server CPU.

SymptomPossible non-network cause
Page stalls before connectingDNS or TCP/TLS setup delay
Login slow but pages fast after loginIdentity provider, MFA, or directory delay
One report is slow for everyoneDatabase query, lock, or application code
Uploads slow only from one officeWAN congestion, firewall inspection, or ISP path
App slow from all locationsServer, cloud service, or shared backend dependency

Use packet captures and timing carefully. A fast TCP handshake followed by a long server response time points higher in the stack. Retransmissions and duplicate acknowledgments point back toward loss or congestion.

Baselines and Comparisons

Performance troubleshooting is stronger when you know normal. Baselines include interface utilization, error rates, latency to major sites, DNS response time, wireless retry rate, CPU and memory on network devices, firewall session counts, and application response time.

ComparisonWhy it helps
Affected versus unaffected userNarrows client, VLAN, AP, or access switch
Wired versus wirelessSeparates RF from application or WAN
Same app by IP versus nameSeparates DNS from transport and application
Peak versus off-peakIdentifies congestion patterns
Local app versus cloud appSeparates LAN and WAN/cloud paths

Exam Focus

For N10-009, latency is delay, jitter is delay variation, packet loss is missing packets, and congestion is capacity pressure that can cause delay and drops. Application clues matter: if the network path is clean but server response time is high, avoid blaming cabling or VLANs.

Test Your Knowledge

Voice calls become choppy during peak usage, and monitoring shows variable delay but little change in average bandwidth. Which metric best describes the voice problem?

A
B
C
D
Test Your Knowledge

A packet capture shows a quick TCP handshake to a web application, followed by a long delay before the server sends the HTTP response. What does this most strongly suggest?

A
B
C
D
Test Your KnowledgeMulti-Select

Which evidence can indicate congestion or loss? Select three.

Select all that apply

Rising output discards during busy periods
Increasing TCP retransmissions
Latency that rises under load
Correct DNS reverse lookup
A matching native VLAN with no drops