Slashdot Mirror


IETF's Tips For Network Admins On How To Avoid Draining Smartphone Batteries (softpedia.com)

An anonymous reader writes: Two engineers from Cisco and Google have raised the problem of IPv6 networks that drain smartphone battery life and issued a series of tips for other network admins on why and how to properly configure their networks. The problem is because of Router Advertisements (RAs). These are periodic messages sent by the router to all network clients telling them its IPv6 address, at which it can be reached. Apparently some networks are sending these as often as every 3 seconds, while the engineers say the proper interval should be 7 per hour. Hence the reason why your battery life is often drained even if your phone is in sleep mode, but connected to a local network.

2 of 65 comments (clear)

  1. Re:IPv6 is such a disaster by amorsen · · Score: 3, Informative

    An IPv6 network is much easier to set up properly. Check out the HomeNet stuff, where you just chuck a bunch of routers together more or less randomly, with connectivity from cable and DSL and 4G, plus a bunch of wifi routers, and it all Just Works. IPv4 in the same scenario will require a lot of hand-fiddling and being strict about topology.

    No worrying about subnetting, setting up DHCP, making sure that there's precisely one DHCP server per network and all that.

    Some of it is still under development, like the daisy-chained routers more than one deep, but it will get there.

    --
    Finally! A year of moderation! Ready for 2019?
  2. Re:IPv6 is such a disaster by Zarhan · · Score: 3, Informative

    -They did away with private addressing (site-local) "because it breaks the openness of the internet and firewalls". Tell that one to someone who's seen hackers use a Java-based PS2 Video broadcasting software to send files across the internet. Lets automatically use public addresses on air-gapped networks.

    No they didn't.

    See https://tools.ietf.org/html/rf... - Site-local was the original spec and that's deprecated since it doesn't allow for easily merging of two existing private networks. ULA fixes that. So damn right you can have private networks.

    The standard has changed so many times in the last 10 years nobody can comprehend it; every book has a different set of material on it, every programmer has set their infrastructure up differently.

    Oh please. Only things that have really fundamentally changed are the IPv4IPv6 transition mechanism. Now that NAT64 and DNS64 are in use, you can pretty much work with an IPv6-only network (ironically, a couple years ago everything else, including gaming, worked via a NAT64, except for Skype, which is supposed to go through anything)

    They did away with IPV4's simplistic subnetting and supernetting, and introduced EUI-64 addressing which can track devices as they move from network to network. Marketing companies like Google and Microsoft were helping to write the standard.

    Oh please, even Windows uses privacy extensions for IPv6. No one forces you to use EUI-64.

    Very Few large deployments.

    Tell that to the Chinese. They have *huge* networks, IPv6 only.