Access the IP Properties window of computer1 and change the IP settings to reflect Click OK for both windows.

82 | Lesson 4 6. Disable any secondary network adapters. Make sure only one adapter is enabled; this is the one you will use for the exercise.

7. Access the IP Properties window of computer2 and change the IP settings to reflect

the supplied subnet information. This time select 192.168.50.114. Again, no gateway address or subnet mask is necessary.

8. Click OK for both windows.

9. Return to computer1 and open the command prompt.

10. Type ipconfigall and verify that your settings are as they should be.

11. Now type ping 192.168.50.114. You should get replies If not, recheck your configu-

ration on both computers.

12. Now try pinging a host that is not within your network, such as 192.168.1.1. Type

ping 192.168.1.1. It should not reply, and you should get either a transmit failed error or a message similar to “Destination host unreachable,” depending on the OS used. Either way, the connection will fail because it is on a different network number. Even if a device does exist on that network number, it will not reply to you.

13. Now try pinging a host that is not within your subnet, such as 192.168.50.17. Type

ping 192.168.50.17. It should not reply, and you should get a similar error message as in step 12. This is shown in Figure 4-9. This ping attempt failed because the host is on a different subnet and, by default, cannot communicate with computers on your subnet. Figure 4-9 Failed ping from a computer on a subnet You now have a working subnet that compartmentalizes the two computers from the other subnets on the network. Network engineers create subnets to compartmentalize networks. This could be to decrease broadcasts, increase data throughput, add security, limit access, and use IP addresses more wisely. There are many other examples of subnetting, and there are other kinds of subnet masks you can use beyond subnet mask 255.255.255.240. For example, 255.255.255.224 gives you the ability to have eight subnets recommended six usable and thirty usable IP addresses per subnet. You can also create subnets within Class A networks and Class B networks as well. Tables 4-6 through 4-8 show all of the possibilities when it comes to subnetting within any of the three IP classes. These tables take into account the fact that most OS and IOS internetwork operating system manufacturers will recommend not using the first or last subnet for any given subnetting scheme.