OSEJALab-8
OSEJALab-8
: Laboratory Activity 8
Year/Course/Section: 3-BSCPE-B
Objective/s:
Topology
In the lower right corner of the Packet Tracer interface are tabs to 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.
2) Click the Show All/None check box until all boxes are cleared and then
select HTTP. Click anywhere outside of the Edit Filters box to hide it.
The Visible Events should now only display HTTP.
Currently the Simulation Panel is empty. There are six columns listed across the top of
the Event List within the Simulation Panel. As traffic is generated and stepped through,
events appear in the list. The Info column is used to inspect the contents of a particular
event.
Note: The Web Server and Web Client are displayed in the left pane. The panels can be
adjusted in size by hovering next to the scroll bar and dragging left or right when the
double-headed arrow appears.
b. Click the Desktop tab and click the Web Browser icon to open it.
Because time in Simulation mode is event-driven, you must use the Capture/Forward
button to display network events.
d. Click Capture/Forward four times. There should be four events in the Event
List. Look at the Web Client web browser page. Did anything change?
- The web server returned the requested web page.
a. Click the first colored square box under the Event List > Info column. It
may be necessary to expand the Simulation Panel or use the scrollbar
directly below the Event List.
The PDU Information at Device: Web Client window displays. In this window, there are
only two tabs (OSI Model and Outbound PDU Details) because this is the start of the
transmission. As more events are examined, there will be three tabs displayed, adding a
tab for Inbound PDU Details. When an event is the last event in the stream of traffic,
only the OSI Model and Inbound PDU Details tabs are displayed.
b. Ensure that the OSI Model tab is selected. Under the Out Layers column,
ensure that the Layer 7 box is highlighted.
e. Click Next Layer. Layer 4 should be highlighted. What is the Dst Port
value? 80
f. Click Next Layer. Layer 3 should be highlighted. What is the Dest. IP value?
- 192.168.1.254
Information listed under the PDU Details is reflective of the layers within the TCP/IP
model.
- www.osi.local, Layer 7
i. Click the next colored square box under the Event List > Info 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.
k.
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
switched.
l. Click the Outbound PDU Details tab. Scroll down to the HTTP section. What
is the first line in the HTTP message that displays?
m. Click the last colored square box under the Info column. How many tabs
are displayed with this event and why?
- There are 2 tabs, one for the OSI Model and one for Inbound PDU
Details because this is the receiving device.
In Part 2 of this activity, you will use the Packet Tracer Simulation mode to view and
examine some of the other protocols comprising of the TCP/IP suite.
These extra entries play various roles within the TCP/IP suite. If the Address Resolution
Protocol (ARP) is listed, it searches MAC addresses. DNS is responsible for converting
a name (for example, www.osi.local) to an IP address. The additional TCP events are
responsible for connecting, agreeing on communication parameters, and disconnecting
the communications sessions between the devices. These protocols have been
mentioned previously and will be further discussed as the course progresses.
Currently there are over 35 possible protocols (event types) available for capture within
Packet Tracer.
a. Click the first DNS event in the Info column. Explore the OSI Model and
PDU Detail tabs and note the encapsulation process. As you look at the
OSI Model tab with Layer 7 highlighted, a description of what is occurring
is listed directly below the In Layers and Out Layers (“1. The DNS client
sends a DNS query to the DNS server.”). This is very useful information to
help understand what is occurring during the communication process.
- www.osi.local
c. Click the last DNS Info colored square box in the event list. Which device is
displayed?
e. Find the first HTTP event in the list and click the colored square box of the
TCP event immediately following this event. Highlight Layer 4 in the OSI
Model tab. In the numbered list directly below the In Layers and Out
Layers, what is the information displayed under items 4 and 5?
TCP manages the connecting and disconnecting of the communications channel along
with other responsibilities. This particular event shows that the communication channel
has been ESTABLISHED.
f. Click the last TCP event. Highlight Layer 4 in the OSI Model tab. Examine
the steps listed directly below In Layers and Out Layers. What is the
purpose of this event, based on the information provided in the last item in
the list (should be item 4)?
Challenge
This simulation provided an example of a web session between a client and a server on
a local area network (LAN). The client makes requests to specific services running on
the server. The server must be set up to listen on specific ports for a client request.
(Hint: Look at Layer 4 in the OSI Model tab for port information.)
Based on the information that was inspected during the Packet Tracer capture,
what port number is the Web Server listening on for the web request?