Comcast CAP (What is it)

Get help and discuss anything related to tweaking your internet connection, as well as the different tools and registry patches on the site. TCP Optimizer settings and Analyzer results should be posted here.
Post Reply
User avatar
Lobo
SG VIP
Posts: 17660
Joined: Thu Nov 23, 2000 2:32 pm
Location: Panama City, FL and a FAN of Dale Earnhardt Jr. Bud Chevy & NASCAR , and the Atlanta Braves

Comcast CAP (What is it)

Post by Lobo »

1.5


Write your congressman, senator, (READ MY LIPS JR.)
This must be raised :) :)
User avatar
HalfLifer
Posts: 7086
Joined: Tue Jul 11, 2000 12:00 am
Location: Detroit, Michigan Internet: Comcast Narrowband

Post by HalfLifer »

Um, its 1.5mbps/128kbps.

I heard that they will have tiered service. You pay for more bandwidth.
Work: DQ
Comp: AXP 1600+, MSI K7T266a Pro2 RU, 512MB PC2100, GF3 Ti200 128MB
jarablue
Regular Member
Posts: 222
Joined: Thu Nov 09, 2000 12:00 am

Post by jarablue »

Get used to it. That was la la land you were living in before. You have to pay for more. That is how it works in the real world. I can't believe you are complaining because 1.5 is slow???? Geez dude you need a reality check.
User avatar
HenryHand1
Regular Member
Posts: 165
Joined: Sun Dec 09, 2001 10:19 am
Location: New Jersey, USA

Post by HenryHand1 »

1.5 is slow compared to what users of many other cable ISPs get. Those caps almost make it a better idea to get DSL.

Take Optimum Online for example; I've seen people get as much as 8MB/second and over with that service. w0w.

That's probably not a good example, but how can comcast justify raising the price by $5 per month and lowering the speeds so much?
Henry Hand |Henry@henryhand.com|
Webmaster of Henry Hand Online
http://www.henryhand.com

Last Speed Test (1283/109)
Earthlink DSL, 1500/128

Computer Specs:
1.4GHz Pentium 4 w/512MB SDRAM
800MHz iMac w/256MB SDRAM

Opperating Systems:
Redhat Linux 8.0
SuSE Linux 8.1
Mac OS X 10.2.4
Windows XP Professional
User avatar
EvilAjax
Posts: 6973
Joined: Fri Mar 23, 2001 4:00 pm
Location: New York City, USA

Post by EvilAjax »

I'm satisfied with my DSL speeds. :)

** Speed 1510(down)/115(up) kbps **
(At least 30 times faster than a 56k modem)
Finish.

Capped at 1.5mbps down and 128kbps up.
<sarcastic>um... yeah</sarcastic>

Wanna get pwned? :nod:
raromoney wrote:Thanks EvilAjax!
Yup, I'm baaaackkk!
:thumb:
EvilAjax unbanned, reinforces stereotypes with gunplay braggadocio...
User avatar
latin
Regular Member
Posts: 181
Joined: Sun May 13, 2001 12:00 am
Location: CALIFORNIA

Post by latin »

guys im Capped at 1.5mbps down and 128kbps up how can i ge the most out of it I have attbi right now my rwin is 64240 why?
because of this thread i found check-->Ok this one is a refinement on something I already posted but deals with a specific area. The specific area is the NIC card and what it sees as the actual TCP Window size.

yes, yes, I know "But I already did the TCPWindowSize thing in the registry and its screaming along" (or not). But did you ever stop to think what the actual window size your using really is? I know all about speedguide and their tcp window size tester thing and how they say your all good and stuff, and about the almost exact opposite advice from dslreports. Guess what, they are both right. Yep, thats correct, both right.

Ever notice how when you first install XP the connection seems to just be "smoother" with browsing, may not be getting 10MB's on the speed but it is nice and smooth, you'll at least get 2 MB/s on the cable modem. This is because the window size its using when forst installed is 65536 which is the optimum size for MS/s TCP/IP. So what you have less flow controll from the NIC and less interaction for flow control from XP because it really happy with this size window.

