cc/td/doc/product/mels/cm1500
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table Of Contents

IP Addresses

Installing to an Existing IP Network

Installing to an Unconnected Network


IP Addresses


Internet Protocol (IP) addresses are composed of 4 bytes. The convention is to write addresses in what is called dotted decimal notation. In this form, each byte is converted to a decimal number (0-255), dropping any leading zeros (unless the number is zero) and written with each byte separated by a "." character. By convention, each interface of a host or router has an IP address. It is legal for the same IP address to be used on each interface of a single machine, but usually each interface has its own address.

IP networks are contiguous sequences of IP addresses. All addresses within a network have a number of digits within the address in common. The portion of the address that is common across addresses in the network is called the network portion of the address. The remaining digits are called the host portion. The number of bits that are shared by all addresses within a network is called the netmask and it is the role of the netmask to determine which addresses belong to the network and which do not. See Table B-1 for address type examples.

Table B-1 IP Address Type with Examples

IP Address Type
Example

Host address

192.168.110.23

Network mask

255.255.255.0

Network portion

192.168.110.

Host portion

.23

Network address

192.168.110.0

Broadcast address

192.168.110.255


Any address that is "bitwise anded" with its netmask will reveal the address of the network it belongs to. The network address is therefore always the lowest numbered address within the range of addresses on the network and always has the host portion of the address coded all zeroes.

The broadcast address is a special address that every host on the network listens to in addition to its own unique address. This address is the one that datagrams are sent to if every host on the network is meant to receive them. Certain types of data (like routing information and warning messages) are transmitted to the broadcast address so that every host on the network can receive the data simultaneously. There are two commonly used standards for what the broadcast address should be. The most widely accepted one is to use the highest possible address on the network as the broadcast address. In the example above, this would be 192.168.110.255. For some reason, other sites have adopted the convention of using the network address as the broadcast address. In practice it does not matter very much which you use, but you must make sure that every host on the network is configured with the same broadcast address.

For administrative reasons, early in the development of the IP protocol, some groups of addresses were formed into networks and these networks were grouped into what are called classes. These classes provide a number of standard size networks that can be allocated. Table B-2 shows the allocated ranges.

Table B-2 Network Address Classes

Network Class
Netmask
Network Addresses

A

255.0.0.0

0.0.0.0 - 127.255.255.255

B

255.255.0.0

128.0.0.0 - 191.255.255.255

C

255.255.255.0

192.0.0.0 - 223.255.255.255

Multicast

240.0.0.0

224.0.0.0 - 239.255.255.255


The addresses you use depend on exactly what it is that you are doing. You may have to use a combination of the following activities to get all the addresses you need.

Installing to an Existing IP Network

To install the NEMI onto an existing IP network, contact the network administrator and ask for the following information:

Host IP address

IP network address

IP broadcast address

IP netmask

Router address

Domain name server address

When you have all the information, configure the NEMI with these settings.

Installing to an Unconnected Network

For safety and consistency reasons, these IP network addresses have been reserved specifically for installing hardware on an unconnected network. These addresses are specified in RFC 1918 and are shown in Table B-3.

Table B-3 Reserved Private Network Allocations

Network Class
Netmask
Network Addresses

A

255.0.0.0

10.0.0.0 - 10.255.255.255

B

255.255.0.0

172.16.0.0 - 172.31.255.255

C

255.255.255.0

192.168.0.0 - 192.168.255.255


Decide how large a network you need, and then choose the number of addresses you require.


hometocprevnextglossaryfeedbacksearchhelp

Posted: Tue Apr 26 05:57:49 PDT 2005
All contents are Copyright © 1992--2005 Cisco Systems, Inc. All rights reserved.
Important Notices and Privacy Statement.