• @Aux
    link
    51 year ago

    WiFi 5 latency on a decent router (not the shit your ISP gives you for free) is only 0.6ms. Yes, that’s less than 1ms.

    • @uis
      link
      31 year ago

      I just tested ping between my weak computers, one of which supports only 100mbit ethernet and are sequentially connected via cheap 2$ dumb switch and ISP-provided router and got 0.187ms average, while ping via same system, but using 802.11ac for one device got 8.16ms with standard deviation of 11.9, maximum of 67ms and minimum of 1.44ms.

      • @Aux
        link
        01 year ago

        You have a very shitty WiFi over there. I haven’t seen anything over 1ms ever.

        • @uis
          link
          1
          edit-2
          1 year ago

          I just don’t live on the moon, neighbours have WIFI too.

            • @uis
              link
              1
              edit-2
              1 year ago

              Ranges are crowded, a lot of interference.

              • @Aux
                link
                01 year ago

                Where? There’s not much interference even in Soviet blocks. What are you talking about?

                • @uis
                  link
                  11 year ago

                  Replying to you from soviet blocks. I see strong signal from 7 neighbours, including one HT40 network.

    • quadropiss
      link
      21 year ago

      Right. Like even in the shittiest scenario that’s not a major difference. There’s stuff like interference and the speeds are lower, sure, but 1 gigabit is plenty for non enterprise situations

      • @Aux
        link
        11 year ago

        There’s no interference unless you live in a Soviet block.

    • @[email protected]
      link
      fedilink
      English
      01 year ago

      Maybe…

      your latency on your network might be 0.6ms, but for most practical use-cases, it will be orders of magnitude more. Partly due to the interference and half duplex nature of wifi, but also because of CSMA/CA (carrier sense multi access / collision avoidance) algorithm, which listens before transmitting to ensure the channel is clear, and waits when it’s busy until it’s clear before transmitting. The actual transit time for each frame is very short, but getting to the point where you can actually transmit is the main challenge for wifi.

      Propegation time for a 1500 byte frame on gigabit Ethernet is approximately 12 µs, or 12 microseconds, aka 0.012 ms. So the argument is kind of squished here. Given that you have a dedicated channel to the switch (and not needing a carrier sense, collision avoidance of detection algorithm with ethernet) the frame can be immediately sent, so the total transit time from a computer connected by ethernet to a router or switch is orders of magnitude faster.