<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Intrepid Blog &#187; si</title>
	<atom:link href="http://blog.affien.com/archives/tag/si/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.affien.com</link>
	<description>A few thoughts</description>
	<lastBuildDate>Mon, 23 Jan 2012 08:47:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Binary Multiples</title>
		<link>http://blog.affien.com/archives/2005/10/01/binary-multiples/</link>
		<comments>http://blog.affien.com/archives/2005/10/01/binary-multiples/#comments</comments>
		<pubDate>Sat, 01 Oct 2005 11:34:03 +0000</pubDate>
		<dc:creator>Bas Westerbaan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[binary multiples]]></category>
		<category><![CDATA[si]]></category>

		<guid isPermaLink="false">http://blog.w-nz.com/?p=134</guid>
		<description><![CDATA[Data size prefixes always have caused confusion.

How [...]]]></description>
			<content:encoded><![CDATA[<p>Data size prefixes always have caused confusion.</p>
<p>How much is one MB?</p>
<p>Originally it&#8217;s 1024 kB, each kB is 1024B. This makes a total of 1024<sup>3</sup> bytes (1073741824).</p>
<p>Using 1024 instead of 1000 has its roots in the fact that computers usually work with blocks of 1024 bytes (2<sup>10</sup>).</p>
<p>Other people stick to the SI and deem one MB 1000<sup>3</sup> bytes (1000000000).</p>
<p>To get rid of confusion binary multiples were introduced. One MiB = 1024<sup>3</sup>, where one MB would be 1000<sup>3</sup>.</p>
<table>
<tr>
<th>Factor</th>
<th>Name</th>
<th>Symbol</th>
<th>Factor</th>
<th>Name</th>
<th>Symbol</th>
</tr>
<tr>
<td>1000<sup>1</sup></td>
<td>Kilo</td>
<td>k</td>
<td>1024<sup>1</sup></td>
<td>Kibi</td>
<td>Ki</td>
</tr>
<tr>
<td>1000<sup>2</sup></td>
<td>Mega</td>
<td>M</td>
<td>1024<sup>2</sup></td>
<td>Mebi</td>
<td>Mi</td>
</tr>
<tr>
<td>1000<sup>3</sup></td>
<td>Giga</td>
<td>G</td>
<td>1024<sup>3</sup></td>
<td>Gibi</td>
<td>Gi</td>
</tr>
<tr>
<td>1000<sup>4</sup></td>
<td>Tera</td>
<td>T</td>
<td>1024<sup>4</sup></td>
<td>Tebi</td>
<td>Ti</td>
</tr>
<tr>
<td>1000<sup>5</sup></td>
<td>Peta</td>
<td>P</td>
<td>1024<sup>5</sup></td>
<td>Pebi</td>
<td>Pi</td>
</tr>
<tr>
<td>1000<sup>6</sup></td>
<td>Exa</td>
<td>E</td>
<td>1024<sup>6</sup></td>
<td>Exbi</td>
<td>Ei</td>
</tr>
<tr>
<td>1000<sup>7</sup></td>
<td>Zetta</td>
<td>Z</td>
<td>1024<sup>7</sup></td>
<td>Zebi</td>
<td>Zi</td>
</tr>
<tr>
<td>1000<sup>8</sup></td>
<td>Yotta</td>
<td>Y</td>
<td>1024<sup>8</sup></td>
<td>Yobi</td>
<td>Yi</td>
</tr>
</table>
<p>When buying something one should take notice of this, because the difference between one GB and one GiB is 74MB (or 70 MiB).</p>
<p>With ever increasing storage capability there would be a time where one VendekaByte would be half of one VendebiByte. (Vendika = 10<sup>30</sup>)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.affien.com/archives/2005/10/01/binary-multiples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

