<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>DonGato's Blog</title>
	<atom:link href="http://dongatoblog.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dongatoblog.wordpress.com</link>
	<description>Redes y Telecomunicaciones, Musica electronica, Boxeo, CCNA, CISCO.</description>
	<lastBuildDate>Tue, 06 Sep 2011 00:41:41 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='dongatoblog.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>DonGato's Blog</title>
		<link>http://dongatoblog.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dongatoblog.wordpress.com/osd.xml" title="DonGato&#039;s Blog" />
	<atom:link rel='hub' href='http://dongatoblog.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Tutorial #2 Cisco Packet Tracer : Subneteo manual de una red clase C</title>
		<link>http://dongatoblog.wordpress.com/2009/04/20/tutorial-2-cisco-packet-tracer-subneteo-manual-de-una-red-clase-c/</link>
		<comments>http://dongatoblog.wordpress.com/2009/04/20/tutorial-2-cisco-packet-tracer-subneteo-manual-de-una-red-clase-c/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 03:45:18 +0000</pubDate>
		<dc:creator>DonGato</dc:creator>
				<category><![CDATA[CCNA/CISCO]]></category>
		<category><![CDATA[broadcast]]></category>
		<category><![CDATA[dividir red]]></category>
		<category><![CDATA[id de subred]]></category>
		<category><![CDATA[mascara de subred]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[numero de host]]></category>
		<category><![CDATA[numero de subredes]]></category>
		<category><![CDATA[obtener subredes]]></category>
		<category><![CDATA[packet tracer]]></category>
		<category><![CDATA[packetracer]]></category>
		<category><![CDATA[packettracer]]></category>
		<category><![CDATA[red clase A]]></category>
		<category><![CDATA[red clase B]]></category>
		<category><![CDATA[red clase C]]></category>
		<category><![CDATA[redes]]></category>
		<category><![CDATA[subnetear]]></category>
		<category><![CDATA[subnetear una red]]></category>
		<category><![CDATA[subneteo]]></category>
		<category><![CDATA[subneteo de una red]]></category>
		<category><![CDATA[subnetting]]></category>
		<category><![CDATA[subnetwork]]></category>
		<category><![CDATA[subredes]]></category>

		<guid isPermaLink="false">http://dongatoblog.wordpress.com/?p=114</guid>
		<description><![CDATA[Tenemos la dirección de red IP clase C 205.25.34.0/24, la cual vamos a subnetear, y se nos pide obtener 9 subredes. 1. Calcular la cantidad de bits para definir las 9 subredes. Calculamos el numero de subredes utilizables con la siguiente fórmula: subredes utilizables = 2[bits de subred] – 2 Veamos la siguiente tabla: n [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dongatoblog.wordpress.com&amp;blog=6970070&amp;post=114&amp;subd=dongatoblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Tenemos la dirección de red IP clase C  205.25.34.0/24, la cual vamos a subnetear,  y se nos pide obtener 9 subredes. <strong></strong></p>
<p><strong>1. Calcular la cantidad de bits para definir las 9 subredes.</strong></p>
<p style="text-align:center;">Calculamos el numero de subredes utilizables con la siguiente fórmula:</p>
<p style="text-align:center;"><span style="color:#ffcc00;"><span style="font-family:verdana;"><span style="font-size:85%;">subredes utilizables = </span></span><span style="font-family:verdana;"><span style="font-size:85%;">2<sup>[bits de subred]</sup> – 2</span></span></span></p>
<p>Veamos la siguiente tabla:</p>
<table border="1" width="288" align="center">
<tbody>
<tr bgcolor="#c40000">
<td width="20">
<div style="text-align:center;"><strong>n</strong></div>
</td>
<td width="64">
<div style="text-align:center;"><strong>2 <sup>n</sup> &#8211; 2</strong></div>
</td>
<td width="182">
<div style="text-align:center;"><strong>Cantidad máxima de subredes </strong></div>
</td>
</tr>
<tr>
<td>
<div style="text-align:center;">n=2</div>
</td>
<td>
<div style="text-align:center;">2 <sup>2</sup> &#8211; 2</div>
</td>
<td>
<div style="text-align:center;">2</div>
</td>
</tr>
<tr>
<td>
<div style="text-align:center;">n=3</div>
</td>
<td>
<div style="text-align:center;">2 <sup>3</sup> &#8211; 2</div>
</td>
<td>
<div style="text-align:center;">6</div>
</td>
</tr>
<tr bgcolor="#ee8810">
<td>
<div style="text-align:center;"><strong>n=4</strong></div>
</td>
<td>
<div style="text-align:center;">2 <sup>4</sup> &#8211; 2</div>
</td>
<td>
<div style="text-align:center;">14</div>
</td>
</tr>
<tr>
<td>
<div style="text-align:center;">n=5</div>
</td>
<td>
<div style="text-align:center;">2 <sup>5</sup> &#8211; 2</div>
</td>
<td>
<div style="text-align:center;">30</div>
</td>
</tr>
<tr>
<td>
<div style="text-align:center;">n=6</div>
</td>
<td>
<div style="text-align:center;">2 <sup>6</sup> &#8211; 2</div>
</td>
<td>
<div style="text-align:center;">62</div>
</td>
</tr>
</tbody>
</table>
<p>Si nos fijamos en la tabla, he pintado de naranja la fila con <strong>n=4</strong>, que es la cantidad de bits necesarios para obtener las 9 subredes.</p>
<p>n=2 nos da tan solo 2 subredes usables, n=3 tan solo 6 subredes usables y nosotros queremos definir 9 subredes, entonces vemos que <strong>n=4</strong> nos alcanza y sobra para definir 9 subredes o incluso hasta 14 subredes.</p>
<p>Podriamos usar n=5  con un total de 30 subredes usables, pero seria un desperdicio.</p>
<p><strong>2. Definir la mascara de subred modificada.</strong></p>
<p>Una vez obtenido el número de bits necesarios n=4, calculamos la máscara de subred modificada.</p>
<p>Recordemos que el número de bits de la mascara de subred por defecto de una red clase C es: 24, entonces le sumamos n=4. O sea:</p>
<p><span style="color:#ffcc00;"><strong>Masc. Subred Modificada= Masc. Subred Defecto + n</strong></span></p>
<p><span style="color:#ffcc00;">Masc. Subred Modificada= 24 + 4 = 28</span></p>
<p>Con lo que ya calculada la mascara de subred modificada=28, procedemos a transformarla en direccion ip. Veamos la imagen:</p>
<p><a href="http://dongatoblog.files.wordpress.com/2009/04/transfo2.jpg"><img class="aligncenter size-full wp-image-123" title="transfo2" src="http://dongatoblog.files.wordpress.com/2009/04/transfo2.jpg?w=655&#038;h=284" alt="transfo2" width="655" height="284" /></a></p>
<p>Ahora que sabemos que /28 = 255.255.255.240 procedemos al siguiente paso.</p>
<p><strong>3. Definir los ID´S de subred, intervalos y número de hosts asignables por subred.nu<br />
</strong></p>
<p>Esta es la tabla con la red 205.25.34.0 subneteada.</p>
<table border="1" cellspacing="0" cellpadding="0" align="center">
<col span="4" width="80"></col>
<tbody>
<tr bgcolor="#c40000">
<td width="31" height="17">
<div><strong>#</strong></div>
</td>
<td width="118">
<div><strong>ID&#8217;S Usables<br />
</strong></div>
</td>
<td width="221"><strong>Intervalo</strong></td>
<td width="116">
<div><strong>Hosts Máximos por Subred </strong></div>
</td>
</tr>
<tr>
<td height="17" align="right">
<div>1</div>
</td>
<td>
<div>205.25.34.16</div>
</td>
<td>
<div>205.25.34.17 &#8211; 205.25.34.30</div>
</td>
<td>
<div>14</div>
</td>
</tr>
<tr>
<td height="17" align="right">
<div>2</div>
</td>
<td>
<div>205.25.34.32</div>
</td>
<td>
<div>205.25.34.33 &#8211; 205.25.34.46</div>
</td>
<td>
<div>14</div>
</td>
</tr>
<tr>
<td height="17" align="right">
<div>3</div>
</td>
<td>
<div>205.25.34.48</div>
</td>
<td>
<div>205.25.34.49 &#8211; 205.25.34.62</div>
</td>
<td>
<div>14</div>
</td>
</tr>
<tr>
<td height="17" align="right">
<div>4</div>
</td>
<td>
<div>205.25.34.64</div>
</td>
<td>
<div>205.25.34.65 &#8211; 205.25.34.78</div>
</td>
<td>
<div>14</div>
</td>
</tr>
<tr>
<td height="17" align="right">
<div>5</div>
</td>
<td>
<div>205.25.34.80</div>
</td>
<td>
<div>205.25.34.81 &#8211; 205.25.34.94</div>
</td>
<td>
<div>14</div>
</td>
</tr>
<tr>
<td height="17" align="right">
<div>6</div>
</td>
<td>
<div>205.25.34.96</div>
</td>
<td>
<div>205.25.34.97 &#8211; 205.25.34.110</div>
</td>
<td>
<div>14</div>
</td>
</tr>
<tr>
<td height="17" align="right">
<div>7</div>
</td>
<td>
<div>205.25.34.112</div>
</td>
<td>
<div>205.25.34.113 &#8211; 205.25.34.126</div>
</td>
<td>
<div>14</div>
</td>
</tr>
<tr>
<td height="17" align="right">
<div>8</div>
</td>
<td>
<div>205.25.34.128</div>
</td>
<td>
<div>205.25.34.129 &#8211; 205.25.34.142</div>
</td>
<td>
<div>14</div>
</td>
</tr>
<tr>
<td height="17" align="right">
<div>9</div>
</td>
<td>
<div>205.25.34.144</div>
</td>
<td>
<div>205.25.34.145 &#8211; 205.25.34.158</div>
</td>
<td>
<div>14</div>
</td>
</tr>
<tr>
<td height="17" align="right">
<div>10</div>
</td>
<td>
<div>205.25.34.160</div>
</td>
<td>
<div>205.25.34.161 &#8211; 205.25.34.174</div>
</td>
<td>
<div>14</div>
</td>
</tr>
<tr>
<td height="17" align="right">
<div>11</div>
</td>
<td>
<div>205.25.34.176</div>
</td>
<td>
<div>205.25.34.177 &#8211; 205.25.34.190</div>
</td>
<td>
<div>14</div>
</td>
</tr>
<tr>
<td height="17" align="right">
<div>12</div>
</td>
<td>
<div>205.25.34.192</div>
</td>
<td>
<div>205.25.34.193 &#8211; 205.25.34.206</div>
</td>
<td>
<div>14</div>
</td>
</tr>
<tr>
<td height="17" align="right">
<div>13</div>
</td>
<td>
<div>205.25.34.208</div>
</td>
<td>
<div>205.25.34.209 &#8211; 205.25.34.222</div>
</td>
<td>
<div>14</div>
</td>
</tr>
<tr>
<td height="17" align="right">
<div>14</div>
</td>
<td>
<div>205.25.34.224</div>
</td>
<td>
<div>205.25.34.225 &#8211; 205.25.34.238</div>
</td>
<td>
<div>14</div>
</td>
</tr>
</tbody>
</table>
<p>Si nos fijamos en la numero de red que se nos da en el problema, tenemos la red 205.25.34.0, y mirando la tabla los valores modificados son los del ultimo octeto. Ahora, ¿cómo se modifica este último octeto? Se hace de la siguiente manera:<strong><br />
</strong></p>
<table border="1" cellspacing="0" cellpadding="0" align="center">
<col span="9" width="80"></col>
<col width="104"></col>
<tbody>
<tr bgcolor="#c40000">
<td colspan="8" height="17">
<div style="text-align:center;"><strong>Ultimo Octeto en Binario</strong></div>
</td>
<td width="48"></td>
<td width="157"></td>
<td width="157"></td>
</tr>
<tr bgcolor="#c40000">
<td width="49" height="17" align="right"><strong>128</strong></td>
<td width="49" align="right"><strong>64</strong></td>
<td width="47" align="right"><strong>32</strong></td>
<td width="48" align="right"><strong>16</strong></td>
<td width="49" align="right"><strong>8</strong></td>
<td width="48" align="right"><strong>4</strong></td>
<td width="47" align="right"><strong>2</strong></td>
<td width="48" align="right"><strong>1</strong></td>
<td>
<div><strong>Suma</strong></div>
</td>
<td>
<div><strong>ID de subred </strong></div>
</td>
<td><strong>ID de Subred Usable </strong></td>
</tr>
<tr>
<td height="17" align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td>
<div class="Estilo1">0</div>
</td>
<td>
<div>205.25.34.<span style="color:#ee8810;">0</span></div>
</td>
<td>No *</td>
</tr>
<tr>
<td height="17" align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right"><span style="color:#ee8810;">1</span></td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td>
<div class="Estilo1">16</div>
</td>
<td>
<div>205.25.34.<span style="color:#ee8810;">16</span></div>
</td>
<td>Sí</td>
</tr>
<tr>
<td height="17" align="right">0</td>
<td align="right">0</td>
<td align="right"><span style="color:#ee8810;">1</span></td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td>
<div class="Estilo1">32</div>
</td>
<td>
<div>205.25.34.<span style="color:#ee8810;">32</span></div>
</td>
<td>Sí</td>
</tr>
<tr>
<td height="17" align="right">0</td>
<td align="right">0</td>
<td align="right"><span style="color:#ee8810;">1</span></td>
<td align="right"><span style="color:#ee8810;">1</span></td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td>
<div class="Estilo1">48</div>
</td>
<td>
<div>205.25.34.<span style="color:#ee8810;">48</span></div>
</td>
<td>Sí</td>
</tr>
<tr>
<td height="17" align="right">0</td>
<td align="right"><span style="color:#ee8810;">1</span></td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td>
<div class="Estilo1">64</div>
</td>
<td>
<div>205.25.34.<span style="color:#ee8810;">64</span></div>
</td>
<td>Sí</td>
</tr>
<tr>
<td height="17" align="right">0</td>
<td align="right"><span style="color:#ee8810;">1</span></td>
<td align="right">0</td>
<td align="right"><span style="color:#ee8810;">1</span></td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td>
<div class="Estilo1">80</div>
</td>
<td>
<div>205.25.34.<span style="color:#ee8810;">80</span></div>
</td>
<td>Sí</td>
</tr>
<tr>
<td height="17" align="right">0</td>
<td align="right"><span style="color:#ee8810;">1</span></td>
<td align="right"><span style="color:#ee8810;">1</span></td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td>
<div class="Estilo1">96</div>
</td>
<td>
<div>205.25.34.<span style="color:#ee8810;">96</span></div>
</td>
<td>Sí</td>
</tr>
<tr>
<td height="17" align="right">0</td>
<td align="right"><span style="color:#ee8810;">1</span></td>
<td align="right"><span style="color:#ee8810;">1</span></td>
<td align="right"><span style="color:#ee8810;">1</span></td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td>
<div class="Estilo1">112</div>
</td>
<td>
<div>205.25.34.<span style="color:#ee8810;">112</span></div>
</td>
<td>Sí</td>
</tr>
<tr>
<td height="17" align="right"><span style="color:#ee8810;">1</span></td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td>
<div class="Estilo1">128</div>
</td>
<td>
<div>205.25.34.<span style="color:#ee8810;">128</span></div>
</td>
<td>Sí</td>
</tr>
<tr>
<td height="17" align="right"><span style="color:#ee8810;">1</span></td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right"><span style="color:#ee8810;">1</span></td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td>
<div class="Estilo1">144</div>
</td>
<td>
<div>205.25.34.<span style="color:#ee8810;">144</span></div>
</td>
<td>Sí</td>
</tr>
<tr>
<td height="17" align="right"><span style="color:#ee8810;">1</span></td>
<td align="right">0</td>
<td align="right"><span style="color:#ee8810;">1</span></td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td>
<div class="Estilo1">160</div>
</td>
<td>
<div>205.25.34.<span style="color:#ee8810;">160</span></div>
</td>
<td>Sí</td>
</tr>
<tr>
<td height="17" align="right"><span style="color:#ee8810;">1</span></td>
<td align="right">0</td>
<td align="right"><span style="color:#ee8810;">1</span></td>
<td align="right"><span style="color:#ee8810;">1</span></td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td>
<div class="Estilo1">176</div>
</td>
<td>
<div>205.25.34.<span style="color:#ee8810;">176</span></div>
</td>
<td>Sí</td>
</tr>
<tr>
<td height="17" align="right"><span style="color:#ee8810;">1</span></td>
<td align="right"><span style="color:#ee8810;">1</span></td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td>
<div class="Estilo1">192</div>
</td>
<td>
<div>205.25.34.<span style="color:#ee8810;">192</span></div>
</td>
<td>Sí</td>
</tr>
<tr>
<td height="17" align="right"><span style="color:#ee8810;">1</span></td>
<td align="right"><span style="color:#ee8810;">1</span></td>
<td align="right">0</td>
<td align="right"><span style="color:#ee8810;">1</span></td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td>
<div class="Estilo1">208</div>
</td>
<td>
<div>205.25.34.<span style="color:#ee8810;">208</span></div>
</td>
<td>Sí</td>
</tr>
<tr>
<td height="17" align="right"><span style="color:#ee8810;">1</span></td>
<td align="right"><span style="color:#ee8810;">1</span></td>
<td align="right"><span style="color:#ee8810;">1</span></td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td>
<div class="Estilo1">224</div>
</td>
<td>
<div>205.25.34.<span style="color:#ee8810;">224</span></div>
</td>
<td>Sí</td>
</tr>
<tr>
<td height="17" align="right"><span style="color:#ee8810;">1</span></td>
<td align="right"><span style="color:#ee8810;">1</span></td>
<td align="right"><span style="color:#ee8810;">1</span></td>
<td align="right"><span style="color:#ee8810;">1</span></td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td>
<div class="Estilo1">240</div>
</td>
<td>
<div>205.25.34.<span style="color:#ee8810;">240</span></div>
</td>
<td>No **</td>
</tr>
</tbody>
</table>
<p>* <em>Esta ID no se usa por que se puede confundir con la direccion de red.</em></p>
<p>** <em>Esta ID no se usa porque se confunde con la mascara de subred.</em></p>
<p>Bien, con esto hemos terminado.</p>
<p>En el proximo tutorial veremos ya la aplicacion en alguna topologia en PacketTracer.</p>
<p>Cualquier duda, no duden en escribir un comentario, con gusto tratare de responder.</p>
<br />Posted in CCNA/CISCO  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dongatoblog.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dongatoblog.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dongatoblog.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dongatoblog.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dongatoblog.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dongatoblog.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dongatoblog.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dongatoblog.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dongatoblog.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dongatoblog.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dongatoblog.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dongatoblog.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dongatoblog.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dongatoblog.wordpress.com/114/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dongatoblog.wordpress.com&amp;blog=6970070&amp;post=114&amp;subd=dongatoblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dongatoblog.wordpress.com/2009/04/20/tutorial-2-cisco-packet-tracer-subneteo-manual-de-una-red-clase-c/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/160a45caea8c505be0567a8cf3ac6bee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">DonGato</media:title>
		</media:content>

		<media:content url="http://dongatoblog.files.wordpress.com/2009/04/transfo2.jpg" medium="image">
			<media:title type="html">transfo2</media:title>
		</media:content>
	</item>
		<item>
		<title>Tutorial #2 Cisco Packet Tracer : Subneteo parte1</title>
		<link>http://dongatoblog.wordpress.com/2009/04/12/tutorial-2-cisco-packet-tracer-subneteo-parte1/</link>
		<comments>http://dongatoblog.wordpress.com/2009/04/12/tutorial-2-cisco-packet-tracer-subneteo-parte1/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 08:55:08 +0000</pubDate>
		<dc:creator>DonGato</dc:creator>
				<category><![CDATA[CCNA/CISCO]]></category>
		<category><![CDATA[red clase A]]></category>
		<category><![CDATA[red clase B]]></category>
		<category><![CDATA[red clase C]]></category>
		<category><![CDATA[redes]]></category>
		<category><![CDATA[subnetear]]></category>
		<category><![CDATA[subnetear una red]]></category>
		<category><![CDATA[subneteo]]></category>
		<category><![CDATA[subneteo de una red]]></category>
		<category><![CDATA[subnetting]]></category>
		<category><![CDATA[subredes]]></category>

		<guid isPermaLink="false">http://dongatoblog.wordpress.com/?p=74</guid>
		<description><![CDATA[¿Qué es el subneteo? Es el proceso de dividir una red IP primaria, en una serie de subredes, de manera que cada una de ellas va a funcionar luego como una sola, pero en realidad todas las subredes estan contenidas en una unica dirección de red. ¿Para que subnetear? Debido al rapido crecimiento de la [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dongatoblog.wordpress.com&amp;blog=6970070&amp;post=74&amp;subd=dongatoblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>¿Qué es el subneteo?</strong></p>
<p>Es el proceso de dividir una red IP primaria, en una serie de subredes, de manera que cada una de ellas va a funcionar luego como una sola, pero en realidad todas las subredes estan contenidas en una unica dirección de red.</p>
<p><strong>¿Para que subnetear?</strong></p>
<p>Debido al rapido crecimiento de la red y al consecuente agotamiento de las ip&#8217;s, es que nace el concepto de Subneteo. La idea es introducir muchas subredes(redes mas pequeñas) dentro de una misma red, con un solo IP (IPv4).</p>
<p>Ademas de que la red estará mejor administrada, el Subneteo permite un mejor rendimiento de la red y control del tráfico.</p>
<p><strong>Dirección de red IP Clase A,B,C,D y E</strong></p>
<table border="1" cellspacing="0" cellpadding="0" width="567">
<col width="50"></col>
<col span="2" width="110"></col>
<col width="113"></col>
<col width="80"></col>
<col width="104"></col>
<tbody>
<tr style="text-align:center;" bgcolor="#c40000">
<td style="text-align:center;" rowspan="2" width="50" height="34"><strong>CLASE</strong></td>
<td style="text-align:center;" colspan="2" width="220"><strong>DIRECCIONES   DISPONIBLES</strong></td>
<td style="text-align:center;" rowspan="2" width="113"><strong>CANTIDAD DE REDES</strong></td>
<td rowspan="2" width="80"><strong>CANTIDAD DE HOSTS</strong></td>
<td rowspan="2" width="104"><strong>APLICACIÓN</strong></td>
</tr>
<tr bgcolor="#c40000">
<td style="text-align:center;" height="17"><strong>DESDE</strong></td>
<td style="text-align:center;"><strong>HASTA</strong></td>
</tr>
<tr style="text-align:center;">
<td height="17">A</td>
<td>0.0.0.0</td>
<td>127.255.255.255</td>
<td>126</td>
<td>16777214</td>
<td>Redes grandes</td>
</tr>
<tr style="text-align:center;">
<td height="17">B</td>
<td>128.0.0.0</td>
<td>191.255.255.255</td>
<td>16384</td>
<td>65534</td>
<td>Redes medianas</td>
</tr>
<tr style="text-align:center;">
<td height="17">C</td>
<td>192.0.0.0</td>
<td>223.255.255.255</td>
<td>2097152</td>
<td>254</td>
<td>Redes pequeñas</td>
</tr>
<tr style="text-align:center;">
<td height="17">D</td>
<td>224.0.0.0</td>
<td>239.255.255.255</td>
<td>N/A</td>
<td>N/A</td>
<td>Multicast</td>
</tr>
<tr style="text-align:center;">
<td height="17">E</td>
<td>240.0.0.0</td>
<td>255.255.255.255</td>
<td>N/A</td>
<td>N/A</td>
<td>Investigación</td>
</tr>
</tbody>
</table>
<p><strong>Clases de direccionamiento</strong></p>
<table style="height:83px;" border="1" cellspacing="0" cellpadding="0" width="400">
<col span="5" width="80"></col>
<tbody>
<tr>
<td style="text-align:center;" width="80" height="17"><strong>CLASE A</strong></td>
<td style="text-align:center;" width="80" bgcolor="#c40000"><strong>RED</strong></td>
<td style="text-align:center;" colspan="3" width="240" bgcolor="#ee8810"><strong>HOST</strong></td>
</tr>
<tr style="text-align:center;">
<td style="text-align:center;" height="17">Octeto</td>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
</tr>
<tr style="text-align:center;">
<td style="text-align:center;" height="17">Bits</td>
<td>11111111</td>
<td>00000000</td>
<td>00000000</td>
<td>00000000</td>
</tr>
<tr style="text-align:center;">
<td height="17">Máscara por defecto</td>
<td>255</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
</tbody>
</table>
<p>Si tenemos una ip clase A= 10.0.0.0 la mascara por defecto será /8 = 255.0.0.0, por los 8 unos que hay en la columna de red.</p>
<table border="1" cellspacing="0" cellpadding="0" width="400">
<col span="5" width="80"></col>
<tbody>
<tr style="text-align:center;">
<td style="text-align:center;" width="80" height="17"><strong>CLASE B</strong></td>
<td colspan="2" width="160" bgcolor="#c40000"><strong>RED</strong></td>
<td colspan="2" width="160" bgcolor="#ee8810"><strong>HOST</strong></td>
</tr>
<tr style="text-align:center;">
<td height="17">Octeto</td>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
</tr>
<tr style="text-align:center;">
<td height="17">Bits</td>
<td>11111111</td>
<td>11111111</td>
<td>00000000</td>
<td>00000000</td>
</tr>
<tr>
<td style="text-align:center;" height="17">Máscara por defecto</td>
<td style="text-align:center;">255</td>
<td style="text-align:center;">255</td>
<td style="text-align:center;">00000000</td>
<td style="text-align:center;">00000000</td>
</tr>
</tbody>
</table>
<p>Si tenemos una ip clase B= 160.25.0.0 la mascara por defecto será /16 = 255.255.0.0, por los 16 unos que hay en la columna de red.</p>
<table border="1" cellspacing="0" cellpadding="0" width="400">
<col span="5" width="80"></col>
<tbody>
<tr style="text-align:center;">
<td style="text-align:center;" width="80" height="17"><strong>CLASE C</strong></td>
<td colspan="3" width="240" bgcolor="#c40000"><strong>RED</strong></td>
<td width="80" bgcolor="#ee8810"><strong>HOST</strong></td>
</tr>
<tr style="text-align:center;">
<td height="17">Octeto</td>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
</tr>
<tr>
<td style="text-align:center;" height="17">Bits</td>
<td style="text-align:center;">11111111</td>
<td style="text-align:center;">11111111</td>
<td style="text-align:center;">11111111</td>
<td style="text-align:center;">00000000</td>
</tr>
<tr>
<td style="text-align:center;" height="17">Máscara por defecto</td>
<td style="text-align:center;">255</td>
<td style="text-align:center;">255</td>
<td style="text-align:center;">255</td>
<td style="text-align:center;">00000000</td>
</tr>
</tbody>
</table>
<p>Si tenemos una ip clase C= 194.10.0.0 la mascara por defecto será /24 = 255.255.255.0, por los 24 unos que hay en la columna de red.</p>
<p><strong>Calcular la cantidad de Subredes</strong></p>
<p style="text-align:center;"><span style="font-family:verdana;"><span style="font-size:85%;">subredes utilizables = </span></span><span style="font-family:verdana;"><span style="font-size:85%;">2<sup>[bits de subred]</sup> – 2</span></span></p>
<p><strong>Calcular la cantidad de Hosts por Subred</strong></p>
<p style="text-align:center;"><span style="font-family:verdana;font-size:85%;">Hosts por Subred utilzable = 2<sup>[bits de nodo]</sup> – 2<br />
</span></p>
<p><strong><br />
</strong>Con estos conceptos básicos, en el siguiente tutorial pasaremos a Subnetear una red de clase A, B y C.</p>
<br />Posted in CCNA/CISCO  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dongatoblog.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dongatoblog.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dongatoblog.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dongatoblog.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dongatoblog.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dongatoblog.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dongatoblog.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dongatoblog.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dongatoblog.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dongatoblog.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dongatoblog.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dongatoblog.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dongatoblog.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dongatoblog.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dongatoblog.wordpress.com&amp;blog=6970070&amp;post=74&amp;subd=dongatoblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dongatoblog.wordpress.com/2009/04/12/tutorial-2-cisco-packet-tracer-subneteo-parte1/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/160a45caea8c505be0567a8cf3ac6bee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">DonGato</media:title>
		</media:content>
	</item>
	</channel>
</rss>
