Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Asking for Help (for someone else)  (Read 2983 times)

0 Members and 1 Guest are viewing this topic.

SpyPirates

    Topic Starter


    Rookie

    Asking for Help (for someone else)
    « on: April 06, 2010, 06:00:26 PM »
    Hey all, so my friend has this problem with his internet.

    He lives in a rural town and only has one internet option, DSL.  He also has 5 other family members who regularly use the internet, surfing the web, playing online games, and playing Xbox live.

    So what I was wondering, for my friend, is whether it's possible that all the people on the internet at the same time could cause a decrease in internet speeds (causing lag on video games, etc.)  AND ALSO if this could be fixed by buying another internet subscription & router (or w/e DSL uses to connect).

    So is it possible that I-- i mean my friend, could do this, even if it might be pretty expensive?

    Azzaboi



      Apprentice
    • Aaron's Game Zone
    • Thanked: 37
      • Aaron's Game Zone
    • Experience: Experienced
    • OS: Windows 7
    Re: Asking for Help (for someone else)
    « Reply #1 on: April 06, 2010, 06:19:40 PM »
    Get a good router and setup QOS (quality of service) for application and surfing priorities. It would resolve online game not lagging with others surfing the web, etc, but 6 users all accessing at the same time would still slow it down.

    Unfortunately DSL relies heavy of the quality of the line for performance. Pick up a phone, dial a number and listen for static - it's a killer for speed. Rural towns normally have this issue.

    Buying another internet subscription and router wouldn't work unless you also had another line. Have you ever thought about satellite?

    On the news this guy once setup fiber optics underground with a tractor for his rural town's only router that lives in a barn. Now that's high speed internet for all! ;D
    Aaron's Game Zone
    The best free online flash games: http://azzaboi.weebly.com

    Play Games - Play free games at Play Games Arcade

    rthompson80819



      Specialist

      Thanked: 94
    • Experience: Experienced
    • OS: Windows 7
    Re: Asking for Help (for someone else)
    « Reply #2 on: April 06, 2010, 06:46:11 PM »
    What is both the advertised and actual speed of the DSL connection?

    Here is one site to check actual speeds.

    http://www.speedtest.net/

    BC_Programmer


      Mastermind
    • Typing is no substitute for thinking.
    • Thanked: 1140
      • Yes
      • Yes
      • BC-Programming.com
    • Certifications: List
    • Computer: Specs
    • Experience: Beginner
    • OS: Windows 11
    Re: Asking for Help (for someone else)
    « Reply #3 on: April 06, 2010, 07:41:15 PM »
    Pick up a phone, dial a number and listen for static


    It's ringing! It's ringing!

    haha, couldn't help myself :P

    Anyway, router-based QOS is probably the best bet in this case.
    I was trying to dereference Null Pointers before it was cool.

    Azzaboi



      Apprentice
    • Aaron's Game Zone
    • Thanked: 37
      • Aaron's Game Zone
    • Experience: Experienced
    • OS: Windows 7
    Re: Asking for Help (for someone else)
    « Reply #4 on: April 06, 2010, 09:09:39 PM »
    Quote
    It's ringing! It's ringing!

    haha, couldn't help myself


    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.
    Aaron's Game Zone
    The best free online flash games: http://azzaboi.weebly.com

    Play Games - Play free games at Play Games Arcade

    tsarles



      Rookie
    • Thanked: 1
      Re: Asking for Help (for someone else)
      « Reply #5 on: April 07, 2010, 02:18:32 PM »
      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.
      A+, Net+, Security+, AS Degree
      Property of TeamLogic IT
      http://www.teamlogicit.com/businesses/monroevillepa801

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: Asking for Help (for someone else)
      « Reply #6 on: April 07, 2010, 02:20:42 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)
      I was trying to dereference Null Pointers before it was cool.