Connecting A Computer Network With Packet Tracer

Published by Fred at January 8th, 2010

Packet Tracer is a wonderful development program put out by Cisco: a leader in computer networking hardware. Creating a basic network can be tough going, but it’s necessary in learning in order to qualify for the CCNA certification exam.

Having a networked based on a hub is easy enough- there isn’t any significant configuration. Putting a router in the network is a different story, however, since it will separate networks. Because it does so, any network containing a router will have at least two different network addresses for proper communication. Configuring them is just a matter of assigning the correct addresses and settings.

Constructing the network will take two crossover cables and a console cable. The two crossover cables will connect each desktop to the Ethernet ports of the router, while the console cable will connect one of the computers to the router for configuring. Be sure that the cable you are using isn’t a straight-through when using your Ethernet cable, as this type of cable is reserved for unlike devices.

The IP addresses you assign will be the logic of the operation. It’s up to you which network numbers and addresses you use, but they must follow a certain convention in order to work. You will be using at least four IP addresses total, counting your two desktop machines and two Ethernet ports on the router. Assign each Ethernet port and IP address that corresponds to a certain network. If you assign both to the same network, you will quickly see the configuration won’t work.

Even with all of the IP address information in place, and the Ethernet ports configured, there is still something missing. We haven’t installed a gateway address on the desktop machines. Without a gateway address, the computer won’t be able to send and receive information over the network. It’s simple to assign: the gateway address is going to be the IP address of the Ethernet interface that is connected to the desktop in question.

Last, we get to test the network we just created. By sending a packet of data through a ping, we can verify that one computer can contact another computer on a completely different network. From one computer, type in the ping command and the IP address of the separated computer. If the result times out, it means you have either configured the router improperly or have faulty cables. You will find that most often it’s a problem regarding cables and network topology.

Final Thoughts

The small network described is functional, and is even used in real world applications. Using Packet Tracer will simplify the process of designing the network so that you can save time in the overall process, and put more time into troubleshooting and problems that arise during the course of the implementation.

Learn more about packet tracer tutorial and configure router in packet tracer.

Leave a Reply