64 lines
4.3 KiB
HTML
64 lines
4.3 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html
|
||
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html lang="en-us" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="security" content="public" />
|
||
|
<meta name="Robots" content="index,follow" />
|
||
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
|
<meta name="DC.Type" content="concept" />
|
||
|
<meta name="DC.Title" content="Classless Inter-Domain Routing" />
|
||
|
<meta name="abstract" content="Classless Inter-Domain Routing can reduce the size of your routing tables and make more IP addresses available within your business." />
|
||
|
<meta name="description" content="Classless Inter-Domain Routing can reduce the size of your routing tables and make more IP addresses available within your business." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzajwrcb.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rzajwcidr" />
|
||
|
<meta name="DC.Language" content="en-us" />
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
||
|
<title>Classless Inter-Domain Routing</title>
|
||
|
</head>
|
||
|
<body id="rzajwcidr"><a name="rzajwcidr"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Classless Inter-Domain Routing</h1>
|
||
|
<div><p>Classless Inter-Domain Routing can reduce the size of your routing
|
||
|
tables and make more IP addresses available within your business.</p>
|
||
|
<p>Classless Inter-Domain Routing (CIDR or supernetting) is a way to combine
|
||
|
several class-C address ranges into a single network or route. This method
|
||
|
of routing adds class-C Internet Protocol (IP) addresses. These addresses
|
||
|
are given out by Internet service providers (ISPs) for use by
|
||
|
their customers. CIDR addresses can reduce the size of your routing tables
|
||
|
and make more IP addresses available within your business.</p>
|
||
|
<p>In the past, you were required to enter a subnet mask that was equal to
|
||
|
or greater than the mask required for the network class. For class-C addresses,
|
||
|
this meant a subnet of 255.255.255.0 was the largest (253 host) that could
|
||
|
be specified. To conserve IP addresses, when companies needed more than 253
|
||
|
hosts in a network, the Internet was issuing several class-C addresses. This
|
||
|
made the configuration of routes and other things difficult.</p>
|
||
|
<p>Now, CIDR allows these contiguous class-C addresses to be combined into
|
||
|
a single network address range by using the subnet mask. For example, if you
|
||
|
are giving out four class-C network addresses (208.222.148.0, 208.222.149.0,
|
||
|
208.222.150.0, and 208.222.151.0 with a subnet mask of 255.255.255.0), you
|
||
|
can ask your ISP to make them a supernet by using the subnet mask 255.255.252.0.
|
||
|
This mask combines the four networks into one for routing purposes. CIDR is
|
||
|
beneficial because it reduces the number of assigned but unnecessary IP addresses.</p>
|
||
|
<br /><img src="rzajw519.gif" alt="CIDR" /><br /><p>In this example, the router is set up to send one RIP message with the
|
||
|
network address 210.1.0.0 and subnet mask 255.255.240.0. This tells your systems
|
||
|
to receive the RIP messages for networks 210.1.0.0 through 210.1.15.0 through
|
||
|
this router. This sends one message rather than the 16 that it would take
|
||
|
to convey the same information if CIDR were not available.</p>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzajwrcb.htm" title="Routing deals with what path the network traffic follows from its source to its destination and how that path is connected.">Routing connectivity methods</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|