Ok, your connected to the cable modem with a NIC card. So whats the true window size your using? "Huh, my registry says 256960 (or something), so thats what i'm using". Nope, wrong, thats what your trying to use, what your actually using is what the NIC card sees. TCP is doing the rest, but what your physically using is what the NIC can see and this is what it sees. To demonstrate click on this link:

hcp://system/netdiag/dglogs.htm

or if clicking on it doesn't work create a shortcut with this as the path, just as it says, dont change it. this will open up the winXP built in network diagnostics. When it opens click on the "scan your system" link and let it do its thing. When it gets done, scroll down to where it says network adapters and expand the branch. then sroll down under this branch and look for the TcpWindowSize entry. see the number? it may be in the 40xxx area somewhere. If the number you see begins with 60 then skip this whole post as you don't need it. This is what the NIC is actually using for a window size. Dissapointed? yep...sure you are.

the real trick to setting a correct TcpWindowSize in the registry is to get the unscalled window size as close to 65536 as possible. But after you subtract all the overhead you wind up with less than that sometimes. Well guess what. the max window size the NIC is going to possibly see is 65536 less the TCP/IP overhead and the NIC card overhead and the NIC drivers overhead. You can't control these things (well the TCP/IP overhead a little).

write down that number you saw in the diagnostics and keep tabs on it, were going to change it. keep in mind that i'm using 3Com 905B-TX cards and have only tested with those cards.

Open up our old friend regedit again.

browse to:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AFD\Parameters

add these reg keys - as DWORD

"DefaultReceiveWindow"
"DefaultSendWindow"

now modify each one with the value of the large window size you have at the reg location:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters

make "DefaultReceiveWindow" and "DefaultSendWindow" the same size as TcpWindowSize for starters.

now reboot

run the diagnostics again. Remember the first number that you wrote down? compare it to the new number. If you didn't see a change then change the value (double it) of the "DefaultReceiveWindow" and "DefaultSendWindow" entries - reboot and try again.

Eventually your going to get to the number 60352 or there abouts. This will be the largest possible unscaled window that your NIC will see that is less than 65536 (ref the MS knowledge base).

adjust the "DefaultReceiveWindow" and "DefaultSendWindow" entries till you get the number as large as possible. When you get the number as large as possible then its time to fine tune a bit. Decrease the number by 10% and check again, repeat this till a change is noticed that the number is dropping. When the number begins to drop it means that this is the optimum value for your "DefaultReceiveWindow" and "DefaultSendWindow" entries and no more can be gained by changing these entries.

LOBO EXPLAIN PLEASE IM GOING CRAZY TRYING TO FIGURED THIS OUT!!!!!!!!!!!!!!!!!!!!!!1 :sleep:
Kip Patterson
Senior Member
Posts: 4438
Joined: Wed Jun 07, 2000 12:00 pm
Location: Columbus, Ohio

Post by Kip Patterson »

Sorry, but the NIC has nothng to do with Rwin. The NIC only deals with layer 1, Rwin is part of the TCP/IP protocol on layer 3.

Kip
User avatar
Lobo
SG VIP
Posts: 17660
Joined: Thu Nov 23, 2000 2:32 pm
Location: Panama City, FL and a FAN of Dale Earnhardt Jr. Bud Chevy & NASCAR , and the Atlanta Braves

Post by Lobo »

I use (with XP) 578160 and get all I can out of my 1.5 CAP :)
User avatar
YARDofSTUF
Posts: 70006
Joined: Sat Nov 11, 2000 12:00 am
Location: USA

Post by YARDofSTUF »

Originally posted by jarablue
Get used to it. That was la la land you were living in before. You have to pay for more. That is how it works in the real world. I can't believe you are complaining because 1.5 is slow???? Geez dude you need a reality check.
i was payign 50 a month for 10mbits down and 128kbps up and now i pay 50 for 1.5 down 128 up, so i took a 85% cut in download speed.

if u stopped getting 85% of ur cable channels or 85%less of a magazine u subsribe to, would u be pissed?

they should lower the price or raise the speed!!!

