Click Internet Protocol Version 4, then click the Properties button. This displays the

74 | Lesson 4 4. Click OK. Then, in the Local Area Connection Properties dialog box, click OK. This will complete and bind the configuration to the network adapter.

5. Now it’s time to test your configuration. We will do this in two ways, first with the

ipconfig command, and second with the ping command: a. Type ipconfi g. Verify that the IP confi guration is accurate and corresponds to what you typed in the IP Properties window. If not, go back and check your Internet Protocol Properties dialog box.

b. Ping the other computer. Also try to ping any other computers that were confi g-

ured as part of this Class B network for example ping 172.16.0.2. Make sure you get replies. If you do not, check the IP confi gurations of both computers. Also make sure the computers are physically connected to the same network. IPv4 addresses are further classified as either public or private. Public IP addresses are ones that are exposed to the Internet; any other computers on the Internet can potentially commu- nicate with them. Private IP addresses are hidden from the Internet and any other networks. They are usually behind an IP proxy or firewall device. There are several ranges of private IP addresses that have been reserved by the IANA, as shown in Table 4-3. The majority of the other IPv4 addresses are considered public. Table 4-3 Private IPv4 addresses as assigned by IANA C LASS S TART OF R ANGE E ND OF R ANGE A 10.0.0.0 10.255.255.255 B 172.16.0.0 172.31.255.255 C 192.168.0.0 192.168.255.255 The only private Class A network is 10. However, there are multiple Class B and C private net- works. 172.16, 172.17, and so on through 172.31 are all valid private Class B networks. And 192.168.0, 192.168.1, 192.168.2, and so on all the way through 192.168.255 are all valid pri- vate Class C networks. Remember that for an address to be Class C, the first three octets must be part of the network portion; for Class B, the first and second octets; and for Class A, only the first octet. Another type of private range was developed by Microsoft for use on small peer-to-peer Windows networks. It is called APIPA, which is an acronym for Automatic Private IP Addressing. It uses a single Class B network number: 169.254.0.0. If a Windows client cannot get an IP address from a DHCP server and has not been configured statically, it will auto- assign a number on this network. If, for some reason, APIPA assigns addresses even though a DHCP server exists, APIPA can be disabled in the registry. See the Microsoft Support site for details. Although most people understand the difference, it would be wise to revisit the topic of static versus dynamic IP addresses. All of the exercises we have done in this lesson have been exam- ples of setting up a static IP address. But most commonly, computers are set up to obtain an IP address and other IP information automatically. In this example of a dynamic IP address, the computer broadcasts out to the network in an attempt to find a DHCP server, whether it’s a 4-port SOHO router, DHCP server, or other appliance. The server then replies with the required information. This is actually accomplished through a four-step process known as DORA that we will cover in more depth in Lesson 6, “Working with Networking Services.”