InterviewSolution
| 1. |
Solve : Asking for Help (for someone else)? |
|
Answer» Hey all, so my friend has this problem with his internet. Pick up a phone, dial a number and listen for static It's ringing! It's ringing! HAHA, couldn't help myself Anyway, router-based QOS is probably the best bet in this case. Quote It's ringing! It's ringing! haha , but seriously dialing one number won't ring... it's to cancel the dial tone so you can clearly hear just the static. Dialing 136 (pulse) or 137 (dial) and hanging up here in NZ will call you back to test the line, lots of fun for a prank too.Ok, YES, you could get a 2nd line, but you won't be able to straight up double the internet speed. What you would need to end up doing is a load sharing setup. It will defiantly be faster, but it won't be able to split the load at the packet level. Instead, you can either set it to split the load by protocol. for example, games go over one line, and web surfing over another. Or have it split the load by the socket in a round robin fassion. Example, first person to use the internet goes over one connection, second over the other, and back and forth alternating the load as evenly as it can. You can get a load balancing router that will do this for a couple hundred bucks. but... short of that, you might consider QoS as people are suggesting. Quote from: tsarles on April 07, 2010, 02:18:32 PM Instead, you can either set it to split the load by protocol. for example, games go over one line, and web surfing over another. Games use the TCP protocol. so does web surfing. You realize that the router only knows about TCP and UDP, right? It doesn't treat HTTP any different then other TCP/IP traffic. You could prioritize ports 80 through 90 though, which would have a similar effect. (except when browsing through FTP sites) |
|