User's Manual

Table Of Contents
SPEEDLAN Installation and Operation User Guide
7-2 Setting Up the IP Addresses (IP Host Setup)
If you do not understand the basics of IP addressing, DHCP, or NAT, please read the next section,
Part I - Quick Overview of IP Addressing, below. Otherwise, skip to Part II - Setting Up the IP
Address, page 7-13.
Part I - Quick Overview of IP Addressing
IP Addressing is important because it tells the network how to locate the computers or network
equipment connected to it. IP addresses are given so each computer or equipment on the network
contains a unique address. In addition, network addresses and node addresses, depending on the
Class (A, B, C, etc.), contain their own unique address as well. IP addressing provides the following
information:
Provides communication between different platforms and diverse systems
Provides universal data transfer over large geographic distances
Has been "adopted" as a standard in the computer industry
What is an IP address?
An IP address contains 32 bits of information, which is divided into the following:
Two sections: the network address and the node address (also known as the host address)
To keep it simple, lets call it four bytes (octets)
Note: Each octet contains 8 bits, which are equivalent to 1 byte. Each octet is separated by a
period (.).
The following examples show the conversion of the same IP address into several different formats:
Decimal (130.57.30.56)
Hexadecimal (82.39.1E.38)
Binary (10000010.00111001.00011110.00111000).