0% found this document useful (0 votes)
22 views16 pages

Cisco Packet Tracer Network Setup Guide

The document outlines a series of experiments using Cisco Packet Tracer, including installation, studying network devices, configuring IP addresses in LAN, setting up star topology, sharing files via FTP, and configuring an email server. Each experiment provides step-by-step procedures for achieving specific networking tasks. The document serves as a practical guide for learning networking concepts and configurations using simulation software.

Uploaded by

prarit.work
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views16 pages

Cisco Packet Tracer Network Setup Guide

The document outlines a series of experiments using Cisco Packet Tracer, including installation, studying network devices, configuring IP addresses in LAN, setting up star topology, sharing files via FTP, and configuring an email server. Each experiment provides step-by-step procedures for achieving specific networking tasks. The document serves as a practical guide for learning networking concepts and configurations using simulation software.

Uploaded by

prarit.work
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

EXPERIMENT-1

AIM:​ Download and install CISCO Packet Tracer

Procedure:

1.​ First search for [Link] and go to “Getting Started with Cisco Packet Tracer”

2.​ Now Click on “Get started With Self-Paced”

3.​ Register using your preferential method


4.​ Now Scroll down to “1.0.3 Download Cisco Packet Tracer” and click on the link.

5.​ Now select a link for the device you are using.

6.​ After the download is complete, open the downloaded file, choose “I accept the
agreement” and keep clicking next and finally click the finish button after the installation
is complete.
7.​ Run the installed application and choose the skills for all button, now login using the
account you used to download.

8.​ Now the application can be used.


EXPERIMENT-2

AIM: Study of different types of network devices

Procedure:

Cisco Packet Tracer is a powerful simulation tool used for learning networking concepts. It
allows users to design, configure, and test different network setups virtually. Below is an
overview of different types of network devices along with their functions and images:

Router

Function: A router is used to connect different networks and route data between them. It
operates at Layer 3 (Network Layer) of the OSI model.

Example: Cisco 1941 Router

Switch

Function: A switch connects multiple devices within the same network and forwards
data based on MAC addresses. It operates at Layer 2 (Data Link Layer) and sometimes
Layer 3.

Example: Cisco Catalyst 2960

Hub

Function: A hub is a basic networking device that broadcasts data to all connected
devices. It operates at Layer 1 (Physical Layer).

Example: 8-Port Ethernet Hub


Modem

Function: A modem connects a network to the internet by converting digital signals to


analog and vice versa.

Example: DSL Modem

Access Point (AP)

Function: An access point provides wireless connectivity to devices in a network.

Example: Cisco Aironet AP


EXPERIMENT-3

AIM: Study the network ip address in LAN

Procedure:
1.​ Add two PCs (PC-0, PC-1) and one switch from the device menu.
2.​ Use Copper Straight-Through cables to connect:

3.​ Click PC-0 → Desktop → IP Configuration:


Set the IP Address: 10.10.10.
4.​ Click PC-1 → Desktop → IP Configuration
Set the IP Address: [Link]

5.​ Click on the "Add Simple PDU" tool (envelope like option) from the top left toolbar.

6.​ Click on PC-0 (the sender). Click on PC-1 (the receiver).


7.​ The message will be sent, and you can check the Simulation Mode to see if it was
successful.
EXPERIMENT-4

AIM: Configure and connect the computers in star topology using a switch.

Procedure:
1.​ Create a Simple Network Setup:
Add Two PCs: From the End Devices section, drag and drop two
PCs into the workspace (PC1 and PC2).

2.​ Assign IP Addresses to the PCs:

Select each PC.

Click on the Desktop tab, then choose IP Configuration.

Assign a Static IP to each PC in the following format (Make sure the IPs are within the
same subnet):

PC1: [Link]

PC2: [Link]

PC3: [Link] (and so on)


3.​ Sending Data Packets

If you want to simulate sending data packets:

Go to the Simulation mode at the bottom right corner.

Click Play to start the simulation.

Then, use the Add Simple PDU tool to send a packet from one PC to another.

This simulates how the hub broadcasts the packet to all devices, and the destination PC
will respond accordingly.

4.​ View Network Topology

You can now view the Hub Topology where each PC is connected to the central Hub.

The network is functioning with each PC being able to communicate through the hub.

5.​ Acknowledge Packet Delivery

Use Simulation mode and send a packet.

You will see how the Hub broadcasts the packet to all connected devices. Once the
destination PC receives the packet, the acknowledgment will be sent back to the source.
Experiment-5

Aim: Share the folder in a system and access the files of that folder from other systems using IP
address(FTP configuration).

Procedure:
1.​ First we set up two PCs, a server and a switch. Both PCs were connected through a
switch and connected to the server.

2.​ We provided both the PCst and the server with IP addresses and provided the PCs with
the default channel(IP address of the server).

