|
||||||||||||||||||||||
Lesson 7
Objective
|
IP address Conventions
What is the structure of an IP address? |
|||||||||||||||||||||
|
Before discussing TCP/IP configuration in detail, we should briefly recall the fundamental notions of IP addressing and
netmasks.
Every machine on a TCP/IP network (which nowadays means the global Internet) must have a unique 32-bit identifying number called its IP, or Internet Protocol address. IP addresses are usually written in the familiar dotted decimal form: xxx.yyy.zzz.www where xxx, yyy, zzz, and www are integers between 0 and 255, each corresponding to one byte of the 32-bit address. Netmask : A 32-bit bit mask which shows how an Internet address is to be divided into network, subnet and host parts. Two-part address An IP address has two parts, a network address and a host address. This division simplifies routing.
How the address is divided
A routing machine can make decisions about where to send information based on the network portion of the address, without looking at the full IP address. This ability leaves fewer possibilities to consider, so the decision may be made faster. How the IP address is divided between host and network portions depends partly on local policy and partly on Internet rules.
The rule part is reflected in the classification of IP addresses into Class A, Class B, and Class C addresses based on their first byte. As the table below shows, Class A addresses use the first byte for the network address, and the remaining bytes for the host address; and Class C addresses use the first three bytes as network address, with the last byte as host address.
Several standard conventions govern the use of IP addresses:
IP Address Quiz
Click the Quiz button to take a short multiple-choice quiz on IP addresses.
IP Address Quiz |
||||||||||||||||||||||
|
|
||||||||||||||||||||||