CCNA Prep Packet Tracer Lab 2: Examining Network Traffic Using ‘Simulation Mode’

Noah Owen
3 min readSep 16, 2022

--

The second lab I completed in packet tracer required me to use simulation mode for the first time and reinforce the function of the different layers in the OSI model.

Lab Objectives
Logical View of The Lab/Network Topology
Showing the Two Separate Networks

Part one clarified the meaning of the G0/0, G0/2, and F0/1 Labels running along the connection lines between the devices in the diagram. They indicate the network interfaces to connect the devices.

The G stands for gigabit (1000Mbps) speeds and the F for fast ethernet (100Mbps).

The network addresses are listed at the top, 192.168.2.0/24, and 10.0.0.0/24. The small numbers next to the devices represent the IP address of that device within that subnet. for example, SRV1’s IP address will be 192.168.1.100.

This helped me to understand how to read a network diagram, now it was time to activate simulation mode.

Simulation Mode and Sending Network Traffic

Within simulation mode, I could view the traffic to get more detailed information and see the 7 layers of the OSI model within the packet tracer for the first time.

OSI Model Within Packer Tracer

You can also notice that the source of my device is a switch, and switches are layer 2 devices which is why the layers above are blank. If I select a router this will change to layer 3.

Router Example

I wanted to see all of the layers so I needed to navigate to one of the PCs that would be working with layer 7 of the OSI model, the application layer. PC1 is using DHCP to automatically obtain an IP address. To generate some DHCP traffic, which is a layer 7 protocol, I released PC1’s current IP address and then renew it.

Navigating to PC1’s Desktop

From PC1’s desktop, I used a command prompt to release and renew the IP address.

Using Command Prompt

Using the ipconfig and ipconfig /release commands, I generated DHCP traffic to view. I also used the ipconfig /renew command to obtain a new IP.

Viewing DHCP Traffic

As you can see, we can see all the way up to layer 7, but 6 and 5 are missing. This is because we are using the TCP/IP model so layers 5, 6, and 7 are all combined into a single layer known as the application layer. These two layers are simply part of layer 7 now.

In conclusion, this lab improved my understanding of how the OSI and TCP/IP models within a network environment, and gave me a chance to use some of my windows command line knowledge to generate network traffic.

--

--

Noah Owen

Highly motivated aspiring System Administrator with a passion for technology and a strong technical foundation.