3.​ Now we setup the server for FTP(File transfer Protocol)


4.​ We uncheck all the the services except FPT
5.​ Now we add the username and password to the FTP server

6.​ We go to any of the PC and create a file using text editor


7.​ We go to the CMD of the PC and now login to the FTP server
(FTP “IP of the server/default channel”) using the earlier setted username and password.

8.​ Now we upload the file present in the PC using the PUT command(PUT “file name”)

9.​ The file is now uploaded to the server


10.​Now we login into the FTP server on the other PC using the same Username and
password and download the file from the server using the GET command (GET “file
name”)

11.​We can check that the file is downloaded using the DIR command.
EXPERIMENT-6

AIM: To configure Email Server.

Procedure:
1.​ First connect 2 pcs, switch, router, server as shown below

2.​ Assign IP addresses to all the components.


Pc0- [Link] and Default Gateway-[Link]
Pc1- [Link] and Default Gateway-[Link]
Router- [Link] and Default Gateway-[Link]
GigabitEthernet0/0 - [Link]
GigabitEthernet0/1- [Link]
Server- [Link] and Default Gateway- [Link]
3.​ Now Go to Server > Services > Email, Enter the Domain name and add userid and
passwords

4.​ Now we configure Email on both the PCs.


5.​ Now we send one mail from PC0 to PC1.

6.​ PC1 received the mail sent by PC0.

Common questions

Powered by AI

Correct IP address assignment ensures all devices are within the same subnet and hence can communicate effectively. It prevents IP address conflicts and enables proper routing of data packets within the LAN. Misconfigured IPs can lead to network segmentation issues, causing communication failures or latency, emphasizing the criticality of correct IP planning in maintaining robust network operation .

Cisco Packet Tracer enables the design, configuration, and testing of network setups virtually, allowing learners to experiment with network devices like routers, switches, hubs, and access points without physical hardware. By simulating real-world networking scenarios, users can develop a deeper understanding of network protocols, device configurations, and data transmission processes, enhancing both theoretical knowledge and practical skills needed in networking professions .

In a star topology using a switch, ensure all PCs are assigned static IPs within the same subnet (e.g., PC1: 10.10.10.1, PC2: 10.10.10.2). Connect each PC to the switch using Copper Straight-Through cables. This setup ensures that each PC is directly connected to the switch, allowing effective communication across the network .

A switch connects multiple devices within the same network and forwards data selectively by using MAC addresses, reducing collision domains and enhancing efficiency. In contrast, a hub broadcasts data to all connected devices, leading to potential network congestion and collisions, which can hamper performance. The switch's ability to handle data more intelligently elevates network performance and reliability, making it preferred for contemporary networking .

To configure a simple LAN, add two PCs and a switch. Use Copper Straight-Through cables to connect them. On each PC, set static IP addresses via IP Configuration, ensuring they are in the same subnet (e.g., PC-0: 10.10.10.1, PC-1: 10.10.10.2). To demonstrate packet transmission, use the 'Add Simple PDU' tool to send a packet from PC-0 to PC-1, checking the transmission success in Simulation Mode .

To configure an FTP network, set up two PCs and a server connected through a switch, assigning IP addresses to each. Setup the server for FTP, unchecking all services except FTP. Add a username and password on the FTP server. On a PC, create a file, then log into the FTP server using FTP command with the username and password. Use 'PUT' to upload the file to the server. On another PC, log into the server and use 'GET' to download the file, verifying it with the 'DIR' command .

Routers operate at Layer 3 (Network Layer) and connect different networks to route data between them. Switches operate at Layer 2 (Data Link Layer), sometimes at Layer 3, connecting multiple devices within the same network by forwarding data based on MAC addresses. Hubs operate at Layer 1 (Physical Layer), simply broadcasting data to all connected devices. Modems connect a network to the internet by converting digital signals to analog and vice versa. Access Points provide wireless connectivity to network devices .

Setup involves connecting two PCs, a switch, a router, and a server with assigned IP addresses (e.g., PC0: 10.10.10.2 with Default Gateway 10.10.10.1). Configure the server's email service by entering a domain name and setting user IDs and passwords. On each PC, configure the email client with the server details. Send a mail from PC0 to PC1; upon completion, PC1 should successfully receive the email sent by PC0 .

To download and install Cisco Packet Tracer, begin by searching for netacad.com and navigate to 'Getting Started with Cisco Packet Tracer.' Click on 'Get started With Self-Paced,' then register using your preferred method. Scroll to '1.0.3 Download Cisco Packet Tracer' and click the link. Choose the appropriate link for your device. Once downloaded, open the file, accept the agreement, continue through the setup process, and click the finish button. Launch the application, choose 'skills for all,' log in, and you're ready to use the software .

You might also like