Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:How much more can we squeeze? (Score 1) 78

Though the biggest problem on modern wireless networks is not "noise" in the traditional sense but interference between cells. The combination of such interference (which looks and acts similar to noise given modern modulation techniques) with the fading inherent in mobile microwave devices makes it very hard to achive more than a few bits/sec/hz on average across the celll.

Conventional MIMO helps a little but the close spacing of the antennas means the channels have low independence limiting the gains.

So that gives a couple of options. One is to move to higher frequencies where there is more bandwidth available and where signal strength tends to fall off quicker. Downsides are the cost of the hardware and if the signal falls off too quickly that limits the environments in which it can be delployed to very high density ones. The other one would be to implement cross-cell MIMO but that would require a heck of a lot of backhaul work.

Comment Re:No more private networks? (Score 1) 250

Right, then you change ISP or your ISP decides to change your prefix, all your machines lose their v6 internet IPs and get a new set.

In an ideal world all your internal communications would be based on something else (names, link local or unique local IPs etc) and would keep working. In the real world what are the chances of internal services using internet IPs to talk to each other and breaking when those IPs change.

Comment Re:Are you actually telling me? (Score 1) 179

To move manufacturing requires you to either build a factory or find one with spare capacity, then you have to fit out that factory to do what you need to do, train the staff to make it with suffuicant reliability and so-on. For any non-trivial product this takes time, especially if lots of people are doing it at once and in the event of a country dropping off the supply map you would have to think about not only your factories but those of your suppliers and your suppliers' suppliers and so-on.

For beter or worse the world has become very interconnected. Taking out peices of that interconnectected puzzle would cause large shocks to the system not just "slight increases in price".

Comment Re:That's going to screw up the map. (Score 1) 250

