![]() |
IP (Internet Protocol) -- The Internet Protocol, or IP, is part of the Transmission Control Protocol/Internet Protocol (TCP/IP) protocol suite. IP is a routing protocol that determines the best route or path for information to travel between stations (PC workstations, file servers, or routers). Setting up and understanding IP routing can be easy for small, less-complex networks or complicated for large, dissimilar networks. The key to understanding IP routing is to understand its most complex and flexible component--IP addressing.
Understanding IP addressing -- IP addressing is a way to identify stations or hosts on a network. An IP address is a unique 32-bit number that uses a format of 4 bytes, divided into four 8-bit parts, with each byte separated by a decimal point (called dotted decimal notation). Each byte can be a number from 1 to 255. For example, 131.9.1.2 is a valid IP address. By having unique addresses on a network, you can identify individual stations (also call hosts or nodes) on the single network. An IP address consists of two parts - one part identifies the network, and one part identifies the host (or node). Nodes define connected devices on a network, network users, and PCs. You can assign IP addresses inside private companies using arbitrary addresses. But if you want to connect to the internet, you must use registered IP addresses that conform to an international standard. IP addresses are assigned by the InterNIC registration service. IP addresses are implemented in the network by software; they are not assigned to equipment at the factory as are Ethernet and token ring adapter addresses. There are five types of IP addresses. Three are associated with networks -- Class A, B, and C. The illustration above shows the differences in byte assignments for networks and hosts between the three address classes. Class B and Class C addresses have fewer host ID bytes and more network bytes than Class A. The more network address, the less hosts or nodes. Class A networks have more addresses for a single network than Class B or C.
|