File Download
Speeds: |
|
Average Webpage |
50 KB |
$val = 50 / $KBps;
ttt($val);
?> |
|
Standard Photograph from Digital
Camera |
250 KB |
$val = 250 / $KBps;
ttt($val);
?> |
|
Average PDF |
500 KB |
$val = 500 / $KBps;
ttt($val);
?> |
|
Average Flash Animation/Game |
1 MB |
$val = 1 / $MBps;
ttt($val);
?> |
|
Average Song in Computer Format |
4 MB |
$val = 4 / $MBps;
ttt($val);
?> |
|
Average Music Album in Computer
Format |
50 MB |
$val = 50 / $MBps;
ttt($val);
?> |
|
30-minute Television Show in
Computer Format |
150 MB |
$val = 150 / $MBps;
ttt($val);
?> |
|
Movie / VCD in Computer Format |
750 MB |
$val = 750 / $MBps;
ttt($val);
?> |
|
Complete & Full CD |
800 MB |
$val = 800 / $MBps;
ttt($val);
?> |
|
High Quality Movie in Computer
Format |
1.5 GB |
$val = 1.5 / $GBps;
ttt($val);
?> |
|
Complete & Full DVD |
4.37 GB |
$val = 4.37 / $GBps;
ttt($val);
?> |