VOOZH about

URL: https://www.geeksforgeeks.org/computer-networks/connecting-multiple-computers-using-hub-in-cisco-packet-tracer/

⇱ Connecting Multiple Computers Using Hub in Cisco Packet Tracer - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Connecting Multiple Computers Using Hub in Cisco Packet Tracer

Last Updated : 3 Mar, 2023

Cisco Packet Tracer is a tool built by Cisco and it provides network simulation to practice simple and complex networks. The main purpose of Cisco Packet Tracer is to help students learn the principles of networking and demonstrate the networking concepts. 

Connecting Multiple Computers Using Hub in Cisco Packet Tracer

Step 1: Open the Cisco Packet Tracer.

Step 2: On opening Cisco packet tracer, click on End devices from bottom left icon menus, Add four PCs and a hub into the screen of the simulator.

👁 Image

Step 3: Connect all PCs and hub with copper straight cable by selecting it through the cables menu from the bottom left menus in the simulator. Green signal in the wire shows they're ready to communicate.

👁 Image
 

Step 4: Now, we've to give unique IP address to each PC.  Click on each PC, go to Desktop section and then click on IP configuration to give IP address.

IP AddressSubnet Mask
192.168.1.1255.255.255.0
192.168.1.2255.255.255.0
192.168.1.3255.255.255.0
192.168.1.4255.255.255.0

Step 5: Click on a PC, go to Desktop and then click on Command prompt.

Step 6: After that test the ping command in command prompt to check the connectivity between these PCs.

For eg : ping 192.168.1.3 
👁 Image
 

Step 7: If ping command works successfully, then it means all these PCs are able to communicate and share data between them and we've build our network of four PCs and a Hub successfully. 

Conclusion:

We can use as many PC and hubs as we want to build network. We've to keep in mind to give unique IP addresses to all the PCs and check the connectivity in the network by pinging all the PCs from one another which helps us to consider our network successful. 

Comment
Article Tags:

Explore