Bandwidth vs Throughput
Bandwidth = Capacity
Throughput = Actual speed
๐ If you remember only this, youโll already score marks โ
๐ฃ๏ธ Real-World Analogy (VERY IMPORTANT ๐ก)
| Real Life | Networking |
|---|---|
| Width of road | Bandwidth |
| Cars actually moving | Throughput |
๐ฃ๏ธ 6-lane highway โ High bandwidth
๐ฆ Traffic jam โ Low throughput
๐ Wide road โ smooth traffic
๐ High bandwidth โ high speed
Bandwidth Analogy (Highway Example)
๐ถ What is Bandwidth?
Bandwidth is the maximum data capacity of a network link.
- How much data can be sent
๐ง Bandwidth is Measured in
โข Mbps
โข Gbps
๐ง Easy Example
100 Mbps
๐ This is bandwidth, not guaranteed speed
๐ What is Throughput?
Throughput is the actual amount of data successfully transferred per second.
- Network congestion
- Distance
- Hardware quality
- Protocol overhead (TCP/IP)
- Errors & retransmissions
๐ง Easy Example
but download speed is:
65 Mbps
๐ 65 Mbps = Throughput
Bandwidth vs Throughput Diagram
๐งฉ Bandwidth vs Throughput (Side-by-Side)
| Feature | Bandwidth | Throughput |
|---|---|---|
| Meaning | Maximum capacity | Actual speed |
| Nature | Theoretical | Practical |
| Changes? | Usually fixed | Changes often |
| Affected by traffic | โ No | โ Yes |
| Exam trap | Confused with speed | Real speed |
๐ Exam Tip:
Speed test shows throughput, not bandwidth
Speed Test Shows Throughput
๐ Why Throughput is Always Less than Bandwidth
- ๐ฆ Network congestion
- ๐ฆ Protocol overhead (TCP/IP headers)
- โ Packet loss
- ๐ก Wi-Fi interference
- ๐งฑ Old or weak hardware
๐ ๏ธ CCST Troubleshooting Scenario (Real-Life)
โI have a 200 Mbps plan, but internet is slowโ
Your Technician Logic:
1๏ธโฃ Bandwidth is OK (ISP plan)
2๏ธโฃ Check throughput
3๏ธโฃ Possible issues:
- Too many connected users
- Wi-Fi interference
- Old router
- Background downloads
Bandwidth = Pipe size
Throughput = Water flow
โ Bandwidth = Maximum capacity
โ Throughput = Actual performance
โ Throughput โค Bandwidth
โ Wi-Fi often reduces throughput
โ Speed test shows throughput, not bandwidth
Latency, Delay & Jitter
Latency = Time delay
Bandwidth = How much data
Throughput = How fast data actually moves
๐ฆ Real-World Analogy (VERY IMPORTANT ๐ก)
| Real Life | Networking |
|---|---|
| Time taken by courier | Latency |
| Number of parcels truck can carry | Bandwidth |
| Parcels delivered per hour | Throughput |
| Irregular delivery times | Jitter |
๐ Big truck โ High bandwidth
๐ Fast road โ Low latency
๐ Traffic & signals cause delay and jitter
Latency Explained (Network Delay)
โฑ๏ธ What is Latency?
Latency is the time taken for data to travel from sender to receiver.
Milliseconds (ms)
๐ง Easy Example
Page opens after 200 ms
๐ 200 ms = latency
๐ง Typical Latency Values
20โ50 ms โ Good
50โ100 ms โ Acceptable
>100 ms โ Slow / noticeable delay
๐ Online gaming & video calls need low latency
High Ping vs Low Ping
๐ What is Delay?
Delay is the total waiting time data experiences.
- Processing delay (device thinking time)
- Queuing delay (waiting in line)
- Transmission delay (sending bits)
- Propagation delay (distance)
Delay = All types of waiting combined
๐ What is Jitter?
Jitter is the variation in latency over time.
- Sometimes fast
- Sometimes slow
๐ง Easy Example
โHello โฆ โฆ are โฆ you โฆ there?โ
๐ Audio breaks because packets arrive unevenly
๐ This is a jitter problem
Bandwidth vs Latency
๐งฉ Latency vs Delay vs Jitter (Side-by-Side)
| Term | Meaning | Problem Causes |
|---|---|---|
| Latency | Time delay | Distance, routing |
| Delay | Total waiting time | Congestion, processing |
| Jitter | Uneven delay | Network instability |
๐ฎ Why Latency Matters (Real Uses)
| Activity | Needs |
|---|---|
| Online gaming | Low latency |
| Video calls | Low latency + low jitter |
| File download | High throughput |
| Streaming | Low jitter |
๐ ๏ธ CCST Troubleshooting Scenario
โInternet speed is good but video call is laggingโ
Technician Thinking:
โ Bandwidth is OK
โ Latency or jitter issue
Possible reasons:
- Wi-Fi interference
- Too many users
- Long distance server
Latency = How long it takes
Delay = Waiting time
Jitter = Uneven arrival
Or simply:
Latency = delay, Jitter = unstable delay
โ Low latency = fast response
โ High latency = slow reaction
โ Jitter affects voice & video
โ Speed test โ latency test
โ Ping command checks latency
Speed Test vs iPerf
Speed Test โ Tests internet speed (ISP side)
iPerf โ Tests network performance (your network)
๐ This line alone solves many troubleshooting questions โ
๐ฆ Why Do We Need Speed Testing?
As a network technician, users often complain:
โ โSpeed is not as promisedโ
โ โNetwork performance is badโ
To find the real issue, we must know: Is the problem with ISP or inside the local network?
๐ What is a Speed Test?
A Speed Test measures the speed of your internet connection between your device and an external server on the internet.
- Download speed
- Upload speed
- Ping (latency)
- Speedtest.net
- Fast.com
- Google Speed Test
๐ง Easy Example
Speed test result: 180 Mbps
๐ ISP is working fine
- ISP quality
- Distance to server
- Internet congestion
๐ What is iPerf?
iPerf is a professional network testing tool used to measure actual throughput inside a network.
- Bandwidth between two devices
- Throughput
- Packet loss
- Jitter (for UDP)
- LAN (Local Area Network)
- WAN
- Data centers
๐ง Easy Example
iPerf shows: 60 Mbps
๐ Problem is inside the local network (Wi-Fi, cable, switch)
๐งฉ Speed Test vs iPerf (Side-by-Side)
| Feature | Speed Test | iPerf |
|---|---|---|
| Tests | Internet speed | Network performance |
| Server location | On the internet | Inside your network |
| Measures | Download / Upload / Ping | Throughput / Jitter / Packet loss |
| Used by | Normal users | Network engineers |
| Detects LAN issues | โ No | โ Yes |
| CCST relevance | Basic | Very important |
๐ ๏ธ CCST Troubleshooting Scenario (VERY IMPORTANT)
โInternet speed is fine, but file transfer inside office is slowโ
Technician Logic:
โ Speed Test โ OK
โ iPerf โ Low throughput
๐ Issue is inside:
- Wi-Fi interference
- Bad cable
- Old switch
- Network congestion
Speed Test = ISP check ๐
iPerf = Network check ๐
โ Speed Test checks internet speed
โ iPerf checks internal network performance
โ Good Speed Test + Bad iPerf = LAN problem
โ iPerf is used by network engineers
โ Speed Test โ network performance test