The "class E" space is marked as pasture on that XKCD map. It's unallocated in the sense that the powers that be haven't decided what if anything to do with it but it can't easilly be used because existing systems treat it as invalid. there have been proposals that it should be assigned to "large private intranets" (think: comcast's management network) but they never got approved (and given the need for upgrades to nearly all operating systems that work with the network it's questionable whether it would be better to just move to v6 for such networks).

The map also marks 10.0.0.0/8 (the largest block of private space) in green for some reason.

There also seems to have at least one error. The iana lists 7.0.0.0/8 as being administered by arin since 1995, yet the xkcd map marks it as pasture

In any case all the /8 unicast blocks are now allocated to either a RIR, a corporation or a special use.

Comment Re:No more private networks? (Score 1) 250

Whats different is that in the v4 world NAT is the norm, in the v6 world NAT is strongly discouraged.

Nat has several impacts, one of them is obviously to conserve addresses but another is to make it so that the internal machines don't know or care what the outside IP is unless they go out of their way to look for it so they can do some tricks to make P2P work.

Whereas with v6 you are expected to assign public IPs to end machines (most likely via stateless autoconfiguration) In principle you can assign machines multiple IPs so that you can keep your local stuff in the same place when your ISP changes your global addresses. How well this works in practice I don't know, it's certainly something that would make me wary when deploying v6 on a small buisness network.

Comment Re:OR (Score 1) 250

does Windows still set up v6 tunnels by default?

Windows 7 uses 6to4 and teredo by default under certain network conditions. I don't know if anythig has changed in newer versions.

For 6to4 iirc windows will enable it if it finds the machine has a public IPv4 address and no public ipv6 address, I don't think there are any other checks beyond that but few windows machines have public IPv4 addresses.

For teredo windows by default looks for a domain controller, if it doesn't find one it assumes it's on an "unamanged network" and enables teredo client behviour . If it finds one* it assumes it's on a "managed network" and disables teredo client (yes this behaviour can be overrideen but we are talking about default here). IIRC teredo client is only enabled if no other public v6 address (including 6to4) is available.

IIRC windows will also act as a teredo "host specific relay" by default if it has a non-teredo ipv6 address.

* Or something it thinks is one, i've had samba trigger it even though I wasn't using samba as a domain controller.

Comment Re:So after years of panic... (Score 1) 250

Afaict the result of trying to apply that policy to IPv6 was that people said "fuck you i'll stay with IPv4". The RIRs realised that the only way to get any chance of widespread IPv6 adoption was to make it at least as easy to get v6 PI space as it previously was to get v4 PI space.

Comment Re:IP numbers are terrible (Score 1) 250

If you control the network then one option is to use IPv6 addresess that are not so large and random. In particular avoiding autoconfiguration based on mac addresses or ramdom numbers and assigning addresses manually in the conventional way (possiblly to match the machines v4 address)

Comment Re:OR (Score 4, Informative) 250

At the top level the major transit networks support IPv6 and most of them have for years.
At the bottom level the end devices mostly support IPv6 though XP systems (which are still scarilly common) have it disabled by default

The problem comes in the middle, access providers and corporate network operators need to do the work to give the IPv6 capable devices they and their customers own access to the IPv6 internet. Many of them don't see doing so as a priority.

MS implemented a protocol called teredo to work arround this but it's fragile because it fights nat rather than working with it. It's also disabled by default on networks where a domain controller is detected (presumablly because MS didn't want to be accused of subverting corporate firewalls).

Most operating systems will preffer IPv6 when a native v6 connection is available and yet the ipv6 traffic as reported by the likes of google is in the single digit percentages.

Unfortunately I'm struggling to find good stats on how many users can access v6 only resources even though they preffer v4. Test-ipv6 has some stats but I don't consider them representitive of normal users. I remember seeing some stats a while back that said it was about half but I don't remember where

Comment Re:OR (Score 2) 250

OR they could migrate those services to IPv6??

The last estimates I saw were that 50% of users were unable to access ipv6 only services. Many of the 50% who can will be using a fragile tunneling protocol that fights nat rather than working with it.

So services that need to be accessible to the general public need to be accessible on IPv4.

(I hate it when people say they're doing something because they were "forced" or "had no choice", when in reality, they had aa choice, they made a choice, and now don't want to take ownership of the outcome)

Of course sometimes there are no good choices, a growing hosting provider with an address shortage has to choose between grubbing together ipv4 addresses from whereever they can (causing routing table fragmentation, innaccurate gelocation and possiblly security problems) and watching their customers run off to someone who can give them the IPv4 addreses they require.

Where does one draw the line on "not having a choice"? is it where the other choices would be illegal? is it where all the other choices would be commercial suicide for the buisness division in question? is it somewhere else?

Comment Re:Perfect, Charter.com doesn't even use IP6 (Score 1) 197

There are three types of IPv6 address you may see on a windows 7 machine on a network that does not provide native IPv6

1: a link local address (from the block fe80::/64), afaict you will always get this but as the name suggests it's only usable on the local link.
2: a 6to4 address (from the block 2002::/8), you will get this if you have a public IPv4 address and either no firewall or one that lets through the 6to4 packrs
3: a teredo address (from the block 2001::/16) , teredo is a nat traversing automatic tunneling system, it's enabled by default for home user machines but it's supposed to be disabled by default on corporate networks (defined as networks continaing a domain controller)

Both 6to4 and teredo should in theory allow communication with hosts on the ipv6 internet but in practice they can be somewhat flaky and said communication with the ipv6 internet largely reliant on relay servers run by a handful of altruistic providers.

Comment Re:Hardware sampling rates (Score 1) 121

Simple analog filters (that you coudl build with 10 cents worth of components) have a slow rolloff. You can't just say "pass everything up to 20KHz, reject everything above that" or even "pass everything up to 15KHZ reject everything over 25KHz" and design a simple analog circuit to do it.

This is one of the big reasons we use high sample rates and filter digitally nowadays. You can get arbiterally close to an ideal "brick wall" filter digitally (though you do pay a price in time delay and computing power) whereas in the analog world high order filters tend to have problems with stability and sensitivity to component tolerance.

Slashdot Top Deals

Those who can, do; those who can't, write. Those who can't write work for the Bell Labs Record.

Working...