Are there any established network quality classifications?

0

I'm finishing a program that sends a lot of data over TCP/IP. I'd like to test it with various quality networks to measure how well it works under different conditions. Are there any established classifications for network quality based on bandwidth and latency?

Ideally I'd like a paper or website I can cite with something like:

Classification |  Bandwidth  | Latency | ...
--------------------------------------------
     High      |  10+ MB/s   | < 30ms  | ...  
     Medium    |   2  MB/s   | < 70ms  | ...
     ...  

Ric

Posted 2015-11-25T21:26:28.143

Reputation: 161

1Nothing widely accepted, no. – ChrisInEdmonton – 2015-11-25T21:42:38.650

@ChrisInEdmonton Do you know of any classifications (widely accepted or otherwise)? – Ric – 2015-11-25T21:45:01.493

1https://help.netflix.com/en/node/306 is a decent starting point. Note that basically everyone just defines their own standards, though, and the netflix ones don't include latency (less relevant for them). – ChrisInEdmonton – 2015-11-25T21:48:44.417

No answers