so yes i willwine and i am in the real world
akaduke
Member
Posts: 65
Joined: Wed Jan 09, 2002 11:32 am
Location: Cali

Post by akaduke »

well i have attbi at home and my average speed is 1.9mb and sometimes it even goes up to 2.2mb.. but im still trying to make it go up to 4.0mb.. :D
User avatar
YARDofSTUF
Posts: 70006
Joined: Sat Nov 11, 2000 12:00 am
Location: USA

Post by YARDofSTUF »

Originally posted by akaduke
well i have attbi at home and my average speed is 1.9mb and sometimes it even goes up to 2.2mb.. but im still trying to make it go up to 4.0mb.. :D
attbi is capped at 1.5 thats what i have, what are u using to test this?
akaduke
Member
Posts: 65
Joined: Wed Jan 09, 2002 11:32 am
Location: Cali

Post by akaduke »

hmm.. it's one from microsoft page.. but ill post the site later when i get home..
akaduke
Member
Posts: 65
Joined: Wed Jan 09, 2002 11:32 am
Location: Cali

Post by akaduke »

oh i found it.. here:

http://tech.msn.com/internet/speedtest.asp

here what i got form speakeasy.net:

**speed 2184(down)/61(up) kpbs**
(At least 43 times faster than 56k modem)
Finish

and here's i got from http://tech.msn.com/internet/speedtest.asp

1651.8 Kbps 1651.8 kbps
User avatar
Lobo
SG VIP
Posts: 17660
Joined: Thu Nov 23, 2000 2:32 pm
Location: Panama City, FL and a FAN of Dale Earnhardt Jr. Bud Chevy & NASCAR , and the Atlanta Braves

Post by Lobo »

Speakeasy test is cool, but others are El Crapo :)
User avatar
latin
Regular Member
Posts: 181
Joined: Sun May 13, 2001 12:00 am
Location: CALIFORNIA

Post by latin »

this is what i got
** Speed 1437(down)/110(up) kbps **
(At least 28 times faster than a 56k modem)

IS THIS GOOD?can i inprove upload a lil?
User avatar
Lobo
SG VIP
Posts: 17660
Joined: Thu Nov 23, 2000 2:32 pm
Location: Panama City, FL and a FAN of Dale Earnhardt Jr. Bud Chevy & NASCAR , and the Atlanta Braves

Post by Lobo »

Try putting a large number like 578160 in Default Send Window :)
User avatar
illestdynasty
Regular Member
Posts: 412
Joined: Thu Dec 20, 2001 11:56 am
Location: Richmond, VA

Post by illestdynasty »

if its 1.5Mb how come i stay around 2.5+MBs????

MSI 990FXA-GD80v2
AMD FX-8350 @ 4.62ghz
16GB DDR3 @ 1866 8-9-9-24 1.5v
2 x 150gb WD Raptors in Raid 0
750GB WD Black
500GB WD Black
1TB WD Ultra USB3 ext
Sapphire 7970
Windows 8.1 Pro x64
User avatar
Lobo
SG VIP
Posts: 17660
Joined: Thu Nov 23, 2000 2:32 pm
Location: Panama City, FL and a FAN of Dale Earnhardt Jr. Bud Chevy & NASCAR , and the Atlanta Braves

Post by Lobo »

Because they have not switched you yet, hold on :)
mixmaster456

Speed

Post by mixmaster456 »

I have Charter Pipeline and I am capped at 786 down 128 up or 14 times 56k I was getting 106 times 56k with @home, is there any possibility they will increase the cap with time? I was switched over on January 9th. Its upsetting, not only are my speeds terrible but they raised the price! It's amazing. :(
User avatar
Lobo
SG VIP
Posts: 17660
Joined: Thu Nov 23, 2000 2:32 pm
Location: Panama City, FL and a FAN of Dale Earnhardt Jr. Bud Chevy & NASCAR , and the Atlanta Braves

Post by Lobo »

Same to me, raised price 5 dollars from 109 times fater to 23, man I have tried everything, guess I'll join Delta Force :) :)
Post Reply