CN File
CN File
Procedure:
1. First search for netacad.com and go to “Getting Started with Cisco Packet Tracer”
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.
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.
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.
Hub
Function: A hub is a basic networking device that broadcasts data to all connected
devices. It operates at Layer 1 (Physical Layer).
EXPERIMENT-3
Procedure:
1. Add two PCs (PC-0, PC-1) and one switch from the device menu.
2. Use Copper Straight-Through cables to connect:
5. Click on the "Add Simple PDU" tool (envelope like option) from the top left toolbar.
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).
Assign a Static IP to each PC in the following format (Make sure the IPs are within the
same subnet):
PC1: 10.10.10.1
PC2: 10.10.10.2
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.
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.
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).
8. Now we upload the file present in the PC using the PUT command(PUT “file name”)
11.We can check that the file is downloaded using the DIR command.
EXPERIMENT-6
Procedure:
1. First connect 2 pcs, switch, router, server as shown below
5. Now we send one mail from PC0 to PC1.