Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Fargostreet.com

  1. Home
  2. Off Topic
  3. The Parking Lot
  4. cable internet question

cable internet question

Scheduled Pinned Locked Moved The Parking Lot
47 Posts 10 Posters 2.7k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • PSiedTSiP Offline
    PSiedTSiP Offline
    PSiedTSi
    wrote on last edited by
    #35

    Thank you Chris.

    At first I did it for fun, then I realized I made the investment and had to do it!

    92 Talon AWD 6/4bolt [EMAIL="[email protected]"][email protected][/EMAIL]
    95 240SX SE SR20DET [EMAIL="[email protected]"][email protected][/EMAIL]
    1993.5 Supra Hardtop...Sold
    Next project? 6cyl, 6spd?

    > spanish-rice;237125 wrote:
    > at first i thought the title said beer truck drivers needed... In which case i accidently put my two weeks in at work.

    1 Reply Last reply
    0
    • ? This user is from outside of this forum
      ? This user is from outside of this forum
      Guest
      wrote on last edited by
      #36

      PSiedTSi wrote:
      Yeah, how does that equal the connection being divided?

      Ok, enough whoring this thread. Either you need to learn how to explain what you are saying or you really need to go back to school. 🙂

      lol. i know what im talking about, must just be coming out in a fashion that you guys arent understanding.

      oh well.

      BACK ON TOPIC. NO MORE BS BELOW THE LINE.


      1 Reply Last reply
      0
      • S Offline
        S Offline
        stirno
        wrote on last edited by
        #37

        You need to implement some QoS (Quality-of-Service) rules using your router. Most modern routers have this functionality accessible via their Administration interface. Specifically the very very common Linksys WRT54G allows QoS rules based on device. Using this you can place your own machine on high priority and the Xbox on low. Will do what you want.

        1998 Audi A4 1.8T // T-28 // Koni Coilovers // European Spec Headlights (Ecodes) w/HIDs
        2007 VW GTI 2.0T // APR

        1 Reply Last reply
        0
        • ? This user is from outside of this forum
          ? This user is from outside of this forum
          Guest
          wrote on last edited by
          #38

          Ok...each port has the POTENTIAL of seeing the full bandwidth coming in. However, as soon a port 1 is using say 1.5 Mb on a 3Mb connection all that is remaining for available bandwidth on any of the remaining ports is 1.5Mb. In this case, if the xbox is sucking up 2.9Mb all that remains for the other ports is .1Mb

          As for the Cat5 cord, I can hook you up with that shell....I've probably got a couple laying around my house right now that you can have for little or nothing

          1 Reply Last reply
          0
          • 91nbtsi9 Offline
            91nbtsi9 Offline
            91nbtsi
            wrote on last edited by
            #39

            tjamz wrote:
            Ok...each port has the POTENTIAL of seeing the full bandwidth coming in. However, as soon a port 1 is using say 1.5 Mb on a 3Mb connection all that is remaining for available bandwidth on any of the remaining ports is 1.5Mb. In this case, if the xbox is sucking up 2.9Mb all that remains for the other ports is .1Mb

            As for the Cat5 cord, I can hook you up with that shell....I've probably got a couple laying around my house right now that you can have for little or nothing

            Correct.

            [email protected] -- DSM
            07 Mega Cab 5.9 CTD

            1 Reply Last reply
            0
            • T Offline
              T Offline
              thrash
              wrote on last edited by
              #40

              Without getting into too many details, it sounds plausible that plugging the PC directly into the router with a cable may help things. This is primarily because wireless is a broadcast medium by nature with a shared collision domain. An XBOX live game like halo2 or counterstrike can be thought of a constant stream of udp traffic - it is always sending data at a constant rate (technically xbox live traffic is inside of an IPSec tunnel so its not like you'll necessarily see udp packets flying by).

              In any case, if two radios try and transmit at the same time there is likely to be a collision and one of htem "loses" and has to try again. IN an environment where an xbox is sending data constantly, a PC that sends intermittently is likely to "lose". Also note that the traffic coming back the other way (i.e. downstream) is now split between downloading web content to the PC and downloading game data packets to the xbox, although those two shouldn't collide with each other as the sending radio (the router) will serialize the data.. however it still may collide with the upstream xbox packets.. i honestly dont know enough about collision resolution and back-off on 802.11 networks.

              Regarding A/B/G - A is the clear performance winner. As said elsewhere, G and B shared bandwidth and technology; the presence of a B radio greatly reduces the perfrmance of a G radio. Also, B/G share frequencies with many common cordless phones and even your microwave oven. A radios operate on a relatively unused frequency so are generally faster.

              Finally, regarding hubs, switches, and routers...

              The "collision domain" problem i describe above for wireless (the basic problem is, only one person can talk on the wire at once (per channel, i beleive.. so i was perhaps simplifying things a bit)) also applies to wired connetions. A hub is little more than an electrical mux where all the PCs are connected to each other. If 1 PC tries to transmit down the wire at the same time another PC does, there will be a collision and a backoff/retransmit.

              the more transmitting devices on the hub, the more likely collisions will be and the lower observed performance you will see.

              A switch makes this better by dynamically sizing the collision domains to the minimal set of involved machines. If you have 4 machines plugged into a switch, and Machine A is sending data to Machine B, and Machine C is sending data to machine D, and A-D are on different switch ports, all of this can happen without collisions. The reason for this is that the switch in this case acts like 2 hubs - A and B are connected together in one collision domain, and C and D are connected together, but AB traffic cannot affect CD traffic. The switch knows how to dynamically create mini-hubs because it keeps track of which MAC (the 48bit hardware address of each ethernet device) addresses are associated with each switch port. When traffic comes in it has a destination MAC address, and the switch knows exactly where to send that "packet". The switch operates at OSI Layer 2, closer to the actual electrical level.

              So, think of a switch as a device that creates one or more "virtual hubs" (not to be confused with VLANs, which are another switch feature) between just the computers that are trying to talk with each other at that instant in time for each mutually exclusive computer-to-computer transmission.

              A router is a layer 3 device, meaning it operates at the packet level and not so much the electrical/physical medium level. Packets are routed based on their ip address and knowing that a particular interface is the appropriate "next hop" for a particular address. Any device with two or more network interfaces is usually a router - the $50 "router" you buy at home has a WAN interface (cable or DSL), a LAN interface (whatever the included switch/router is) and sometimes a wireless interface (a "2nd" LAN interface), and moves traffic between all 3 at the IP layer, not the hardware layer.

              (there is such a thing as an L2 switch, actually, but not in a $50 home product)

              In any case -- plug the PC into the router with a long wire and see if it helps 🙂

              1 Reply Last reply
              0
              • ? This user is from outside of this forum
                ? This user is from outside of this forum
                Guest
                wrote on last edited by
                #41

                Yep.

                Limit that god damn xbox to only have a certain amount of BW.

                1 Reply Last reply
                0
                • S Offline
                  S Offline
                  stirno
                  wrote on last edited by
                  #42

                  ... lol .. holy complex answers for a simple problem. 😜

                  You don't even need to set specific amounts of bandwidth usage for anything, as long as priorities are set correctly the router will limit the xboxs bandwidth as soon as something with higher priority is making a request. 😉

                  1998 Audi A4 1.8T // T-28 // Koni Coilovers // European Spec Headlights (Ecodes) w/HIDs
                  2007 VW GTI 2.0T // APR

                  1 Reply Last reply
                  0
                  • PSiedTSiP Offline
                    PSiedTSiP Offline
                    PSiedTSi
                    wrote on last edited by
                    #43

                    Wow, I'm not really sure if that explanation was really needed. Either way, I would try plugging in as well. You usually get higher priority right off the bat. I was going to suggest the QoS someone else suggested until we got into the little discussion :).

                    At first I did it for fun, then I realized I made the investment and had to do it!

                    92 Talon AWD 6/4bolt [EMAIL="[email protected]"][email protected][/EMAIL]
                    95 240SX SE SR20DET [EMAIL="[email protected]"][email protected][/EMAIL]
                    1993.5 Supra Hardtop...Sold
                    Next project? 6cyl, 6spd?

                    > spanish-rice;237125 wrote:
                    > at first i thought the title said beer truck drivers needed... In which case i accidently put my two weeks in at work.

                    1 Reply Last reply
                    0
                    • ? This user is from outside of this forum
                      ? This user is from outside of this forum
                      Guest
                      wrote on last edited by
                      #44

                      ❤ lol.

                      1 Reply Last reply
                      0
                      • 24valvenotak2 Offline
                        24valvenotak2 Offline
                        24valvenotak
                        wrote on last edited by
                        #45

                        /end the "How to speak clearly, thoughtfully, and concisely" workshop.

                        Getcher green hat, we are goin fishin.

                        > 63vette;288530 wrote:
                        > I dont know shit about building cars.

                        1 Reply Last reply
                        0
                        • Turbo5OhT Offline
                          Turbo5OhT Offline
                          Turbo5Oh
                          wrote on last edited by
                          #46

                          hmmm so get a cord huh? chuck i measured it out and i need about a 50 foot cord

                          LIFE'S JOURNEY IS NOT TO ARRIVE AT THE GRAVE IN A WELL PRESERVED BODY, BUT RATHER TO SKID IN SIDEWAYS, TOTALLY WORN OUT, SHOUTING ' HOLY SHIT.....WHAT A RIDE'

                          1 Reply Last reply
                          0
                          • S Offline
                            S Offline
                            stirno
                            wrote on last edited by
                            #47

                            seriously.. QoS.

                            1998 Audi A4 1.8T // T-28 // Koni Coilovers // European Spec Headlights (Ecodes) w/HIDs
                            2007 VW GTI 2.0T // APR

                            1 Reply Last reply
                            0

                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                            With your input, this post could be even better 💗

                            Register Login
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            Powered by NodeBB Contributors
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • World
                            • Users
                            • Groups