Experiment-2-Introduction-to-Packet-Tracer
Experiment-2-Introduction-to-Packet-Tracer
College of Engineering
ECE Department
ECE08L – Data Communications Lab
Activity No. 2
Introduction to Packet Tracer
Name
Date of Performance:
Date of Submission:
Rating
B. THEORY
Packet Tracer is a protocol simulator developed by Dennis Frezzo and his team at Cisco Systems. Packet
Tracer (PT) is a powerful and dynamic tool that displays the various protocols used in networking, in either Real
Time or Simulation mode. This includes layer 2 protocols such as Ethernet and PPP, layer 3 protocols such as IP,
ICMP, and ARP, and layer 4 protocols such as TCP and UDP. Routing protocols can also be traced.
C. INSTRUCTION:
1. Start the Packet Tracer.
2. Selecting devices and connections.
Single click on each group of devices and connections to display the various choices.
2|Page
24. Repeat the steps above for PC3 connecting it to Port3 on switch0 on port FastEthernet0/2. (The actual
switch port you choose does not matter.
25. Move the cursor over the link light to view the port. Fa means FastEthernet, 100 Mbps Ethernet.
26. Configuring IP Addresses and Subnet Masks on the Hosts. Before we can communicate between the hosts
we need to configure IP Addresses and Subnet Masks on the devices.
27. Click once on PC0.
28. Choose the Config tab. It is here that you can change the name of PC0. It is also here where you would
enter a Gateway IP Address, also known as the default gateway. We will discuss this later, but this would
be the IP address of the local router. If you want, you can enter the IP Address 192.168.1.1.
29. Click on FastEthernet. Although we have not yet discussed IP Addresses, add the IP Address to
192.168.1.10. Click once in the Subnet Mask field to enter the default Subnet Mask. You can leave this at
255.255.255.0. We will discuss this later.
30. Also, notice this is where you can change the Bandwidth (speed) and Duplex of the Ethernet NIC (Network
Interface Card). The default is Auto (auto negotiation), which means the NIC will negotiate with the hub or
switch. The bandwidth and/or duplex can be manually set by removing the check from the Auto box and
choosing the specific option.
31. Bandwidth – Auto
If the host is connected to a hub or switch port which can do 100 Mbps, then the Ethernet NIC on the host will
choose 100 Mbps (Fast Ethernet). Otherwise, if the hub or switch port can only do 10 Mbps, then the
Ethernet NIC on the host will choose 10 Mbps (Ethernet).
32. Duplex – Auto
Hub: If the host is connected to a hub, then the Ethernet NIC on the host will choose Half Duplex. Switch: If
the host is connected to a switch, and the switch port is configured as Full Duplex (or Autonegotiation),
then the Ethernet NIC on the host will choose Full Duplex. If the switch port is configured as Half
Duplex, then the Ethernet NIC on the host will choose Half Duplex. (Full Duplex is a much more efficient
option.) The information is automatically saved when entered.
33. Repeat these steps for the other hosts. Use the information below for IP Addresses and Subnet Masks.
34. Verify the information: To verify the information that you entered, move the select tool (arrow) over each
host.
35. To connect like-devices, like a Hub and a Switch, we will use a Cross-over cable. Click once the Cross-over
Cable from the Connections options.
36. Move the Connections cursor over Hub0 and click once.
37. Select Port2 (actual port does not matter).
38. Move the Connections cursor to Switch0.
39. Click once on Switch0 and choose FastEthernet0/3 (actual port does not matter).
3|Page
40. Use the command prompt on the desktop tab on each host to verify if data can already be send and
received through each PC by ping command.
D. ANALYSIS/OBSERVATION
E. CONCLUSION
4|Page