<?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>Fedora México &#187; kilobyte</title>
	<atom:link href="http://proyectofedora.org/mexico/tag/kilobyte/feed/" rel="self" type="application/rss+xml" />
	<link>http://proyectofedora.org/mexico</link>
	<description>La comunidad de Fedora México</description>
	<lastBuildDate>Mon, 19 Jul 2010 22:00:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Gibibyte no es igual a Gigabyte</title>
		<link>http://proyectofedora.org/mexico/2008/11/11/gibibyte-no-es-igual-a-gigabyte/</link>
		<comments>http://proyectofedora.org/mexico/2008/11/11/gibibyte-no-es-igual-a-gigabyte/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 19:16:34 +0000</pubDate>
		<dc:creator>eberlive</dc:creator>
				<category><![CDATA[Muestras]]></category>
		<category><![CDATA[byte]]></category>
		<category><![CDATA[gibibyte]]></category>
		<category><![CDATA[gigabyte]]></category>
		<category><![CDATA[kibibyte]]></category>
		<category><![CDATA[kilobyte]]></category>
		<category><![CDATA[mebibyte]]></category>
		<category><![CDATA[megabyte]]></category>

		<guid isPermaLink="false">http://proyectofedora.org/mexico/?p=435</guid>
		<description><![CDATA[Talvez algunos han notado que en GNU/Linux las unidades tienen GiB en vez de GB. Y para los que no lo han notado aqui una breve explicación para salir de dudas. Un gibibyte (contracción de giga binario byte) es una unidad de información o almacenamiento de datos. Corresponde a 230 bytes, es decir 1.073.741.824 bytes. [...]<p><br/><br/><a href="http://proyectofedora.org/mexico/2008/11/11/gibibyte-no-es-igual-a-gigabyte/">Gibibyte no es igual a Gigabyte</a> fu&eacute; publicado originalmente en <a href="http://proyectofedora.org/mexico">Fedora M&eacute;xico</a></p>
]]></description>
			<content:encoded><![CDATA[<p style="center;"><img class="aligncenter" src="http://www.redadictos.com/wp-content/uploads/2007/10/hitachi_dekstar_p7k500_disco_duro.jpg" alt="" width="239" height="179" /></p>
<p>Talvez algunos han notado que en GNU/Linux las unidades tienen GiB en vez de GB.</p>
<p>Y para los que no lo han notado aqui una breve explicación para salir de dudas.</p>
<p>Un <strong>gibibyte</strong> (contracción de <strong>gi</strong>ga <strong>bi</strong>nario <strong>byte</strong>) es una unidad de información o almacenamiento de datos. Corresponde a 2<sup>30</sup> <span class="mw-redirect">bytes</span>, es decir 1.073.741.824 bytes. Se representa con el símbolo <strong>GiB</strong> (nunca &#8220;giB&#8221;).</p>
<p>1 gibibyte = 2<sup>10</sup> mebibytes = 1.073.741.824 bytes</p>
<p>El gibibyte está muy relacionado con el gigabyte, que se suele usar como un sinónimo de gibibyte aunque en realidad se refiere a 10<sup>3</sup> megabytes = 1.000.000.000 bytes (ver prefijo binario). El uso de estos términos intenta disipar una confusión muy común en torno a los medios de almacenamiento.</p>
<p>Los <strong>prefijos binarios</strong> son usados frecuentemente para expresar grandes cantidades de <span class="mw-redirect">octetos</span> o bytes de ocho bits. Son derivados, aunque diferentes, de los <span class="mw-redirect">prefijos del SI</span> como <span class="mw-redirect">kilo</span>, mega, giga y otros.</p>
<p>El uso convencional sembró confusión: 1024 no es 1000.</p>
<p>Los fabricantes de dispositivos de almacenamiento habitualmente usan los prefijos decimales del <span class="mw-redirect">SI(Sistema Internacional)</span>, por lo que un disco duro de 30 GB tiene una capacidad aproximada de <span class="texhtml">28 * 2<sup>30</sup></span> bytes, lo que serían 28 GiB (GiBiBytes).</p>
<p>La Comisión Electrotécnica Internacional (CEI) en 1998, introduce los prefijos <strong>kibi</strong>, <strong>mebi</strong>, <strong>gibi</strong>, <strong>tebi</strong>, <strong>pebi</strong> y <strong>exbi</strong>, nombres formados con la primera sílaba de cada <span class="mw-redirect">prefijo del SI</span> y el sufijo <em>bi</em> por &#8220;binario&#8221;. La norma también estipula que los prefijos SI siempre tendrán los valores de potencias de 10 y nunca deberán ser usados como potencias de 2.</p>
<table border="1" cellspacing="0">
<caption><strong>Prefijos CEI y SI con byte</strong></caption>
<tbody>
<tr>
<th>Nombre</th>
<th>Símbolo</th>
<th>Sistema</th>
<th>Significado</th>
</tr>
<tr>
<td>byte</td>
<td>B</td>
<td></td>
<td>8 bits</td>
</tr>
<tr>
<td>kibibyte</td>
<td>KiB</td>
<td>CEI</td>
<td>1024 bytes</td>
</tr>
<tr>
<td>kilobyte</td>
<td>kB</td>
<td>SI</td>
<td>1000 bytes</td>
</tr>
<tr>
<td>mebibyte</td>
<td>MiB</td>
<td>CEI</td>
<td>1024 kibibytes</td>
</tr>
<tr>
<td>megabyte</td>
<td>MB</td>
<td>SI</td>
<td>1000 kilobytes</td>
</tr>
<tr>
<td>gibibyte</td>
<td>GiB</td>
<td>CEI</td>
<td>1024 mebibytes</td>
</tr>
<tr>
<td>gigabyte</td>
<td>GB</td>
<td>SI</td>
<td>1000 megabytes</td>
</tr>
<tr>
<td>tebibyte</td>
<td>TiB</td>
<td>CEI</td>
<td>1024 gibibytes</td>
</tr>
<tr>
<td>terabyte</td>
<td>TB</td>
<td>SI</td>
<td>1000 gigabytes</td>
</tr>
<tr>
<td>pebibyte</td>
<td>PiB</td>
<td>CEI</td>
<td>1024 tebibytes</td>
</tr>
<tr>
<td>petabyte</td>
<td>PB</td>
<td>SI</td>
<td>1000 terabytes</td>
</tr>
<tr>
<td>exbibyte</td>
<td>EiB</td>
<td>CEI</td>
<td>1024 pebibytes</td>
</tr>
<tr>
<td>exabyte</td>
<td>EB</td>
<td>SI</td>
<td>1000 petabytes</td>
</tr>
</tbody>
</table>
<p>Al comprar un disco duro solemos encontrarnos con que el fabricante da la capacidad del disco empleando prefijos decimales, pero el ordenador nos reporta el dato con prefijos binarios. Para convertir la cifra de formato &#8220;decimal&#8221; a &#8220;binario&#8221; se debe seguir la siguiente fórmula, donde <strong>N</strong> es el número que le dará el fabricante (en el SI) y <strong>R</strong> el número de datos &#8220;binario&#8221; que queremos hallar, cambiando los exponentes <strong>x</strong> e <strong>y</strong> según convenga.</p>
<p><img class="tex" src="http://upload.wikimedia.org/math/7/7/e/77e5c9622c9436dce2f0a35240f235d4.png" alt="R=\frac {N*10^y} {2^{x}}" /><br />
Por ejemplo, si vamos a comprar un HDD (disco duro) de &#8220;500 gigabytes&#8221;.</p>
<p><img class="tex" src="http://upload.wikimedia.org/math/3/a/3/3a3f02fa8cabf4dee7a8cfdc7c1df963.png" alt="R=\frac {500*10^9} {2^{30}}=465,661287 \approx 465" /></p>
<p>Por lo que la capacidad expresada con prefijo binario será de 465 GiB (deben despreciarse los decimales). Al conectar el disco duro al ordenador se comprueba que efectivamente indica la cantidad disponible como 465 GiB (o 465 GB si el sistema operativo utiliza incorrectamente los prefijos del SI como múltiplos de 1024).</p>
<p>Espero que se haya comprendido y recuerden que la mejor forma de aprender es enseñando.</p>
<p>Que tengan un buen día.</p>
<p>Articulos Similares:
<ul class="similar-posts">
<li><a href="http://proyectofedora.org/mexico/2009/09/01/biologia-para-geeks/" rel="bookmark" title="Septiembre 1, 2009">Biología para Geeks</a></li>
<li><a href="http://proyectofedora.org/mexico/2009/05/27/6-por-que-cambiar-a-fedora-11/" rel="bookmark" title="Mayo 27, 2009">6: Por que cambiar a Fedora 11?</a></li>
<li><a href="http://proyectofedora.org/mexico/2010/06/18/acta-otro-atentado-contra-nuestras-libertades-%c2%a1no-lo-permitas/" rel="bookmark" title="Junio 18, 2010">ACTA, otro atentado contra nuestras libertades, ¡NO LO PERMITAS!</a></li>
<li><a href="http://proyectofedora.org/mexico/2008/07/18/fedora-es-rapido-el-mas-rapido-del-mundo/" rel="bookmark" title="Julio 18, 2008">Fedora es rápido. El más rápido del mundo.</a></li>
<li><a href="http://proyectofedora.org/mexico/2008/06/04/amarok-rockea-tu-musica/" rel="bookmark" title="Junio 4, 2008">Amarok rockea tu música</a></li>
</ul>
<p><!-- Similar Posts took 24.292 ms --></p>
<p><br/><br/><a href="http://proyectofedora.org/mexico/2008/11/11/gibibyte-no-es-igual-a-gigabyte/">Gibibyte no es igual a Gigabyte</a> fu&eacute; publicado originalmente en <a href="http://proyectofedora.org/mexico">Fedora M&eacute;xico</a></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Comparte el enlace:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fproyectofedora.org%2Fmexico%2F2008%2F11%2F11%2Fgibibyte-no-es-igual-a-gigabyte%2F&amp;partner=sociable" title="PDF"><img src="http://proyectofedora.org/mexico/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fproyectofedora.org%2Fmexico%2F2008%2F11%2F11%2Fgibibyte-no-es-igual-a-gigabyte%2F&amp;title=Gibibyte%20no%20es%20igual%20a%20Gigabyte&amp;bodytext=%0D%0A%0D%0ATalvez%20algunos%20han%20notado%20que%20en%20GNU%2FLinux%20las%20unidades%20tienen%20GiB%20en%20vez%20de%20GB.%0D%0A%0D%0AY%20para%20los%20que%20no%20lo%20han%20notado%20aqui%20una%20breve%20explicaci%C3%B3n%20para%20salir%20de%20dudas.%0D%0A%0D%0AUn%20gibibyte%20%28contracci%C3%B3n%20de%20giga%20binario%20byte%29%20es%20una%20unidad%20de%20informaci%C3%B3n%20" title="Digg"><img src="http://proyectofedora.org/mexico/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fproyectofedora.org%2Fmexico%2F2008%2F11%2F11%2Fgibibyte-no-es-igual-a-gigabyte%2F&amp;title=Gibibyte%20no%20es%20igual%20a%20Gigabyte&amp;notes=%0D%0A%0D%0ATalvez%20algunos%20han%20notado%20que%20en%20GNU%2FLinux%20las%20unidades%20tienen%20GiB%20en%20vez%20de%20GB.%0D%0A%0D%0AY%20para%20los%20que%20no%20lo%20han%20notado%20aqui%20una%20breve%20explicaci%C3%B3n%20para%20salir%20de%20dudas.%0D%0A%0D%0AUn%20gibibyte%20%28contracci%C3%B3n%20de%20giga%20binario%20byte%29%20es%20una%20unidad%20de%20informaci%C3%B3n%20" title="del.icio.us"><img src="http://proyectofedora.org/mexico/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fproyectofedora.org%2Fmexico%2F2008%2F11%2F11%2Fgibibyte-no-es-igual-a-gigabyte%2F&amp;t=Gibibyte%20no%20es%20igual%20a%20Gigabyte" title="Facebook"><img src="http://proyectofedora.org/mexico/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fproyectofedora.org%2Fmexico%2F2008%2F11%2F11%2Fgibibyte-no-es-igual-a-gigabyte%2F&amp;title=Gibibyte%20no%20es%20igual%20a%20Gigabyte&amp;annotation=%0D%0A%0D%0ATalvez%20algunos%20han%20notado%20que%20en%20GNU%2FLinux%20las%20unidades%20tienen%20GiB%20en%20vez%20de%20GB.%0D%0A%0D%0AY%20para%20los%20que%20no%20lo%20han%20notado%20aqui%20una%20breve%20explicaci%C3%B3n%20para%20salir%20de%20dudas.%0D%0A%0D%0AUn%20gibibyte%20%28contracci%C3%B3n%20de%20giga%20binario%20byte%29%20es%20una%20unidad%20de%20informaci%C3%B3n%20" title="Google Bookmarks"><img src="http://proyectofedora.org/mexico/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://barrapunto.com/submit.pl?subj=Gibibyte%20no%20es%20igual%20a%20Gigabyte&amp;story=http%3A%2F%2Fproyectofedora.org%2Fmexico%2F2008%2F11%2F11%2Fgibibyte-no-es-igual-a-gigabyte%2F" title="BarraPunto"><img src="http://proyectofedora.org/mexico/wp-content/plugins/sociable/images/barrapunto.png" title="BarraPunto" alt="BarraPunto" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fproyectofedora.org%2Fmexico%2F2008%2F11%2F11%2Fgibibyte-no-es-igual-a-gigabyte%2F&amp;title=Gibibyte%20no%20es%20igual%20a%20Gigabyte&amp;source=Fedora+M%C3%A9xico+La+comunidad+de+Fedora+M%C3%A9xico&amp;summary=%0D%0A%0D%0ATalvez%20algunos%20han%20notado%20que%20en%20GNU%2FLinux%20las%20unidades%20tienen%20GiB%20en%20vez%20de%20GB.%0D%0A%0D%0AY%20para%20los%20que%20no%20lo%20han%20notado%20aqui%20una%20breve%20explicaci%C3%B3n%20para%20salir%20de%20dudas.%0D%0A%0D%0AUn%20gibibyte%20%28contracci%C3%B3n%20de%20giga%20binario%20byte%29%20es%20una%20unidad%20de%20informaci%C3%B3n%20" title="LinkedIn"><img src="http://proyectofedora.org/mexico/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://proyectofedora.org/mexico/feed/" title="RSS"><img src="http://proyectofedora.org/mexico/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Gibibyte%20no%20es%20igual%20a%20Gigabyte&amp;url=http%3A%2F%2Fproyectofedora.org%2Fmexico%2F2008%2F11%2F11%2Fgibibyte-no-es-igual-a-gigabyte%2F" title="Slashdot"><img src="http://proyectofedora.org/mexico/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fproyectofedora.org%2Fmexico%2F2008%2F11%2F11%2Fgibibyte-no-es-igual-a-gigabyte%2F&amp;title=Gibibyte%20no%20es%20igual%20a%20Gigabyte" title="StumbleUpon"><img src="http://proyectofedora.org/mexico/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fproyectofedora.org%2Fmexico%2F2008%2F11%2F11%2Fgibibyte-no-es-igual-a-gigabyte%2F" title="Technorati"><img src="http://proyectofedora.org/mexico/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fproyectofedora.org%2Fmexico%2F2008%2F11%2F11%2Fgibibyte-no-es-igual-a-gigabyte%2F" title="Identi.ca"><img src="http://proyectofedora.org/mexico/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fproyectofedora.org%2Fmexico%2F2008%2F11%2F11%2Fgibibyte-no-es-igual-a-gigabyte%2F&amp;title=Gibibyte%20no%20es%20igual%20a%20Gigabyte&amp;body=%0D%0A%0D%0ATalvez%20algunos%20han%20notado%20que%20en%20GNU%2FLinux%20las%20unidades%20tienen%20GiB%20en%20vez%20de%20GB.%0D%0A%0D%0AY%20para%20los%20que%20no%20lo%20han%20notado%20aqui%20una%20breve%20explicaci%C3%B3n%20para%20salir%20de%20dudas.%0D%0A%0D%0AUn%20gibibyte%20%28contracci%C3%B3n%20de%20giga%20binario%20byte%29%20es%20una%20unidad%20de%20informaci%C3%B3n%20" title="Ping.fm"><img src="http://proyectofedora.org/mexico/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Gibibyte%20no%20es%20igual%20a%20Gigabyte%20-%20http%3A%2F%2Fproyectofedora.org%2Fmexico%2F2008%2F11%2F11%2Fgibibyte-no-es-igual-a-gigabyte%2F" title="Twitter"><img src="http://proyectofedora.org/mexico/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://proyectofedora.org/mexico/2008/11/11/gibibyte-no-es-igual-a-gigabyte/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
