🏠 Home Networking 8 min de lecture

Understanding Your ISP: Speed Tiers and Technology

Learn how ISPs deliver internet to your home, the difference between fiber, cable, and DSL, and how to choose the right speed tier for your needs.

How Internet Reaches Your Home

Your Internet Service Provider (ISP) connects your home to the global internet using one of several last-mile technologies. The type of connection determines your maximum speed, latency, and reliability.

Technology Download Speed Upload Speed Latency Availability
Fiber (FTTH) 1-10 Gbps 1-10 Gbps 1-5 ms Urban areas
Cable (DOCSIS 3.1) 100-1200 Mbps 10-50 Mbps 10-30 ms Suburban/urban
DSL (VDSL2) 25-100 Mbps 5-10 Mbps 15-40 ms Widespread
Fixed Wireless (5G) 100-1000 Mbps 20-100 Mbps 15-50 ms Growing
Satellite (LEO) 50-300 Mbps 10-40 Mbps 20-60 ms Rural/remote

Fiber offers the best performance with symmetrical speeds, meaning your upload speed matches your download. Cable and DSL are asymmetric — downloads are much faster than uploads.

Bandwidth vs Latency

These are two different dimensions of your connection:

  • Bandwidth (speed) — How much data can flow per second. Measured in Mbps or Gbps. Affects how fast large files download and how many devices can stream simultaneously.
  • Latency (ping) — How long a single packet takes to travel to a server and back. Measured in milliseconds. Affects video calls, gaming, and web browsing responsiveness.

A 1 Gbps connection with 100 ms latency will feel sluggish for web browsing compared to a 100 Mbps connection with 5 ms latency. For most users, latency matters more than raw bandwidth above a certain threshold.

Choosing the Right Speed Tier

Usage Recommended Speed
Email, browsing (1-2 people) 25 Mbps
HD streaming + video calls (2-4 people) 100 Mbps
4K streaming + gaming + work-from-home 300 Mbps
Multiple 4K streams + large household 500-1000 Mbps
Home lab, content creation, heavy uploads 1 Gbps+ (fiber)

When choosing a plan, remember that ISPs advertise maximum speeds. Real-world performance during peak hours (evenings) is often 50-80% of the advertised rate on cable networks due to shared bandwidth in your neighborhood.

Understanding Your Bill

ISPs often bundle services and fees that obscure the true cost:

  • Modem/router rental — $10-15/month. Buying your own equipment pays for itself in under a year.
  • Data caps — Some providers limit monthly data (often 1 TB). Exceeding the cap incurs overage fees or throttling.
  • Promotional pricing — Introductory rates expire after 12-24 months. Call to renegotiate or switch providers.

Testing Your Actual Speed

# CLI speed test (cross-platform)
curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python3 -

# Or install the official Ookla CLI
speedtest --simple

Run tests at different times of day, connected via Ethernet (not Wi-Fi), to get an accurate measurement. If your speed is consistently below 80% of what you pay for, contact your ISP with test results.

Voir aussi