Stored Data to Exceed 1.8 Zettabytes by 2011
jcatcw writes "By 2011, there will be 1.8 zettabytes of electronic data stored in 20 quadrillion files, packets or other containers because of, among other things, the massive growth rate of social networks, and digital equipment such as cameras, cell phones and televisions, according to
a new study by IDC. Data is growing by a factor of 10 every five years. According to John Gantz, IDC's lead analyst, "at some point in the life of every file, or bit or packet, 85% of that information somewhere goes through a corporate computer, website, network or asset," meaning any given corporation becomes responsible for protecting large amounts of data that it and its customers may not have created. The study, which coincided with the launch of a "
digital footprint" calculator, also found that as the world changes over to digital televisions, analog sets and obsolete set-top boxes and DVDs "will be heaped on the waste piles, which will double by 2011.""
"as the world changes over to digital televisions, analog sets and obsolete set-top boxes and DVDs"
That's what I plan on doing. I'm going to throw out all my DVDs and buy the Blu-Ray equivalent.
Or maybe I'll just keep the DVDs (and the player) and buy whatever cable adapters I need to get them working on these newfangled devices.
Yes, there is a lot of data in the world. But is there really that much more information out there? A zillion copies of the same song just means more data, not more information.
A-Bomb
At the risk of being modded down, isn't that distinction the whole point of the IEC's "zebibyte" proposal?
Anyway, most measurements of mass storage (bandwidth quotas, hard disk capacity etc) seem to measured in actual megabytes (MB), gigabytes (GB) etc, as opposed to binary megabytes (MiB), binary gigabytes (GiB) and so on. Binary byte prefixes only seem to be used for RAM and flash these days, presumably because of the convenient manufacturing realities involved - and I really wish that manufacturers of those products would get with the program and label their products with unambiguous units.
So I assume the estimate means 10^15 bytes.
In theory, yes. In practice, the whole Zebibyte thing is complete nonsense. Everyone other than hard drive manufacturers has been using the SI prefixes to refer to power of two quantities when referring to binary data for 40 years. Attempting to redefine them retroactively just causes confusion. If I see something that says KB, and don't know when it was written, I have no idea if it pre or post-dates the KiB nonsense and so I have no idea if it refers to 1024 or 1000 bytes.
I am TheRaven on Soylent News
So you're better off if someone does use the proper prefix then. Without it, KB could mean either. With it, at least you know what kiB means, so you're definitely right some of the time.
No, the confusion is cause by using a pseudo-binary based number system in a world where almost everything else is decimal.
Quick question: You have a 2000 MiB video file and a 2470 MiB video file. Will they both fit on a 4.37 GiB DVD? Now you need your calculator.
It's much easier to figure out if a 2097 MB and a 2590 MB file fit on a 4.7 GB disk. You can do that in your head.
I've been burned numerous times by programs ambiguously reporting sizes in KiB and MiB causing me to run out of space on something that I'm trying to fill. All storage sizes should always be reported in decimal numbers. If RAM manufacturers want to keep using powers of two due to the implementation detail of how their chips are constructed, they should *always* use KiB, MiB and GiB.
So I used their digital foot print calc, it told me mine was 4.5 gigabytes. A little on the low side I'd say, I have 1.1 TB of HDD sitting right next to me.
It is not. RAM is the only quantity in computers commonly measured in binary. Hard drives have always been in decimal. Floppies have always been in an even more stupid system where "MB" == 1000*1024. Clock speeds have always been decimal.
Going farther, measuring IO or network performance, to cite two trivial examples, or understanding any of those subjects in general, you're binary to binary.You appear to have been bambooozled yourself by the confusion caused by this issue. I/O speed of buses is always decimal because it derives from MHz and GHz, which are decimal. Network bandwidth is more often measured in decimal megabits, not binary.
You seem to think that just because one user app, Windows Explorer, confusingly shows binary based quantities, then everything else in the computer is or ought to be measured that way as well. You're incorrect.
I don't see why learning powers of two, and then extending that (for the "power users") to base 16, is unreasonable.If you were advocating that people learn and work in pure hexadecimal, you might have a point. However, these units aren't a consistent radix. They're a strange mishmash of binary and decimal based on the accident that 2**10 is somewhere close to 10**3. They have completely different math for each of KiB, MiB, GiB, etc. You're telling people that they need to work with four or more distinct new number systems, and be prepared to convert between any and all of them, depending on approximately how much data they're working with. That's just stupid.