 DonLibes Premium,ExMod 2001 join:2003-01-19
| reply to J D McDorce Re: Dual Cable for home
said by J D McDorce : I believe what he was referring to is that you're not going to exceed the capped bandwidth of a single modem for a single download when using a Dual WAN router, meaning two modems capped at 3300 kbps will not give you a single 6600 kbps download (a single download would still max (theoretically) at 3300). The same goes with upload - there is no magic means to say here, half of you go this way, half of you go the other way, and all of you meet up here.
Many years ago, I wrote routing software and as I remember it, this is basic router 101 - routers send packets to the least congested path. This is how the internet achieves reliability in the presence of congestion or outright failure of a section. You don't have to restart an ftp just because a router somewhere in Missoula went down. If this is no longer the case, we've taken a giant step backward in network technology. |
|
  Big_D Premium join:2003-06-02 Augusta, GA
| said by DonLibes : Many years ago, I wrote routing software and as I remember it, this is basic router 101 - routers send packets to the least congested path.
While I can't say I've ever written any router software, I believe what is happening is that the packets will follow on or the other path, but not both at the same time, therefor you would not get double the speed. -- You want the truth? You can't handle the truth! |
|
  J D McDorce Premium join:2001-12-29 Westland, MI | reply to DonLibes The trick becomes how to split a file on one end, send it to (or from) two different IP addresses, and recombine it on the other end. While routing can be flexible, it is still point to point (source IP address to destination IP address). |
|
  imrf Premium join:2002-06-06 Utica, MI
·WOW Internet and C..
| reply to DonLibes said by DonLibes : routers send packets to the least congested path.
Your talking about OSPF or IGRP routing, yes core internet routers use that method. The cheap Linksys or SMC or whatever brand doesn't use that method for routing. There is the hacked WRT-54g firmware that enable OSPF and BGP routing, otherwise they all just use RIP. |
|
 Kip patterson Premium join:2000-10-23 Columbus, OH | reply to Big_D That's it - if you want the two "circuits" bonded under one IP, then that has to come from the ISP. Some dialups offered this at one time, but I'm not aware of any cable or DSL ISP's that currently offer it. |
|
 DonLibes Premium,ExMod 2001 join:2003-01-19
| reply to imrf said by imrf : said by DonLibes : routers send packets to the least congested path.
Your talking about OSPF or IGRP routing, yes core internet routers use that method. The cheap Linksys or SMC or whatever brand doesn't use that method for routing. There is the hacked WRT-54g firmware that enable OSPF and BGP routing, otherwise they all just use RIP.
If true, then how would two cable modems ever help - even in the two-file-transfer scenario. If the router is so stupid as to choose and stay with one route, won't the 2nd cable modem just remain idle? The router cannot know what's going on at the application level. |
|
  imrf Premium join:2002-06-06 Utica, MI
·WOW Internet and C..
2 edits | said by DonLibes : If true, then how would two cable modems ever help - even in the two-file-transfer scenario. If the router is so stupid as to choose and stay with one route, won't the 2nd cable modem just remain idle? The router cannot know what's going on at the application level.
JD would best answer that question. But I assume that these routers start one transfer on one WAN port, then when a second transfer is requested the router automatically selects the second WAN port.
Here is a pretty good review on how these routers work, »www.amdpower.com/sections.php4?o···rtid=103. |
|
 phr0ze
join:2002-12-06 Columbia, MD
| Forgive me but what do you need all that speed for? I have 10 computers on my network and the only thing I desire is more U/L speed but not so bad that I would go dual. The only reason I'd ever consider dual is for redundancy for when one connection is down.
BTW: if you need even more speed for an aditional $10 a month per account you can get 4300/386. |
|
  J D McDorce Premium join:2001-12-29 Westland, MI
| reply to DonLibes There are LAN side requests and WAN side requests. A request goes from my computer to my router to get test64 from OOL's ftp site. Neither WAN is busy, so the router sends a request via WAN1 to send test64 to 68.X.X.X (the WAN1 IP address). There is a second request, this time to get test64.exe from the same site. Since WAN1 is now busy, the router requests that test64.exe be sent to 69.X.X.X (the WAN2 IP address). As the packets come in, they arrive at the router and are forwarded to the 192.X.X.X address of my computer.
The public IP addresses reside in the router and are the public destination (or source, if uploading) of the packets. |
|