Lab Manual - Explore The OSI and TCP-IP Models in Action (Instructor)
Lab Manual - Explore The OSI and TCP-IP Models in Action (Instructor)
Objectives
Part 1: Assess a Web based traffic. Remember web traffic runs on HTTP(S) Service Web
Part 2: Display the Parameters of the TCP/IP Protocol Suite
Background / Scenario
This activity will provide a basic understanding of TCP-IP protocol suite and how it is related to the
OSI Protocol suites. Simulation mode allows you to explore the data contents being sent across the
network at each layer.
As the network traffic data traverses through the network, it is broken down into smaller pieces and
identified so that the pieces can be put back together when they arrive at the destination. Each piece
is assigned a specific name (protocol data unit [PDU]) and associated with a specific layer of the
TCP/IP and OSI models. Packet Tracer simulation mode enables you to view each of the layers and
the associated PDU. The following steps lead the user through the process of requesting a web page
from a web server by using the web browser application available on a client PC. This Packet Tracer
simulation mode will give you the opportunity to better visualize and understand the encapsulation
process.
Instructions
Part 1: Assess a Web based traffic. Remember web traffic runs on HTTP(S)
Service Web
In this section of the lab, a Packet Tracer (PT) Simulation mode will be used to generate web traffic
and examine HTTP.
Step 1: Switch from Realtime Mode to Simulation Mode on the Packet Tracer
In the lower right corner of the Packet Tracer interface are buttons that toggle between Realtime and
Simulation mode. PT always starts in Realtime mode, in which networking protocols operate with
realistic timings. However, a powerful feature of Packet Tracer allows the user to “stop time” by
switching to Simulation mode. In Simulation mode, packets are displayed as animated envelopes,
time is event driven, and the user can step through networking events.
a. Click the Simulation mode icon to switch from Realtime mode to Simulation mode.
b. Select HTTP from the Event List Filters.
1) HTTP may already be the only visible event. If necessary, click the Edit Filters button at the
bottom of the simulation panel to display the available visible events. Toggle the Show
All/None check box and notice how the check boxes switch from unchecked to checked or
checked to unchecked, depending on the current state.
2) Click the Show All/None check box until all boxes are cleared and then select HTTP from
the Misc tab of the Edit Filters window. Click the X in the upper right hand corner of the
window to close the Edit Filters window. The Visible Events should now only display HTTP.
d. Click the next colored square box under the Event List > Type column. Only Layer 1 is active
(not grayed out). The device is moving the frame from the buffer and placing it on to the network.
e. Advance to the next HTTP Type box within the Event List and click the colored square box. This
window contains both In Layers and Out Layers. Notice the direction of the arrow directly under
the In Layers column; it is pointing upward, indicating the direction the data is travelling. Scroll
through these layers making note of the items previously viewed. At the top of the column the
arrow points to the right. This denotes that the server is now sending the information back to the
client.
Question:
Comparing the information displayed in the In Layers column with that of the Out Layers
column, what are the major differences? The Src and Dst Ports, Src and Dst IPs and MAC
addresses have been swapped.
ur answers here.
f. Click the Inbound and Outbound PDU Details tab. Review the PDU details.
g. Click the last-colored square box under the Info column.
Question:
How many tabs are displayed with this event? Explain.
Just 2, one for the OSI Model and one for Inbound PDU Details because this is the receiving
device.